Base controller class
This class is inherited by all script controllers. All methods of this class are reserved - there can't be actions with that names (for instance, there can't be execute actions in real controllers).
Located in /environment/classes/controller/Controller.class.php (line 14)
| Class | Description |
|---|---|
| ApiController | API controller is used for handling API requests |
| PageController | Page controller is special controller that is able to map controller name and actions name with layout and template and automaticly display them. |
Contruct controller and set controller name
Execute specific controller action
Forward to specific contrller / action
Get action
Get controller_name
Get system_controller_class
Set action value
Set controller_name value
Set system_controller_class value
Check if specific $action is valid controller action (method exists and it is not reserved)
Documentation generated on Wed, 23 Jan 2008 01:58:30 +0000 by phpDocumentor 1.4.0