Module.class.php File Reference
Go to the source code of this file.
Detailed Description
- Developer log entry:
- Necdet Can Atesman (2009-10-21): Modules folders:
- src: Contains source code (type and class files)
- lib: Contains external dependencies - other PHP projects, jar files, etc.
- page: Contains page declarations
- tpl: tpl files
- test: tests
- doc: additional documentation
issues:
- How do we prefix page urls?
- How do we override templates?
- When do we load language file?
- What other features do they provide?
additional features:
- drupal allows managing the backend menu.
Definition in file init/Module.class.php.