Better PDO Pagination Support forum better-pdopagination Display pagination links for SQL queries using PDO This class can display pagination links for SQL queries using PDO. It takes a PDO object with database connection already opened and a SQL query as parameters to count the total number of ...
PDO Paginate Support forum pdo-paginate Build pagination links for MySQL queries using PDO This class can build pagination links for MySQL queries using PDO or MySQLi. It takes a given SQL query and calculates the expected number of result rows in order to build a HTML list of links to browse the ...
PDO Pagination Support forum pdopagination Display query results split in pages using PDO 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 ...
This class can paginate database query result listings. The main pagination class can call a database access class which uses PDO to retrieve the total number of records for database query to a given table matching a given condition. The pagination class can generate HTML for links to go to the next ...
Connection PDO connection and multi pagination Support forum pdo_pagination Show links to browse query results using PDO This class can be used to show links to browse database query results using PDO. It can generate links to browse the results of a given database query assuming a given limit number ...
Paginator Iterator Support forum pi Iterate over listings split in page using Smarty This package can be used iterate over listings split between pages using Smarty templates. It can display database query results split in multiple pages with output defined using Smarty templates. The templates ...
... template for examples Example of MySQL pagination Example of MySQLi pagination Example of prepared MySQLi pagination Example of PDO pagination Example of PDO prepared pagination Example of PDO prepared pagination Example of PDO prepared pagination Site Meter