Add another note about how Query#setParameter() accepts named or positional parameters.
This commit is contained in:
parent
34057c5e4b
commit
6bf2f22315
1 changed files with 2 additions and 0 deletions
|
@ -1086,6 +1086,8 @@ pass parameters to the query the following methods can be used:
|
|||
- ``AbstractQuery::getParameter($param)``
|
||||
- ``AbstractQuery::getParameters()``
|
||||
|
||||
Both named and positional parameters are passed to these methods without their ? or : prefix.
|
||||
|
||||
Cache related API
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue