This is simple MySQL database access wrapper class.
It executes SQL queries and lets the result records records be fetched iteratively with a call to the movenext function.
It manages the opening and closing of database connection transparently when needed.
After executing a query it may also retrieve the number of affected rows or the id of a auto-incremented row when an insert query executed.
|
|
| Name: |
DbQueryManager |
| Base name: |
dbquerymanaget |
| Description: |
Simple MySQL database access wrapper |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
411 users |
| All time rank: |
5418 |
| Week users: |
0 users |
| Week rank: |
2224  |
| |
|
| 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 |
db.php |
Class |
Class: Db |