This class can be used to execute MySQL queries from lists of arguments. It uses the MySQLi extension functions to establish a connection to MySQL database server. The class execute SELECT, INSERT, UPDATE and DELETE queries from lists of arguments that define the tables, fields, field values and condition clauses.