Package:
WG DB Class
Summary:
Simple MySQL database access wrapper
Groups:
Databases, PHP 5
Author:
AMiR GHolami
Description:
This class is a simple MySQL database access wrapper. It can:
- Establish a connection to a given MySQL server host
- Execute SQL queries
- Retrieve query results into arrays
- Retrieve the result set number of rows, last inserted identifier or the number of affected rows
- Check if a database table record exists matching a given condition
- Retrieve the number of records that a table has matching a given condition