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
the current error message
List of all errors appears during the initialisation
the current module name
plugin list
return the generic error message (errorMessage in the configuration).
Replaced the %code% pattern in the message by the current error code
return the real path of a module
gets a given coordinator plugin if registered
Handle an error event. Called by error handler and exception handler.
instancy a response object corresponding to the default response type of the current resquest.
Deprecated. use $request->getResponse() instead.
Says if the given module $name is enabled
Says if the given coordinator plugin $name is enabled
main method : launch the execution of the action.
This method should be called in a entry point.
Documentation generated on Wed, 24 Sep 2014 21:57:05 +0200 by phpDocumentor 1.4.3