I have an simple php view which looks like this:header('Content-Type: image/png');readfile($this->image);exit(); In this example $this->image is for example ...
確定! 回上一頁