How to load model and use it in Codeigniter (CI)

 


 Here We are loading model

$this->load->model('model_name');
And here we are using model's method 

$this->model_name->method();

Comments

Popular posts from this blog