Skip to content

Kirby 5.0.4

$query->where()

Attaches an additional where clause

$query->where(...$args): Kirby\Database\Query

Parameters

Name Type Default
...$args mixed no default value

Return type

Kirby\Database\Query

This method modifies the existing $query object it is applied to and returns it again.

Parent class

Kirby\Database\Query