CodeIgniter Forums
Best way to create plugin system - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Best way to create plugin system (/showthread.php?tid=38074)



Best way to create plugin system - El Forum - 01-29-2011

[eluser]Bainzy[/eluser]
Hi everyone,

Really wanting to add this feature to my software before i launch it.

I basically want people to be able to write plugins for my script, upload them to the correct directory and install/activate them via my admin panel.

Say someone extended my search feature by creating a advanced search. If this added a link next to the current search box in the header and then added another view plus a controller function. How can I do this ?

It's pretty much the same as wordpress and its plugin system.

Please help

Regards
Chris