Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions en/views/helpers/paginator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,10 @@ navigation, also supplied by the PaginationHelper::
The wording output by the counter() method can also be customized using special
markers::

<?= $this->Paginator->counter([
'format' => 'Page {{page}} of {{pages}}, showing {{current}} records out of
{{count}} total, starting on record {{start}}, ending on {{end}}'
]) ?>
<?= $this->Paginator->counter(
'Page {{page}} of {{pages}}, showing {{current}} records out of
{{count}} total, starting on record {{start}}, ending on {{end}}'
) ?>

.. _paginator-helper-multiple:

Expand Down