aid

Showing posts with label Loading a Model in MVC. Show all posts
Showing posts with label Loading a Model in MVC. Show all posts

Wednesday, 15 April 2015

Loading a Model in MVC

Loading a Model in MVC
Your models will naturally to be loaded by controller functions. For load model you can use below sysntex:
$this->load->model('your Model_name');