PHP MySQL Connection Class
Package:
Summary:
Access MySQL databases
Groups:
Author:
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
- 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
Comments are closed.