-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I have this started but I was originally going for a much bigger refactor when I was playing with this.
We need to add a module system so that we can modularize certain parts of the app into portions that can be turned on/off. CodeIgniter's built-in modular code support already provides 80% of the work. To make it so we can turn those on/off, though, we need the following:
- automatically add active module namespaces to the autoloader
- admin area to manage modules
- module file support to allow any special initialization for app and admin areas.
- Streamlined event support so modules can tie into UI easily.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request