This class is a simple MySQL database access wrapper. It can:
- Escape strings for use as literal values in queries
- Execute arbitrary SQL queries
- Retrieve individual results or whole results as arrays
- Retrieve the number of affected rows
- Retrieve the last inserted table identifier value
|
|
| Name: |
Db Broker |
| Base name: |
db-broker |
| Description: |
Simple MySQL database access wrapper |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
BSD License |
| All time users: |
172 users |
| All time rank: |
6828 |
| Week users: |
1 user |
| Week rank: |
2108  |
| |
|
| There are not enough user ratings to display for this class. |
| |
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 |
DbBroker |
Class |
database queries |