mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
parent
5bddc477a3
commit
df4b978ce4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue