|
|
| Name: |
Jade Dbo |
| Base name: |
jade-dbo |
| Description: |
Database abstraction layer with drivers |
| Related classes: |
DBO, mysql driver |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
BSD License |
| All time users: |
208 users |
| All time rank: |
6189 |
| Week users: |
0 users |
| Week rank: |
2424 |
| |
|
This package implements a database abstraction layer with drivers to access different types of databases.
The main class can setup the driver object and route database access calls to that object.
Currently it provides functions for establishing database connections, executing queries that may return results or not, retrieving the query results, etc..
| 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 |
Drivers (1 file) |
Dbo.php |
Class |
Basic Dbo Controller and driver base |
Example.php |
Example |
A simple example |
| File |
Role |
Description |
MySql.php |
Class |
Basic MySql Driver |