PHP-Klasse::Just another SQL Wrapper 06.04.2007

Kurzbeschreibung: MySQL database access wrapper
Veröffentlicht am: 06.04.2007
Gruppe(n):
- PHP 5
- Databases
Beschreibung:
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
Link: Just another SQL Wrapper