We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bfc1f9 + 6505b0e commit 3739509Copy full SHA for 3739509
en/views/helpers/paginator.rst
@@ -546,10 +546,10 @@ navigation, also supplied by the PaginationHelper::
546
The wording output by the counter() method can also be customized using special
547
markers::
548
549
- <?= $this->Paginator->counter([
550
- 'format' => 'Page {{page}} of {{pages}}, showing {{current}} records out of
551
- {{count}} total, starting on record {{start}}, ending on {{end}}'
552
- ]) ?>
+ <?= $this->Paginator->counter(
+ 'Page {{page}} of {{pages}}, showing {{current}} records out of
+ {{count}} total, starting on record {{start}}, ending on {{end}}'
+ ) ?>
553
554
.. _paginator-helper-multiple:
555
0 commit comments