Class CMS_query
Launches query against the database. Connection information can be passed as parameter, or is taken from global constants. For now, only manages MySQL database.
Located in /automne/classes/common/query.php (line 31)
CMS_grandFather | --CMS_query
All db connection in use
Return an echapped input to use into an SQL query
Constructor.
Initializes the connection and launches the query.
Execute prepared query Warning : this function is buggy when it used with serialised datas into an insert or an update statement Use it only for select.
Get the all records as an associative array with fields names as keys.
Get the next record as an associative array with fields names as keys.
Get the next record but only one field.
Initiates connection with the database.
Inherited From CMS_grandFather
CMS_grandFather::autoload()
CMS_grandFather::hasError()
CMS_grandFather::log()
CMS_grandFather::PHPErrorHandler()
CMS_grandFather::raiseError()
CMS_grandFather::setDebug()
CMS_grandFather::setLog()
CMS_grandFather::_raiseError()
CMS_grandFather::__call()
Inherited from CMS_grandFather
CMS_grandFather::ERROR_LOG
CMS_grandFather::SYSTEM_LABEL
Documentation generated on Wed, 15 Feb 2012 15:38:09 +0100 by phpDocumentor 1.4.3