Pagination

Pagination

The process of pagination takes place when we need to present big groups of arbitrary data gradually. Phalcon\Paginator offers a fast and convenient way to split these sets of data into browsable pages.

Data Adapters

This component makes use of adapters to encapsulate different sources of data:

Adapter Description
Phalcon\Paginator\Adapter\NativeArray Use a PHP array as source data
登录查看完整内容