Loading Multiple Plugins code igniter - PHP Views : 737
Tagged in : PHP
0 0
Send mail


If you need to load more than one plugin you can specify them in an array, like this:
$this->load->plugin( array('plugin1', 'plugin2', 'plugin3') );
By gowtham, On - 2010-09-17



    Login to add Comments .