From Aspen Documentation
Limits the results returned.
Since 1.0
Arguments
void limit ([integer $start = 0], [integer $limit = 25])
- start
- Starting record count.
- limit
- Limit of record count.
Returns
This function does not return any values.
Examples
Example:
$this->APP->model->limit(0, 25);