BenGriffiths / pdo-mysqli-pagination

A PDO & MySQLi PHP Pagination Class - PDO MySQLi Pagination class is a PHP pagination class that will work with either PDO, or MySQLi. The outputted pagination is served as a UL or as an array, and the options are extensive.
50 stars 27 forks source link

Update example_pdo.php #5

Closed swills1 closed 11 years ago

swills1 commented 11 years ago

Added exception handling, removed die() to ensure all html / xml is output regardless of success

BenGriffiths commented 11 years ago

Hey Steve, I'm more than happy to merge this, but I think it'd be best without your DB details first ;)

swills1 commented 11 years ago

Yes. I fixed it as soon as I saw. I tested it one last time locally and forgot to remove them. All fixed.

BenGriffiths commented 11 years ago

Cheers, all merged