Database Abstraction Layer

General
 
 
Documentation
 
Links

    SourceForge Logo
 

About DAL

What is it ?

DAL is a database abstraction layer written entirely in PHP. It's goal is to provide a general and consistent way for accessing a database from within a php page/script. DAL has some general methods that can be used to access the database from within php code. The implementation details (like how to connect to the database) are taken care of by drivers which extend DAL.