标签: php
function hello_world() { $this->load->library('cezpdf'); $image =BASEPATH.'img/screenshot.png'; $image =base_url().'screenshot.png'; $this->cezpdf->ezImage($image);