This is a very simple class that can be used to show navigation links to browse listings of MySQL query results split in multiple pages.
It takes as parameters the names of MySQL table, query fields, the first result row to display, the number of rows to display per page, and the base URL of the navigation link.
The class generates HTML links to go to the previous or the next listing pages.
|
|
| Name: |
Pagination class |
| Base name: |
pagination_class |
| Description: |
Show links to browse MySQL query result listings |
| Version: |
2.1 |
| PHP version: |
3 |
| License: |
Artistic License |
| All time users: |
3485 users |
| All time rank: |
855 |
| Week users: |
0 users |
| Week rank: |
2092  |
| |
|
| There are not enough user ratings to display for this class. |
| |
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 |
|
|
| File |
Role |
Description |
page.php |
Class |
Paging |