अपने मॉडल में पेजिनेट और पेजिनेटकाउंट लागू करें:
function paginate($conditions, $fields, $order, $limit, $page, $recursive, $extra)
{
return $this->query('SELECT ...');
}
function paginateCount($conditions, $recursive, $extra)
{
return $this->query('SELECT COUNT(.....');
}
इसमें पेजिनेट फ़ंक्शन भी देखें:Cake/libs/controller/controller.php