1No. Pagination
Package:
Summary:
Show pagination links for MySQL query results
Groups:
Author:
Description:
This class can be used to show pagination links for MySQL query results.
It can take a given MySQL query and count the total number of the results so it can determine the LIMIT clause parameters to query and show the current query results page range.
The class can also generate navigation links to browse the other pages of the query results.
It can take a given MySQL query and count the total number of the results so it can determine the LIMIT clause parameters to query and show the current query results page range.
The class can also generate navigation links to browse the other pages of the query results.
Comments are closed.