Tried searching, but the forum search isn't working for me... So sorry if this has been addressed previously.
I'm making the switch from years of using plain-jane 'deprecated' MySQL functions to PDO in a lot of my scripts.
Consequently, I'm looking for a good, well-known & well-liked PDO wrapper / extension class.
Something that automates some common db access functions (CRUD), handles try/catch/exceptions, and keeps track of metrics (query count, memory usage, etc.)...
If anyone can point me in a direction, I'd really appreciate it!!