Sam Smith wrote:
Searching for "PHP CRUD" in hopes of learning the best way to access databases and to use PEAR or what I came across PDO. I want to know the communities opinion of PDO: everyone uses it or no one uses it or it's great or what?
It's probably you're best bet, and is certainly good :) failing that just generic db specific functions or some form of framework to wrap it all up, like doctrine or some such.
Would recommend PDO as a nice abstraction layer though that's well used/tested.
Best, Nathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php