Google News
logo
CodeIgniter - Interview Questions
How Do You Load a Model in Codeigniter ?
To load a file in codeigniter you use
 
$this->load->model (‘Model_Name’);
Advertisement