easy DB
Package:
Summary:
Access MySQL databases using the MySQLi extension
Groups:
Author:
Description:
This class can be used to access MySQL databases using the MySQLi extension.
It can connect to a given MySQL server using credentials retrieved from an INI format file.
The class can execute SQL queries and store the results in cache files valid for a given period of time.
It also supports prepared queries with query parameter binding, retrieving the last inserted record identifier and retrieving query results into arrays.
It can connect to a given MySQL server using credentials retrieved from an INI format file.
The class can execute SQL queries and store the results in cache files valid for a given period of time.
It also supports prepared queries with query parameter binding, retrieving the last inserted record identifier and retrieving query results into arrays.
Comments are closed.