$query->orWhere()
Shortcut to attach a where clause with an OR operator.
$query->orWhere(mixed $args = null): Kirby\Database\Query
Parameters
Name | Type | Default |
---|---|---|
$args | mixed |
null |
Shortcut to attach a where clause with an OR operator.
$query->orWhere(mixed $args = null): Kirby\Database\Query
Name | Type | Default |
---|---|---|
$args | mixed |
null |