Skip to content

php pdo library that adds array quoting as feature

I was searching for a php library that extends PDO in that way, that I don't have to rewrite the "quote each entry in an array on its own by calling "$pdo->quote($value)" again and a gain.
Thanks to the community, there is one small library taking care about this problem - Aura.Sql.
I'm tired today but I will give it a try tomorrow. It is looking very usefull.