A proxy class that has static methods to access the preconfigured database connection The database connection is configured using the following settings: MI_DEFAULT_DB_HOST, MI_DEFAULT_DB_USER, MI_DEFAULT_DB_PASS and MI_DEFAULT_DB_NAME
Located in /database/StaticDBUtil.php (line 22)
Executes a SQL delete query for a specify record key
Executes a SQL insert query from an associative array.
Associative array is representing one record where keys are the table fields names.
Returns an array with associative arrays from the result
Executes the select query and also returns the selected column names in the $fieldsArray
Executes a SQL query
Executes a SQL insert query
Executes a SQL update query from an array for a specify record key
Returns an object of class miDBUtilImpl
Object of class miDBUtilImpl or its subclasses is needed to handle the connection between database and miStaticDBUtil class
Returns an array with names of the fields in the specified table.
Ping the database and attempt to reconnect if necessary
Documentation generated on Thu, 08 May 2008 16:57:41 +0300 by phpDocumentor 1.4.1