This class can be used to display links to browse MySQL query results.
It takes as parameters an SQL query, the number of results display per page and the name of request variable that will be used to pass the number of the page to browser in the links.
The class executes the query to retrieve only the results of the current page and stores the results in a class variable.
It also returns an array with the URLs of the number of the pages to put in links to go to the current, previous, next, first, last listing pages.
The code and comments are in Italian.
|
|
| Name: |
Classe Paginazione |
| Base name: |
paginazione |
| Description: |
Display links to browse MySQL query results |
| Version: |
1.0 |
| PHP version: |
5 |
| License: |
GNU General Public License (GPL) |
| All time users: |
406 users |
| All time rank: |
5477 |
| Week users: |
0 users |
| Week rank: |
1553  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|