I’ve begun work on a new OSS project. I know projects like PEAR DB and DBI exist as application development tools to hide the underlying database from the application developer - but it seems like not many people use them, and I don’t like their overhead. So, I started working on a PHP Database Abstraction Layer which is viewable in its current incarnation here: datente.com/dal.phps.
Any database-driven PHP projects I do in the future I plan to build on top of this DAL.
Posted by wmyers in Uncategorized