Skip to content

Kirby 4.2.0

$sql->where()

$sql->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