Databases: MySQL2Conndbs
José Augusto Ferreira Franco (contact me)
This class is a MySQL database access wrapper.
It can perform several operations to access databases and perform schema management:
- Connects to a given MySQL database server
- Create and drop databases
- Create, drop tables or check if exists
- Insert rows in a table from an array of field values
- Delete specific rows from a table
- Optimize tables
- Execute SELECT queries and retrieve the results
Click here for detailed information about this class on phpclasses.org