aid

Showing posts with label Auto-loading Models in mvc. Show all posts
Showing posts with label Auto-loading Models in mvc. Show all posts

Wednesday, 15 April 2015

Auto-loading Models in mvc

Auto-loading Models in mvc
If you want to perform particular model globally in your application, you can tell CodeIgniter in mvc pattern  to auto-load model during system execution. This is done by file the application/config/autoload.php file and adding the model to the autoload array.