Loading Multiple Plugins code igniter

by gowtham 2010-09-17 11:38:47



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') );

Tagged in:

1507
like
0
dislike
0
mail
flag

You must LOGIN to add comments