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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Zebra_Pagination!