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.
|
|
| Name: |
Simple Pager |
| Base name: |
simplepager |
| Description: |
Calculate total pages and rows for paged listings |
| Version: |
- |
| PHP version: |
- |
| License: |
Free For Educational Use |
| All time users: |
1608 users |
| All time rank: |
2149 |
| Week users: |
0 users |
| Week rank: |
2023  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Sufficient (75.0%) |
- |
- |
- |
- |
Not sure (45.0%) |
1828 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|
| File |
Role |
Description |
Pager |
Class |
pager |