This is a very simple class that can be used to calculate the pages and rows to display in a paged listing.
It takes a parameter the total number of rows to list, the limit of rows to display per page, and the number of the current page.
It calculates the total number of pages in the whole listing, and the number of the row start starts the current page.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Sufficient (66.7%) |
- |
- |
- |
- |
Not sure (44.2%) |
1593 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
Pager |
Class |
pager |