class base for controllers
A controller is used to implement one or many actions, one method for each action.
Located in /core/jController.class.php (line 31)
Class | Description |
---|---|
jControllerDaoCrud | a base class for crud controllers |
jControllerCmdLine | a base class for controllers used in command line application |
parameters for plugins
this array should contains all parameters needed by installed plugins for each action, see the documentation of each plugins to know this parameters. keys : name of an action or * for parameters to all action values : array that contains all plugin parameters
same as param(), but convert the value to a boolean value. If it isn't a numerical value, return null.
same as param(), but convert the value to a float value. If it isn't a numerical value, return null.
get a response object.
same as param(), but convert the value to an integer value. If it isn't a numerical value, return null.
Gets the value of a request parameter. If not defined, gets its default value.
jZone::get alias
Documentation generated on Wed, 07 Sep 2011 13:46:46 +0200 by phpDocumentor 1.4.3