MySQL DB Connector
Package:
Summary:
Execute MySQL queries composed programmatically
Groups:
Author:
Description:
This class can be used to execute MySQL queries composed programmatically.
It can establish connections to a MySQL database server using the MySQLi extension.
The class can compose and execute SQL SELECT, INSERT, UPDATE and DELETE queries from lists of parameters that define tables, fields, field values and condition clauses.
It can establish connections to a MySQL database server using the MySQLi extension.
The class can compose and execute SQL SELECT, INSERT, UPDATE and DELETE queries from lists of parameters that define tables, fields, field values and condition clauses.
Comments are closed.