Home     PHP / Javascript / Ajax
PHP Zebra Pagination Script

PHP Script Codes > database-tools

Zebra Pagination Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 157

PHP Script Codes > Zebra Pagination
A generic pagination class that automatically generates navigation links given the total number of items and the number of items per page.
It generates HTML links to the previous, next and any middle pages. The style of the navigation links is configurable using CSS styles. As parameters, developers need to pass the total number of listing entries, the current page number and the limit number of entries to display per page.