Generic Pagination
Package:
Summary:
Show links to browse paginated listings
Groups:
Author:
Description:
This class can be used to show links to browse paginated listings.
It takes as parameters the total number of entries in the listing, the number of the current page and the limit number of entries to display per page.
The class generates links to go to the next, previous, first and last listing pages.
It can also return the limit cause to retrieve the range of MySQL query results to show in the current page.
It takes as parameters the total number of entries in the listing, the number of the current page and the limit number of entries to display per page.
The class generates links to go to the next, previous, first and last listing pages.
It can also return the limit cause to retrieve the range of MySQL query results to show in the current page.
Comments are closed.