Skip to content

Kirby 5.0.4

$query->andWhere()

Shortcut to attach a where clause with an AND operator. Check out the where() method docs for additional info.

$query->andWhere(...$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