Merge pull request #5873 from vudaltsov/patch-1
Update query-builder.rst
This commit is contained in:
commit
d3f6c5ec70
@ -113,7 +113,7 @@ suggested standard way to build queries:
|
|||||||
$qb->expr()->eq('u.id', '?1'),
|
$qb->expr()->eq('u.id', '?1'),
|
||||||
$qb->expr()->like('u.nickname', '?2')
|
$qb->expr()->like('u.nickname', '?2')
|
||||||
))
|
))
|
||||||
->orderBy('u.surname', 'ASC'));
|
->orderBy('u.surname', 'ASC');
|
||||||
|
|
||||||
Here is a complete list of helper methods available in ``QueryBuilder``:
|
Here is a complete list of helper methods available in ``QueryBuilder``:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user