Mysqli Essential DB Class
Package:
Summary:
MySQL database access wrapper using MySQLi
Groups:
Author:
Description:
This class implements a MySQL database access wrapper using MySQLi. It can:
- Establish connections to MySQL server hosts
- Execute SQL queries
- Determine the number of result rows or affected rows
- Retrieve query results into arrays
- Display the schema of a database as HTML lists
- Establish connections to MySQL server hosts
- Execute SQL queries
- Determine the number of result rows or affected rows
- Retrieve query results into arrays
- Display the schema of a database as HTML lists
Comments are closed.