Auto-loading Plugins codeigniter - PHP Views : 200
Tagged in : PHP
0 0
Send mail


Auto-loading Plugins

If you find that you need a particular plugin globally throughout your application, you can tell CodeIgniter to auto-load it during system initialization. This is done by opening the application/config/autoload.php file and adding the plugin to the autoload array.
By gowtham, On - 2010-09-17



    Login to add Comments .