PHP DB access with ADOdb
PHP is great, however, if you build a site that uses mySQL and later decide to switch to postgreSQL you need to alter your DB access function calls, which is time consuming.
Instead of hard coding to a specific database use ADOdb, a PHP DB adstraction layer available from here:
http://adodb.sourceforge.net/
0 Comments:
Post a Comment
<< Home