|
I've been looking it over quite a bit lately. I might be wrong, but I think that it's only injection-safe if you use prepared statements with parameters. PDO->query() isn't injection-safe and I don't think the prepared statements are either without parameters. They also recommend not using PDO->quote() to build your queries.
|