Wednesday, 18 September 2013

Unable to locate the model you have specified - CodeIgniter Issue

Unable to locate the model you have specified - CodeIgniter Issue

I'm getting an unable to locate model error.
$this->load->model('1/Gift_model');
My model file name is gift_model.php within /models/1/.
I declare the model the following way.
class Gift_model extends CI_Model {
According to CodeIgniter's documentation I'm doing it the correct way. Any
suggestions? I have 5 other models named exactly the same way and they're
all loading fine.

No comments:

Post a Comment