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'); $this->plugin_name->function();

Clone this wiki locally