Mysqli Query Parameterization Class

Package:
Mysqli Query Parameterization Class
Summary:
Execute prepared queries with MySQLi extension
Groups:
Databases, PHP 5
Author:
Eric Lakich
Description:
This class can be used to execute prepared queries with MySQLi extension.

It can access a given MySQL database using the MySQLi extension and execute prepared queries by defining the value and type of the parameters.

The class can return last inserted row identifier and the query results into arrays.


Powered by Gewgley