1
0
mirror of synced 2025-01-17 22:11:41 +03:00

Add another note about how Query#setParameter() accepts named or positional parameters.

This commit is contained in:
Benjamin Eberlei 2010-12-20 22:19:02 +01:00
parent 34057c5e4b
commit 6bf2f22315

View File

@ -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
^^^^^^^^^^^^^^^^^