SyntaxFix
Write A Post
Hire A Developer
Questions
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');