Skip to content

Kirby 4.2.0

$sqlite->where()

$sqlite->where(array|string|null $where, array $bindings = [ ]): array

Parameters

Name Type Default
$where * array|string|null
$bindings array [ ]

Return type

array

Parent class

Kirby\Database\Sql\Sqlite inherited from Kirby\Database\Sql