the main class of the jelix core
this is the "chief orchestra" of the framework. Its goal is to load the configuration, to get the request parameters used to instancie the correspondant controllers and to run the right method.
Located in /core/jCoordinator.class.php (line 24)
Class | Description |
---|---|
jCmdlineCoordinator | The command line version of jCoordinator |
jSoapCoordinator | Specialisation of the main class of the jelix core for soap purpose |
the selector of the current action
the current action name
List of all errors
List of all log messages
the current module name
plugin list
Store an error/warning/notice message.
Store a log message. Responses object should take care of the logMessages properties to display them.
return the real path of a module
gets a given plugin if registered
Handle an error event. Called by error handler and exception handler.
Responses object should take care of the errorMessages property to display errors.
instancy a response object corresponding to the default response type
of the current resquest
Says if the given module $name is enabled
Says if the given plugin $name is enabled
main method : launch the execution of the action.
This method should be called in a entry point.
Documentation generated on Thu, 22 Mar 2012 22:14:31 +0100 by phpDocumentor 1.4.3