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