$mysql->where()
$mysql->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\Mysql inherited from Kirby\Database\Sql