v1.0.10
get() method implement limit and offset.
Example:
/**
* Get method implement parameter "select", "limit" and "offset".
* The default will be select * and return all offset data.
*
* Example: $this->news->get(['*'], 50, 100);
*/
$news = $this->news->get();