Databases: WG DB Class
AMiR GHolami (contact me)
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
Click here for detailed information about this class on phpclasses.org