PDO wrapper
Package:
Summary:
MySQL database access wrapper using PDO
Groups:
Author:
Description:
This class implements a MySQL database access wrapper using PDO.
It can establish a connection to a MySQL database server and execute SELECT prepared queries with parameters from an array, retrieve query results into arrays, execute INSERT or UPDATE queries using parameters that define the tables, fields, values and conditions.
It can establish a connection to a MySQL database server and execute SELECT prepared queries with parameters from an array, retrieve query results into arrays, execute INSERT or UPDATE queries using parameters that define the tables, fields, values and conditions.
Comments are closed.