This class can be used to split MySQL database query listings between multiple pages.
It takes as parameters a SQL query, the limit number of result rows to display per page, and the number of the listing page being displayed.
The class executes the query to retrieve the results of the current page and stores the result handle in a class variable.
The class also generates HTML with links to go to the first, last, next, previous and any intermediate page of the listing.
It also generates HTML to display the current page being display and the total number of rows in the result set.
The links trigger the call of a Javascript function that will switch to the page associated with the link.
|
|
| Name: |
Paginations |
| Base name: |
paginations |
| Description: |
Split MySQL query result listings |
| Version: |
- |
| PHP version: |
3.0 |
| License: |
Freeware |
| All time users: |
3202 users |
| All time rank: |
972 |
| Week users: |
4 users |
| Week rank: |
693  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (91.7%) |
Good (83.3%) |
Good (86.1%) |
Good (97.2%) |
- |
- |
Sufficient (72.5%) |
126 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|

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