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

bindValue for PDO #1

Closed damonsk closed 12 years ago

damonsk commented 12 years ago

As title, we have bindParam for PDO. I think bindValue should be included.

BenGriffiths commented 12 years ago

That's a good idea, I'll look into adding it

BenGriffiths commented 12 years ago

Option has now been added