View Single Post
  #9 (permalink)  
Old 10-11-2007, 07:27 PM
Cristian's Avatar
Cristian Cristian is offline
Administrator
 
Join Date: Feb 2007
Location: Sibiu, Romania
Posts: 99
Default

About modularity. Each module:
- has in admin his own set of controllers, views
- has on default his own set of controllers, views
- models are shared between those two controllers, and optionally others if needed
- .js for admin of module, loaded automatically from admin side if needed
- .css for admin of module, loaded automatically from admin side if exists
- .css and .js for default module if needed
- own language files
- own settings files
- his own set of pages (i am using an xml db with pages) for admin side of module
- own icon on admin side
- entry into database of modules, with proper permissions vs users (i don't have groups now)

Aso...
Reply With Quote