Content management: PageIterator
Karsten Juul Mikkelsen (contact me)
PageIterator is a class for stepping through a large set of data, such as a database query result, page by page.
It returns the index numbers of the elements to be displayed on each page and page numbers for links to previous and next pages.
PageIterator does not mess with the design of your page, nor with your database. It only handles the logic of browsing through a large set of data.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Sufficient (70.8%)
| Good (87.5%)
| Good (91.7%)
| -
| -
| Sufficient (62.5%)
| 488 |
Click here for detailed information about this class on phpclasses.org