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
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | SELECT `Post`.`id`, `Post`.`title`, `Post`.`body`, `Post`.`created`, `Post`.`modified` FROM `ghuf9895_ghufron`.`posts` AS `Post` WHERE 1 = 1 ORDER BY `created` desc LIMIT 5 | 5 | 5 | 0 | |
| 2 | SELECT `Tage`.`id`, `Tage`.`nama`, `Tage`.`s`, `Tage`.`dd` FROM `ghuf9895_ghufron`.`tages` AS `Tage` WHERE 1 = 1 | 0 | 0 | 0 | |
| 3 | SELECT COUNT(*) AS `count` FROM `ghuf9895_ghufron`.`posts` AS `Post` WHERE `Post`.`id` = 7 | 1 | 1 | 0 | |
| 4 | SELECT `Post`.`id`, `Post`.`title`, `Post`.`body`, `Post`.`created`, `Post`.`modified` FROM `ghuf9895_ghufron`.`posts` AS `Post` WHERE `Post`.`id` = 7 LIMIT 1 | 1 | 1 | 0 |