$sqlite->limit()
Creates a limit and offset query instruction
Parameters
Name | Type | Default |
---|---|---|
$offset | int |
|
$limit | int |
null |
Return type
array
Parent class
Kirby\Database\Sql\Sqlite
inherited from Kirby\Database\Sql