Skip to content

Commit

Permalink
Updating doc block on Controller to include more information about $u…
Browse files Browse the repository at this point in the history
…ses.
  • Loading branch information
markstory committed Oct 31, 2009
1 parent 59566d4 commit 0637272
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cake/libs/controller/controller.php
Expand Up @@ -73,6 +73,9 @@ class Controller extends Object {
*
* Example: var $uses = array('Product', 'Post', 'Comment');
*
* Can be set to array() to use no models. Can be set to false to
* use no models and prevent the merging of $uses with AppController
*
* @var mixed A single name as a string or a list of names as an array.
* @access protected
* @link http://book.cakephp.org/view/53/components-helpers-and-uses
Expand Down

0 comments on commit 0637272

Please sign in to comment.