mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 23:49:55 +00:00
Updating doc block on Controller to include more information about $uses.
This commit is contained in:
parent
59566d4587
commit
0637272bd2
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ class Controller extends Object {
|
||||||
*
|
*
|
||||||
* Example: var $uses = array('Product', 'Post', 'Comment');
|
* 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.
|
* @var mixed A single name as a string or a list of names as an array.
|
||||||
* @access protected
|
* @access protected
|
||||||
* @link http://book.cakephp.org/view/53/components-helpers-and-uses
|
* @link http://book.cakephp.org/view/53/components-helpers-and-uses
|
||||||
|
|
Loading…
Add table
Reference in a new issue