cara Membuat Pagination Cakephp

Posted On 2014-11-21 07:39:29

Cara membuat paginasi di cakephp255
Yaitu dengan menambahkan kode limit : $this->paginate['limit'] = 10;
Kemudian akan error tambahkan kode ini diatas controller : public $paginate;
Untuk lebih jelasnya lihat contoh Gambar dibawah ini :

sekian dan terimakasih
 



(default) 4 queries took 0 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `Post`.`id`, `Post`.`title`, `Post`.`body`, `Post`.`created`, `Post`.`modified` FROM `ghuf9895_ghufron`.`posts` AS `Post` WHERE 1 = 1 ORDER BY `created` desc LIMIT 5550
2SELECT `Tage`.`id`, `Tage`.`nama`, `Tage`.`s`, `Tage`.`dd` FROM `ghuf9895_ghufron`.`tages` AS `Tage` WHERE 1 = 1000
3SELECT COUNT(*) AS `count` FROM `ghuf9895_ghufron`.`posts` AS `Post` WHERE `Post`.`id` = 7110
4SELECT `Post`.`id`, `Post`.`title`, `Post`.`body`, `Post`.`created`, `Post`.`modified` FROM `ghuf9895_ghufron`.`posts` AS `Post` WHERE `Post`.`id` = 7 LIMIT 1110