mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating API docblock for Model::query()
This commit is contained in:
parent
34a730dfd8
commit
7ed90c72ae
1 changed files with 1 additions and 1 deletions
|
@ -3001,7 +3001,7 @@ class Model extends Object implements CakeEventListener {
|
|||
* 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) {
|
||||
|
|
Loading…
Reference in a new issue