Skip to content

Commit

Permalink
Merge pull request cakephp#384 from jbrusich/patch-1
Browse files Browse the repository at this point in the history
Update en/controllers/request-response.rst
  • Loading branch information
lorenzo committed Sep 18, 2012
2 parents b79e908 + fe0d0f2 commit 2bdb9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/controllers/request-response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ third is as object properties::

<?php
$this->request['controller'];
$this->request->controller;
$this->request->params['controller'];
$this->request->controller;

All of the above will both access the same value. Multiple ways of accessing the
parameters was done to ease migration for existing applications. All
Expand Down

0 comments on commit 2bdb9fc

Please sign in to comment.