I\'m getting an unable to locate model error.
$this->load->model(\'1/Gift_model\');
My model file name is gift_model.php
`if using codeignitor 3.1.3 every thing same otherwise showing error class name => My_model
file name => My_model.php
load model => $this->load->model('My_model');
call function => $this->My_model->function();`