A Google-like scrolling style. Incrementally expands the range to about twice the given page range, then behaves like a slider. See the example link.

link http://www.google.com/search?q=Zend+Framework
category Zend
package Zend_Paginator
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Paginator_ScrollingStyle_Sliding

 Methods

Returns an array of "local" pages given a page number and range.

getPages(\Zend_Paginator $paginator, integer $pageRange = null) : array
inherited_from \Zend_Paginator_ScrollingStyle_Sliding::getPages()

Parameters

$paginator

\Zend_Paginator

$pageRange

integer

Unused

Returns

array

Returns an array of "local" pages given a page number and range.

getPages(\Zend_Paginator $paginator, integer $pageRange = null) : array
Inherited
inherited_from \Zend_Paginator_ScrollingStyle_Interface::getPages()

Parameters

$paginator

\Zend_Paginator

$pageRange

integer

(Optional) Page range

Returns

array