Skip to content

Commit

Permalink
Merge pull request cakephp#968 from bcrowe/hotfix-controllers
Browse files Browse the repository at this point in the history
Simple updates to Controller docs
  • Loading branch information
ADmad committed Dec 30, 2013
2 parents eca60a1 + b66e0d8 commit 96355af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ child class will always override those in ``AppController.``
- :php:attr:`~Controller::$uses`

Remember to add the default Html and Form helpers, if you define
the :php:attr:`~Controller::$helpers` property in your ``AppController``
the :php:attr:`~Controller::$helpers` property in your ``AppController``.

Please also remember to call ``AppController's`` callbacks within child
Please, also remember to call ``AppController``'s callbacks within child
controller callbacks for best results::

public function beforeFilter() {
Expand Down

0 comments on commit 96355af

Please sign in to comment.