My simple Query Language Class for MySQL & MySQLi(Improved)

  • You are here: Free PHP » Classes » My simple Query Language Class for MySQL & MySQLi(Improved)
Package:
My simple Query Language Class for MySQL & MySQLi(Improved)
Summary:
Database access wrapper using MySQL or MySQLi
Groups:
Databases, PHP 5
Author:
Mustafa OZGUR
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


Powered by Gewgley