forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 0
Plugin System
hice3000 edited this page May 20, 2013
·
3 revisions
For my own CMS I created a custom plugin system. This will not be interesting for projects, where the developer is also the user.
Before you can use the plugin system, you have to edit a few files in your CodeIgniter installation. The complete source is in my own [1][repository].
- Original author: Derek Jones
- How to extend helpers: See User Guide
- Modified by: Thomas Stapleton (id, classes, selected country option and all option)
- Modified by: Bradley De-Lar (construct, setLayout example)