This class is a MySQL database access wrapper that uses some PHP 5 features to simplify the usual operations.
It establishes a connection with a MySQL server in the class constructor function and closes the connection in the destructor function.
It provides functions for executing SQL queries and return a the row object or multiple rows as an array of objects.
The query statements may be formatted with a variable number of arguments with the sprintf function.
Errors throw exceptions that may be catched by applications.
The class may also generate an error log in a file with formatted error lines that may take a variable number of format arguments.
|
|
| Name: |
DBConnect |
| Base name: |
mysqlconnect |
| Description: |
MySQL database access wrapper |
| Version: |
- |
| PHP version: |
- |
| License: |
Free for non-commercial use |
| All time users: |
2878 users |
| All time rank: |
1130 |
| Week users: |
0 users |
| Week rank: |
1358  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (87.5%) |
Good (81.2%) |
Good (81.2%) |
Good (87.5%) |
- |
- |
Sufficient (68.8%) |
260 |
| Month: |
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 |
|
|