User Tools

Site Tools


wmanager:wmanager_hmvc

Understanding WManager HMVC

What is HMVC?

HMVC stands for Hierarchical Model View Controller application design pattern which makes your application modular. It give you chance to separate the controller, model and view in to some module so you can maintenance or improve the application easily.

The image below illustrates how this works:

 HMVC Structure

WManager HMVC

WManager uses the codeignter HMVC PHP framework which helps to build hierarchies of MVC i.e Model, View, Controller. WManager is divided into core and dummy instance. The core section which is also called as “Engine” and WManager admin section resides in the modules folder which is the standard of HMVC. WManager is build in such a way that both dummy and WManager core has different layout design. All the configuration for both dummy and core are handled from database.

WManager provides the user capability to add the new extention from the admin section which will be install in modules folder.

Below the folder structure of WManager:

 Folder Structure

Back to: dev applications pages

wmanager/wmanager_hmvc.1527151750.txt.gz · Last modified: 2018/05/24 08:49 by Gianluca Pelliccioli