Skip to content

Commit

Permalink
Clarify the docs for DboSource::fetchAll()
Browse files Browse the repository at this point in the history
Refs #2508
  • Loading branch information
markstory committed Dec 19, 2013
1 parent 5bddc47 commit df4b978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Cake/Model/Datasource/DboSource.php
Expand Up @@ -644,7 +644,8 @@ public function fetchRow($sql = null) {
* 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
*/
Expand Down

0 comments on commit df4b978

Please sign in to comment.