PHP Classes / PDO Pagination

Display query results split in pages using PDO

PDO Pagination PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags