Closed josedaboinv closed 4 years ago
Well, just rename the file and class follow de rules
File image_crud.php to Image_crud.php
Class name inside the file same image_crud to Image_crud
Load Library
$this->load->library('image_CRUD');
to
$this->load->library('image_crud');
Hi, i test Image CRUD in php 5 localhost and work fine but when i try in php 7 codeigniter can't load the library