My simple Query Language Class for MySQL & MySQLi(Improved)
Package:
Summary:
Database access wrapper using MySQL or MySQLi
Groups:
Author:
Description:
This class is Database access wrapper using MySQL or MySQLi extensions. It can:
- Establish connections to a MySQL server
- Execute arbitrary queries and return the number of result rows, the number of affected rows or the last inserted identifier
- Execute INSERT queries given the table name and field value arrays
- Execute SELECT queries and return single values or arrays with results
- Establish connections to a MySQL server
- Execute arbitrary queries and return the number of result rows, the number of affected rows or the last inserted identifier
- Execute INSERT queries given the table name and field value arrays
- Execute SELECT queries and return single values or arrays with results
Comments are closed.