Classes, interfaces, and traits

Zend_Paginator_Adapter_Interface

Interface for pagination adapters.

« More »

Zend_Paginator_ScrollingStyle_Interface

« More »

Zend_Paginator

« More »

Zend_Paginator_Adapter_Array

« More »

Zend_Paginator_Adapter_DbSelect

« More »

Zend_Paginator_Adapter_DbTableSelect

« More »

Zend_Paginator_Adapter_Iterator

« More »

Zend_Paginator_Adapter_Null

« More »

Zend_Paginator_Exception

« More »

Zend_Paginator_ScrollingStyle_All

A scrolling style that returns every page in the collection.

« More »

Zend_Paginator_ScrollingStyle_Elastic

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.

« More »

Zend_Paginator_ScrollingStyle_Jumping

A scrolling style in which the cursor advances to the upper bound of the page range, the page range "jumps" to the next section, and the cursor moves back to the beginning of the range.

« More »

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.

« More »

Zend_Paginator_SerializableLimitIterator

« More »

Classes, interfaces, and traits

Zend_Paginator_AdapterAggregate

Interface that aggregates a Zend_Paginator_Adapter_Abstract just like IteratorAggregate does for Iterators.

« More »