mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Changing spelling of neighbours to neighbors. Closes #4948.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7696 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
2a115d0fa3
commit
b2bda3d1bd
1 changed files with 2 additions and 2 deletions
|
@ -1742,7 +1742,7 @@ class Model extends Overloadable {
|
|||
* Eg: find(array('name' => 'Thomas Anderson'), array('name', 'email'), 'field3 DESC', 2);
|
||||
*
|
||||
* Also used to perform new-notation finds, where the first argument is type of find operation to perform
|
||||
* (all / first / count / neighbours / list / threaded ),
|
||||
* (all / first / count / neighbors / list / threaded ),
|
||||
* second parameter options for finding ( indexed array, including: 'conditions', 'limit',
|
||||
* 'recursive', 'page', 'fields', 'offset', 'order')
|
||||
*
|
||||
|
@ -1759,7 +1759,7 @@ class Model extends Overloadable {
|
|||
* - If three fields are specified, they are used (in order) for key, value and group.
|
||||
* - Otherwise, first and second fields are used for key and value.
|
||||
*
|
||||
* @param array $conditions SQL conditions array, or type of find operation (all / first / count / neighbours / list / threaded)
|
||||
* @param array $conditions SQL conditions array, or type of find operation (all / first / count / neighbors / list / threaded)
|
||||
* @param mixed $fields Either a single string of a field name, or an array of field names, or options for matching
|
||||
* @param string $order SQL ORDER BY conditions (e.g. "price DESC" or "name ASC")
|
||||
* @param integer $recursive The number of levels deep to fetch associated records
|
||||
|
|
Loading…
Reference in a new issue