|
|
| Name: |
Page nav class |
| Base name: |
page-nav-class |
| Description: |
Show links to browse MySQL results split in pages |
| Related classes: |
nav |
| Version: |
1 |
| PHP version: |
4 |
| License: |
GNU General Public License (GPL) |
| All time users: |
362 users |
| All time rank: |
5345 |
| Week users: |
0 users |
| Week rank: |
2403 |
| |
|
This package can be used to show links to browse MySQL results split in pages.
It takes a given SQL query and determines the total number of result rows that may return.
Then it executes the query to return only the rows of the current page considering a given limit of rows to show per page.
It can also generate links to go to the different pages among which the results listing is split.
| 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 |
|
|
| File |
Role |
Description |
db_class.php |
Class |
Class that could simplify mysql database operations.Used in attached page-nav class |
pagenav.php |
Class |
Class that could creating page nav while using pages that lists rows from a database table.Needs attached db_class.php,make sure you include that file in scripts that use this class |