Using PEAR Pager with PHP PDO
This post will be addressing 2 things. How to use PEAR’s Pager class with PHP PDO Addressing PDO bug #44639 http://bugs.php.net/bug.php?id=44639 Two queries will be used for this task. The first query, you will count the rows of the recordset. The second query is the same as the first but it will have the LIMIT…