Class: _core_Module
Source Location: /blogs/inc/_core/__core.init.php
Class _core_Module
|
_core_Module definition Located in /blogs/inc/_core/__core.init.php [line 215] Module | --_core_Module |
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From Module
|
| void | build_evobar_menu() | Build teh evobar menu |
| void | build_menu_3() | Builds the 3rd half of the menu. This is the one with the configuration features |
| void | init() | Do the initializations. Called from in _main.inc.php. |
|
Build teh evobar menu
- Module::build_evobar_menu()
- Build teh evobar menu
|
Builds the 3rd half of the menu. This is the one with the configuration features
At some point this might be displayed differently than the 1st half.
- Module::build_menu_3()
- Builds the 3rd half of the menu. This is the one with the configuration features
|
Do the initializations. Called from in _main.inc.php.
This is typically where classes matching DB tables for this module are registered/loaded.
Note: this should only load/register things that are going to be needed application wide, for example: for constructing menus. Anything that is needed only in a specific controller should be loaded only there. Anything that is needed only in a specific view should be loaded only there.
- Module::init()
- Do the initializations. Called from in _main.inc.php.
