PHP-Klasse::Simple MySQL DB Class 10.03.2007

Kurzbeschreibung: MySQL database access wrapper
Veröffentlicht am: 10.03.2007
Gruppe(n):
- Databases
Beschreibung:
This class is a MySQL database access wrapper. It can:
- Connect to a MySQL server
– Execute SQL queries and retrieve single value results or return result rows into arrays
– Return the last inserted table row identifier, the number of result rows and the number of affected rows
– Count the number of executed queries
– Lock and unlock tables
– Escape text literal values or like patterns
– Retrieve database access errors
Link: Simple MySQL DB Class