find_all($where=null,'id asc',Pagination::$per_page,Pagination::$offset);
find('all',array(
'limit' => Pagination::$per_page,
'offset' => Pagination::$offset)
);
It looks like you're new here. If you want to get involved, click one of these buttons!