$query->where()
Attaches an additional where clause
$query->where($args = null): Kirby\Database\Query
Parameters
| Name | Type | Default |
|---|---|---|
| $args | mixed |
null |
Return type
This method does not modify the existing $query object but returns a new object with the changes applied. Learn more →