PHP-Klasse::Database Functions 13.07.2007

Kurzbeschreibung: Build and execute MySQL database queries
Veröffentlicht am: 13.07.2007
Gruppe(n):
- Databases
Beschreibung:
This class can be used to build and execute MySQL database queries.
It can build SELECT, insert, UPDATE and DELETE queries from lists of parameters and values.
The class can also execute the generated queries and retrieve the SELECT query results into associative arrays.
Link: Database Functions