FaaPz / PDO

Just another PDO database library
MIT License
316 stars 103 forks source link

How to use placeholders or variables in where statements? #44

Closed williewh closed 8 years ago

williewh commented 8 years ago

Hi, Can the doc have an example of how to use placeholders or variables in the prepared statements? Should I just use standard PDO placeholders and bindings?

FaaPz commented 8 years ago

Slim-PDO only provides question mark placeholders (for now). If you feel like using named placeholders, then I suggest using the PDO methods and binding them yourself.