Cakephpdocs 44

CategoryCakePHP functions - beforeRender() - a controller function
Code ExamplesThis 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