|

楼主 |
发表于 2016-11-23 17:53:48
|
显示全部楼层
报错也就那一句话没有提示位置。。
下面是我加载的代码
public function __construct() {
parent::__construct();
$this->load->model('excel_model');
$this->load->library('PHPExcel/IOFactory');
$this -> load -> helper(array('form', 'url'));
}
您看我加载错了吗? |
|