回答編集履歴
1
Class名にHelperを付け忘れたので追加
answer
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
PaginatorHelperを継承した独自ヘルパーでnumbersをオーバーライドするなどの必要があります。
|
3
3
|
|
4
4
|
|
5
|
-
ページネーションのリンクである
|
5
|
+
ページネーションのリンクである PaginatorHelper::link のオプションは PaginatorHelper::options で指定すると、デフォルトのオプションに追加されるようです。
|
6
6
|
```PHP
|
7
7
|
$this-Pagenator->options(array('class' => 'page-link'))
|
8
8
|
```
|