mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Added one more example to the Set::extract docblock
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6661 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
4679dc9a12
commit
ed105de578
1 changed files with 1 additions and 0 deletions
|
@ -369,6 +369,7 @@ class Set extends Object {
|
|||
* - /User[id>2][<5] (selects all Users with an id > 2 but < 5)
|
||||
* - /Post/Comment[author_name=john]/../name (Selects the name of all Posts that have at least one Comment written by john)
|
||||
* - /Posts[title] (Selects all Posts that have a 'name' key)
|
||||
* - /Comment/.[1] (Selects the contents of the first comment)
|
||||
*
|
||||
* Other limitations:
|
||||
* - Only absolute paths starting with a single '/' are supported right now
|
||||
|
|
Loading…
Add table
Reference in a new issue