mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
parent
8f3df8b13e
commit
ee2d222b85
1 changed files with 1 additions and 1 deletions
|
@ -2937,7 +2937,7 @@ class Model extends Object implements CakeEventListener {
|
|||
* 'conditions' => array('name' => 'Thomas Anderson'),
|
||||
* 'fields' => array('name', 'email'),
|
||||
* 'order' => 'field3 DESC',
|
||||
* 'recursive' => 2,
|
||||
* 'recursive' => 1,
|
||||
* 'group' => 'type',
|
||||
* 'callbacks' => false,
|
||||
* ));
|
||||
|
|
Loading…
Add table
Reference in a new issue