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.
Another class implements other database access functions like executing queries with prepared queries, measuring the time the queries take to execute, retrieving query results into arrays, the number of result rows, last inserted record identifier and log executed queries to a XML log file. |