This class generates the HTML links to navigate listings spread out over different pages.
This is useful for displaying large amounts of records retrieved with database query, but can also be used for other purposes.
It has the following features:
- Display configurable First, Last, Prev and Next links
- Display a configurable limited number of pages at once that may be useful if you have a large set of pages
- Display configurable Trailings elipsis before and after the limited number of pages (eg: First .. 3 4 5 6 7 .. Last)
- Configurable links URL supporting additional arguments besides those used to pass navigation parameters |