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.
| Tags | Database Front-Ends |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Changes: The query parser was updated to see describe queries as queries which actually produce a rowcount.


Changes: A fix for a bug with returning the last auto-generated ID.


Changes: A fix for a bug with returning the last auto-generated ID, and some other minor fixes from the development version.


Changes: Empty lines at the end of language files were fixed. Some other small enhancements were made.


Changes: This release fixes a bug in the rowseeking code of the MySQL and mSQL drivers.
A lightweight framework for heavy lifting; a metadata-driven CRUD framework for ASP.net.