1629. Class

1629.1. Zend\Paginator\ScrollingStyle\Sliding

A Yahoo! Search-like scrolling style. The cursor will advance to the middle of the range, then remain there until the user reaches the end of the page set, at which point it will continue on to the end of the range and the last page in the set.

1629.1.1. Methods

1629.1.1.1. getPages

getPages()

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

Parameters:
  • Paginator
  • integer – (Optional) Page range
Return type:

array

Project Versions

Table Of Contents

Previous topic

1628. Function

Next topic

1630. Class

This Page