Database abstraction layer on PHP with cache
Tuesday, November 13th, 2007
There are many Database abstraction (DBA) for PHP, the well known PDO (PHP Database Object) is a good implementation of a DBA. The small problem is that PDO is only for PHP5, and therefore there many web developers (like me) are not able to use PDO because most of our work was code for PHP4, and PHP5 has many backwards incompatible changes with previous versions. (more…)