PHP Phalcon\Paginator\Pager\Range Namespace

Classes

Name Description
Jumping \Phalcon\Paginator\Pager\Range\Jumping Ranges, «jumping» over the pages, e.g.: when on [1] [2] 3 next range will be: 4 [5] [6]
Sliding \Phalcon\Paginator\Pager\Range\Sliding «Smooth» ranges, e.g.: when on [1] [2] 3 next range will be: [3] 4 [5]