- Specifying helpers for static pages
- How to create an instance of a controller
- Screencast about testing controllers with CakePHP
- An alternative to requestAction
- An alternative approach for static pages
- Setting the page title
- Detect the rendering of an error page
- Faster baking with bake
- A small change in Controller::redirect()
- Rendering elements from controllers
- What I didn’t knew about controllers without models
- How to use a helper in a controller
- Faster baking of controllers with the bake shell script
- Writing an installer for your CakePHP application
- Should you use Model::query() in the controller?
- Passing data to the view