void loadConfig(
mixed
$config)
|
|
Reads the configuration provided in the app spec.
This method is automatically invoked by the framework after the module is created.
Parameters:
This method is invoked right before a member page starts execution.
The method raises 'OnLoad' event. If you override this method, be sure to call the parent implementation so that the event handlers are invoked.
Parameters:
This method is invoked right after a member page finishes execution.
The method raises 'OnUnload' event. If you override this method, be sure to call the parent implementation so that the event handlers are invoked.
Parameters: