Auto-loading Plugins codeigniter
by gowtham[ Edit ] 2010-09-17 11:37:29
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.