1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-28 17:10:04 +02:00
This commit is contained in:
Ryan Cramer
2022-08-26 12:19:06 -04:00
parent 866f91424f
commit e8219ba71a
8 changed files with 94 additions and 87 deletions

View File

@@ -25,11 +25,11 @@
* @property array $limit
* @property string $comment Comments for query
*
* @method $this select($sql, array $params = array())
* @method $this select($sql, $params = array())
* @method $this from($sql)
* @method $this join($sql, array $params = array())
* @method $this leftjoin($sql, array $params = array())
* @method $this where($sql, array $params = array())
* @method $this join($sql, $params = array())
* @method $this leftjoin($sql, $params = array())
* @method $this where($sql, $params = array())
* @method $this groupby($sql)
* @method $this limit($sql)
*