MySQLi Database Support forum mysqlidatabase MySQL database wrapper using MySQLi extension This package is a wrapper around the MySQLi extension to access MySQL databases. The package is composed of two classes: one extends the MySQLi class to execute several types of database access functions and ...
Reduced MySQLi Support forum reduced_mysqli MySQLi database access wrapper This package implements a MySQL database access wrapper using the MySQLi extension. There is class that manages MySQL database access connections so only one connection is established during the same PHP script execution ...
... parameters. The class can return last inserted row identifier and the query results into arrays. Mysqli Query Parameterization Class Support forum mysqli-wrapper Execute prepared queries with MySQLi extension Mysqli Wrapper Class Example file demonstrating class use Site Meter
Extended MySQLi Support forum mysqli-extended MySQL database access wrapper using MySQLi This package implements a MySQL database access wrapper using the MySQLi extension. It is based on the Reduced MySQLi class originally written by Mertol Kasanan. This version can account the memory usage, log ...
Mysqli Essential DB Class Support forum mysqli-essential MySQL database access wrapper using MySQLi This class implements a MySQL database access wrapper using MySQLi. It can: - Establish connections to MySQL server hosts - Execute SQL queries - Determine the number of result rows or affected rows ...
This class can Access MySQL database wrapper using MySQLi. It can: - Connect to a given MySQL server - Execute arbitrary SQL queries - Retrieve the number of query result rows, result columns and last inserted table identifier - Retrieve the query results in a single array - Escape a single string ...
PHP 5 MySQLi Layer Support forum php5sql MySQL access wrapper using MySQLi extension This is a simple MySQL database access wrapper that uses the MySQLi extension. It can: - Establish database server connections from the constructor function - Escape literal text values - Execute one or multiple ...
MySQLi Handler Support forum mysqli-handler MySQL database access wrapper using the MySQLi This class is a MySQL database access wrapper using the MySQLi. It can: - Establish connections to a given MySQL server - Execute arbitrary SQL queries - Retrieve query single value results or whole result ...
This class is a MySQL database access wrapper based on MySQLi. It can establish connections to a given MySQL database server and execute several types of operations. Currently it can: - Execute arbitrary MySQL queries - Retrieve the query results into objects or arrays - Get the result set row count ...
My simple Query Language Class for MySQL & MySQLi(Improved) Support forum mql Database access wrapper using MySQL or MySQLi This class is Database access wrapper using MySQL or MySQLi extensions. It can: - Establish connections to a MySQL server - Execute arbitrary queries and return the number of ...