I have been trying to load some models for this website I am building. However, for an unknown reason, it will bring the following error :
An Error Was Encou
First letter of file name and class name must be in Uppercase.
Your model class will be
class Logon_model extends CI_Model
and the file name will be Logon_model.php
Access it from your contoller like
$this->load->model('Logon_model');