Home     PHP / Javascript / Ajax
PHP Database Abstraction Layer (DAL) Script

PHP Script Codes > database-tools

Database Abstraction Layer (DAL) Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 4244

PHP Script Codes > Database Abstraction Layer (DAL)
Database Abstraction Layer is a project to produce a general way to access databases from within PHP. The DAL class takes care of the administration involved with the different kinds of databases. DAL is extendible via plugins so support for different dbms' can be added dynamicly. Also switching from one DBMS to another is simple because not very much has to be altered to support the new DBMS.