This class implements a MySQL database access wrapper.
It implements a singleton that concentrates the access to a MySQL database access in a single object.
The class can perform the usual database access operations like establishing database server connections, executing SQL queries, retrieving results into rows or objects, getting the number of result set rows, or the number of affected rows or the last inserted identifier, executing INSERT, UPDATE, DELETE and DROP queries from parameter lists, managing transactions. etc..
| 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.
| File |
Role |
Description |
class.mysql.php |
Class |
Class for Accessing to MySQL DB |