Category | CakePHP functions - beforeRender() - a controller function |
Code Examples | This callback action performs logic between the execution of the requested action's logic and the rendering of the view output for all actions. Like beforeFilter() and afterFilter(), beforeRender() can be made to apply to a specific action by using the $this->action variable. |
Test Code | |
Links | |
Remarks | |
Cancel |