Inheritance diagram for PagesController:

Public Member Functions | |
| display () | |
| display () | |
Public Attributes | |
| $helpers = array('Html') | |
| $name = 'Pages' | |
| $uses = array() | |
Definition at line 35 of file pages_controller.php.
| PagesController::display | ( | ) |
Displays a view
| mixed | What page to display public |
Definition at line 63 of file pages_controller.php.
References $path, humanize(), Controller::redirect(), Controller::render(), and Controller::set().
| PagesController::display | ( | ) |
Displays a view
| mixed | What page to display public |
Definition at line 63 of file pages_controller.php.
References $path, humanize(), Controller::redirect(), Controller::render(), and Controller::set().
| PagesController::$helpers = array('Html') |
| PagesController::$name = 'Pages' |
| PagesController::$uses = array() |
1.4.7