When i use
Code: Select all
$this->db->....
Code: Select all
[18-Oct-2017 07:57:40 UTC] PHP Fatal error: Call to a member function get() on null in /home/ekonim/public_html/system/engine/model.php on line 21
Code: Select all
$this->load->model('tool/image');
$this->model_tool_image->resize($imgurl, 500, 500);
How can i solve this problem?