Cheetah
Classes | Functions | Variables
db.inc.php File Reference

Go to the source code of this file.

Classes

class  ChDbConnect
 

Functions

 getResult ($sQuery)
 
 getArray ($sQuery)
 
 getValue ($sQuery)
 
 getLastInsertId ()
 
 getEscapedValue ($sValue)
 

Variables

global $oDb = new ChDbConnect()
 

Function Documentation

◆ getArray()

getArray (   $sQuery)

Definition at line 52 of file db.inc.php.

◆ getEscapedValue()

getEscapedValue (   $sValue)

Definition at line 73 of file db.inc.php.

◆ getLastInsertId()

getLastInsertId ( )

Definition at line 66 of file db.inc.php.

◆ getResult()

getResult (   $sQuery)

Definition at line 45 of file db.inc.php.

◆ getValue()

getValue (   $sQuery)

Definition at line 59 of file db.inc.php.

Variable Documentation

◆ $oDb

$oDb = new ChDbConnect()

Definition at line 39 of file db.inc.php.