Skip to content
saturngod edited this page Feb 13, 2012 · 4 revisions

Plugin is a own class and not like liblrary. Plugin is design for easy to merge with ready made Classes like facebook , PHPMailer.

$this->load->plugin('plugin_name');
$plugin = new plugin_class();

Clone this wiki locally