Package Home

Zend Framework 2 Documentation (Manual)

PHK Home

File: /_sources/modules/zend.paginator.configuration.txt

Size:3238
Storage flags:no_autoload,compress/gzip (14%)

.. _zend.paginator.configuration:

Configuration
=============

``Zend\Paginator`` has several configuration methods that can be called:

.. _zend.paginator.configuration.table:

.. table:: Configuration methods for Zend\\Paginator\\Paginator

   +--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   |Method              |Description                                                                                                                                                                                                                                          |
   +====================+=====================================================================================================================================================================================================================================================+
   |setCurrentPageNumber|Sets the current page number (default 1).                                                                                                                                                                                                            |
   +--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   |setItemCountPerPage |Sets the maximum number of items to display on a page (default 10).                                                                                                                                                                                  |
   +--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   |setPageRange        |Sets the number of items to display in the pagination control (default 10). Note: Most of the time this number will be adhered to exactly, but scrolling styles do have the option of only using it as a guideline or starting value (e.g., Elastic).|
   +--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   |setView             |Sets the view instance, for rendering convenience.                                                                                                                                                                                                   |
   +--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+



For more information about the PHK package format: http://phk.tekwire.net