UseSQL

Package:
UseSQL
Summary:
MySQL database access wrapper
Groups:
Databases, PHP 5
Author:
Tanel Tammik
Description:
This class implements a MySQL database access wrapper. It can:

- Establish MySQL server connections
- Execute direct or prepared queries and retrieve results into arrays
- Execute INSERT or CREATE TABLE queries from lists of parameters that define the table, fields and field values
- Retrieve the last database access error or the last inserted record identifier

The class functions return the current object to support function call chaining.


Powered by Gewgley