LoginSignup
1
0

More than 5 years have passed since last update.

cakeでpagenateするとき、100件以上limitを設定しているのに100件しか表示されない時

Last updated at Posted at 2017-01-22
HogeContoller.php
$this->Paginator->settings = array(
    'limit' => 500,
    'maxLimit' => 500,
);

と、maxLimitも設定してあげる必要がある

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0