![]() |
How to create hook based plugin system for Codeigniter 3.x - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: How to create hook based plugin system for Codeigniter 3.x (/showthread.php?tid=65120) |
How to create hook based plugin system for Codeigniter 3.x - nkhan - 05-02-2016 I want to implement plugin functionality into my Codeigniter applications and have the ability to define hooks and add hooks to my plugins so i can control aspects of my application like Wordpress? Please let me know if have some good resource or tutorials Thanks. RE: How to create hook based plugin system for Codeigniter 3.x - projack89 - 05-03-2016 (05-02-2016, 03:35 AM)nkhan Wrote: I want to implement plugin functionality into my Codeigniter applications and have the ability to define hooks and add hooks to my plugins so i can control aspects of my application like Wordpress? Maybe you can go to this tutorial HMVC Codeigniter RE: How to create hook based plugin system for Codeigniter 3.x - nkhan - 05-04-2016 @projack89 Thanks |