Architecture used in wmanager using codeignter framework
To get started with codeignter, developer should know following:
Wmanager is build with Hierarchical model–view–controller (HMVC) for enabling workflow of plugable modular based extension.This allows easy distribution of independent components (MVC) in a single directory across other CodeIgniter applications. All modules are grouped in their own folder and can have their own controller, model, view, library, config, helper and language files.
$config['modules_locations'] = array(APPPATH . 'modules/');