This package provides access to different databases with the same functions.
There is a base abstract class that defines an interface for establishing connections, executing SQL queries, and retrieving query results.
Then there are implementation classes that implement the same interface to access different types of database. Currently there are implementation classes for accessing MySQL and Microsoft SQL server.
| |
Screenshots |
|
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
DataBase.php |
Class |
The abstract class |
MSSQLDB.php |
Class |
The Final implementation of the driver for the MSSQL |
MySQLDB.php |
Class |
The Final implementation of the driver for the MySQL |