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 |
---|---|
jControllerCmdLine | a base class for controllers used in command line application |
jControllerDaoCrudDfk | a base class for crud controllers, for DAO which have a primary key based on |
jControllerDaoCrud | a base class for crud controllers |
jformsCtrl |
parameters for plugins of the coordinator
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.
Documentation generated on Thu, 19 Sep 2013 00:02:45 +0200 by phpDocumentor 1.4.3