Skip to content

Commit

Permalink
Note that Controller::$helpers is on the way out.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 20, 2015
1 parent 354e9b0 commit 7f80c89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions en/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,10 @@ Each of these variables are merged with their inherited values,
therefore it is not necessary (for example) to redeclare the
``FormHelper``, or anything that is declared in your ``AppController``.

.. deprecated:: 3.0
Loading Helpers from the controller is provided for backwards compatibility
reasons. You should see :ref:`configuring-helpers` for how to load helpers.

.. _controller-life-cycle:

Request Life-cycle Callbacks
Expand Down

0 comments on commit 7f80c89

Please sign in to comment.