A generic pagination class that automatically generates navigation links given the total number of items and the number of items per page.
Please note that this is a *generic* pagination class, meaning that it does not display any records! It is up to developer to fetch the actual data and displaying it based on the information returned by this class. The advantage is that it can be used to paginate over records coming from any source (arrays, database, etc).
The appearance is customizable through CSS.
Zebra_Pagination's code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL.
Features
- it is generic: can be used to paginate records from any source (arrays, database, etc)
- easily customizable through CSS
- almost every line is commented
- generates no warnings/errors/notices when PHP’s error reporting level is set to E_ALL
Categories
LibrariesLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow Zebra_Pagination
Other Useful Business Software
Keep company data safe with Chrome Enterprise
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Zebra_Pagination!