This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wmanager:understanding_core_vs_dummy [2018/02/15 09:22] ragahv naik created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== HMVC CORE AND DUMMY PACKAGE MANAGER ==== | ||
- | 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. | ||