Search:     Advanced search

Architecture overview/Modules folder

Article ID: 60
Last updated: 27 Jul, 2011
Revision: 2
Print
Email to friend
Views: 0

All of Eicra's applications are divided into modules. A module is a group of high level features (ex : managing users profile) that in fact needs several controllers, models, and views.

so each module encapsulate his own folder tree composed by the same folders than the application folder except for the folder module (a module doesn't have child module).

and most module folder also encapsulates a data folder, a forms folder and a models folder

Module's Path/<$ServerPath>/application/modules/<$ModuleName>

NB : $ServerPath represents your home Dir when the application is installed.

This article was:  
Also read
document Designing various templates blocks
document Sample Templates indicating the how design blocks are set.
document Customization of search and advance search fields.

Also listed in
folder Modules Wise Documentation -> Modules / Extension
folder Templates Customization
folder Developer Documentation

Prev   Next
The difference between Root /super user VS Admin user.     Architecture overview/Configuration files