-
Notifications
You must be signed in to change notification settings - Fork 7
Modules
Dipesh Acharya edited this page Jun 17, 2013
·
4 revisions
Yii Official Guide on 'Module'
Awecms automatically loads all modules from within the protected/modules directory without the necessity of them being mentioned in modules array in protected/config/main.php.
Each module support their own config files. Configuration for each module can be written in config/main.php within the module directory, which is loaded in runtime and merged with main application configuration. This adds to the portability of the modules and makes the main config file protected/config/main.php less cluttered.
Each module can be accessed with http://base_url/module_name
A few modules available with Awecms are:
- User
- Role
- Menu
- Search
- Page
- File
- Comments
- Gallery
- News
- Events