Skip to content

Commit

Permalink
Updating API docblock for Model::query()
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 3, 2012
1 parent 34a730d commit 7ed90c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Model.php
Expand Up @@ -3001,7 +3001,7 @@ public function isUnique($fields, $or = true) {
* Returns a resultset for a given SQL statement. Custom SQL queries should be performed with this method.
*
* @param string $sql,... SQL statement
* @return array Resultset
* @return mixed Resultset array or boolean indicating success / failure depending on the query executed
* @link http://book.cakephp.org/2.0/en/models/retrieving-your-data.html#model-query
*/
public function query($sql) {
Expand Down

0 comments on commit 7ed90c7

Please sign in to comment.