PHP MySQL Connection Class

Package:
PHP MySQL Connection Class
Summary:
Access MySQL databases
Groups:
Databases
Author:
Saeid Yazdani
Description:
This class can be used to access MySQL databases. It can:

- Establish MySQL database server connections
- Execute SQL queries and return the results in arrays
- Count the number of records in tables
- Execute queries to retrieve a single value or multiple values
- Get the list of tables
- Get the SQL definition and record data for recreating a table
- Generate dump with SQL statements to recreate a database


Powered by Gewgley