MoreWhite
a web 2.0 blog
Developing extate I’ve realized how disorganized database access is in PHP. So I’ve developed SDBA - a simple database abstraction layer for PHP. You’ve probably heard of ADOdb, PEAR DB, etc, and already concluded that they are not worth the time (to learn) or performance issues that come with them. Simple Database Abstraction is different. Click here to learn more and download the first release.
Don’t do this. Having too many framework/abstraction layers available only isn’t very smart; do I have to evaluate *another* framework? I already have PDO to learn; why should I add yours to the pile?
Don’t reinvent the wheel, unless you have good reason.
PHP Data Objects exist only on PHP 5.0+, if I’m not mistaken.