質問編集履歴

1

変数名を少し変更しました

2016/11/07 01:43

投稿

mrx
mrx

スコア54

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  ```PHP
44
44
 
45
- public $paginate = ['Hoge' => ['limit' => DISP_NUMBER, 'order' => ['rank IS NULL' => 'asc', 'rank' => 'asc', 'id' => 'asc']]];
45
+ public $paginate = ['Hoge' => ['limit' => 20, 'order' => ['rank IS NULL' => 'asc', 'rank' => 'asc', 'id' => 'asc']]];
46
46
 
47
47
  ```
48
48