Databases: Just another SQL Wrapper
Martin (contact me)
This class is a MySQL database access wrapper. It can:
- Establish connections to a given MySQL server host
- Execute queries
- Retrieve query results as arrays or objects
- Retrieve the number of result set rows, affected rows, or the last inserted identifier
- Compose and execute SELECT, INSERT, UPDATE and DELETE queries from parameters defined programmatically
Click here for detailed information about this class on phpclasses.org