Clarify the docs for DboSource::fetchAll()

Refs #2508
This commit is contained in:
mark_story 2013-12-19 17:39:44 -05:00
parent 5bddc477a3
commit df4b978ce4

View file

@ -644,7 +644,8 @@ class DboSource extends DataSource {
* by setting $options to `false`
*
* @param string $sql SQL statement
* @param array $params parameters to be bound as values for the SQL statement
* @param array|boolean $params Either parameters to be bound as values for the SQL statement,
* or a boolean to control query caching.
* @param array $options additional options for the query.
* @return boolean|array Array of resultset rows, or false if no rows matched
*/