Tagged Questions

0
votes
4answers
608 views

What PHP / MySQL drivers or Database Abstraction Layers Support Prepared Statements?

I am working on a project that is built on an extended version of the default PDO and PDOStatement classes and as such it uses PDO style named parameters instead of the "?" placeholder for variables. ...