|
|
| Name: |
PDO Pagination |
| Base name: |
pdopagination |
| Description: |
Display query results split in pages using PDO |
| Related classes: |
pdo, PDO Class, pagina, PDO pagination, php pdo, class pdo |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
Freely Distributable |
| All time users: |
860 users |
| All time rank: |
3358 |
| Week users: |
1 user |
| Week rank: |
2419 |
| |
|
This package can be used to display query results split in pages using PDO.
It takes an SQL query and executes it once to retrieve the total number of rows that it would return.
It can generate HTML with links to go other pages of the the results listing, given the current listing page number and the limit of results to display per page.
The code and comments are in Portuguese.
In Portuguese:
Paginação de resultados utilizando a classe PDO.
| 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 |
dados.sql |
Data |
This file contains the data used in the test |
paginacao.php |
Class |
This file contains the class for pagination and test case |