$query->limit()
Sets the limit for select clauses
$query->limit(int $limit = null): Kirby\Database\Query
Parameters
Name | Type | Default |
---|---|---|
$limit | int |
null |
Sets the limit for select clauses
$query->limit(int $limit = null): Kirby\Database\Query
Name | Type | Default |
---|---|---|
$limit | int |
null |