======Wmanager HMVC======= **Architecture used in wmanager using codeignter framework** To get started with codeignter, developer should know following: * MVC workflow * Codeignter * Postgresql ==== HMVC ==== 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. ====Modules are located in config directory==== $config['modules_locations'] = array(APPPATH . 'modules/');