MySQLi access

Package:
MySQLi access
Summary:
MySQL database access using MySQLi
Groups:
Databases, PHP 5
Author:
Julie Duvillier
Description:
This package can be used to access MySQL databases using MySQLi.

The main class extends the MySQLi class : establish connection, execute SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and get the fields of a table.
Exceptions of the class are handled by MySQLi_exception_class which extends the class Exception.

Other auxiliary classes deal with query results and prepare query statements.


Powered by Gewgley