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.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (87.5%) |
Good (81.3%) |
Good (81.3%) |
Good (87.5%) |
- |
- |
Sufficient (68.8%) |
215 |
| Month: |
Not yet rated by the users |
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.