If you believe that database abstraction is a good think, but you don't want to join the religous fights about the best one out there, then we have a common interest.
This abstract wrapper class provides easy and simple class methods to access the most important db function. Classes implementing the functionality for native PHP functions, PEAR, PHPLIB,ADOdb and METABASE enables you to switch between these db abstraction layers by changing only a single line of code. Now you are able to use a unifed abstraction layer for database access and switch between the underlaying layers. With this you gain the possibility to develop similar code for more than 15 different databases.
A ligtweight interface supports the most common tasks in an easy and efficent way, such as sending queries and fetching result sets or single variables.
Additional classes provide tools for accessing database data, as dumping information in html tables, exporting db content or presenting database content pagewise.
This abstract wrapper class provides easy and simple class methods to access the most important db function. Classes implementing the functionality for native PHP functions, PEAR, PHPLIB,ADOdb and METABASE enables you to switch between these db abstraction layers by changing only a single line of code. Now you are able to use a unifed abstraction layer for database access and switch between the underlaying layers. With this you gain the possibility to develop similar code for more than 15 different databases.
A ligtweight interface supports the most common tasks in an easy and efficent way, such as sending queries and fetching result sets or single variables.
Additional classes provide tools for accessing database data, as dumping information in html tables, exporting db content or presenting database content pagewise.