PHP-KLasse::SQL String Generator 10.05.2007

Kurzbeschreibung: Generate SQL queries from parameters
Veröffentlicht am: 10.05.2007
Gruppe(n):
- Databases
Beschreibung:
This class can be used to generate SQL query strings from a list of parameters.
It can generate SQL SELECT, INSERT, UPDATE and DELETE queries with a given table name, arrays of fields and the respective values, and additional clauses to add at the end of the query.
Link: SQL String Generator