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.