Skip to content
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:

  1. User
  2. Role
  3. Menu
  4. Search
  5. Page
  6. File
  7. Comments
  8. Gallery
  9. News
  10. Events
Clone this wiki locally