AbstractDB is a database abstraction layer, object oriented and extensible via driver implementations which extend from a common base class. This package encapsulates all of the basic functions required by most developers without the complexity and/or utter simplicity of many other abstraction packages.
| Tags | Database API |
|---|---|
| Licenses | LGPL |
| Implementation | PHP |
Recent releases


Changes: GetDatabase(), SetDatabase(), GetFieldCount(), GetFieldNames(), and GetRowCount() methods were added to the main class and drivers for retrieving and setting the current database name, obtaining the number and names of field returned by a query, and finding the number of rows returned by a query. A Replace() method for executing REPLACE queries was also added. Several documentation errors were corrected.


No changes have been submitted for this release.