After graduating from calling the mysql_* functions directly in my code, I've stepped up to a home-brewed database abstraction class. Now, I'm beginning to think that I should really use a "professional" DB class instead.
I know there are a lot of them out there (ADODB, PDO, MDB2, etc) but I want to know which one I should try out. What do you feel is the best one and why?
