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. |
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.
| 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 |