Tutorial Extension
1.0.0
SellerDeck Extensions - Tutorial Extension
|
Public Member Functions | |
__construct ($oConnection, $sQuery) | |
bindValue ($sParam, $vValue) | |
execute () | |
fetch ($vOption=null) | |
Protected Member Functions | |
extractParam ($sQuery) | |
clearParam () | |
Protected Attributes | |
$m_sQuery | |
$m_aParams | |
$m_oStatement | |
Definition at line 205 of file CDataBaseAccessNoPDO.php.
__construct | ( | $oConnection, | |
$sQuery | |||
) |
__construct - Object constructor method
public
object | $oConnection | Connection |
string | $sQuery | Query |
Definition at line 231 of file CDataBaseAccessNoPDO.php.
bindValue | ( | $sParam, | |
$vValue | |||
) |
bindValue - Bind Value
public
string | $sParam | Parameter |
mixed | $vValue | Value |
Definition at line 248 of file CDataBaseAccessNoPDO.php.
|
protected |
clearParam - Clear Parameters
protected
Definition at line 312 of file CDataBaseAccessNoPDO.php.
execute | ( | ) |
execute - Execute
public
Definition at line 259 of file CDataBaseAccessNoPDO.php.
|
protected |
extractParam - Extract Parameters
protected
mixed | $sQuery | Query |
Definition at line 291 of file CDataBaseAccessNoPDO.php.
fetch | ( | $vOption = null | ) |
fetch - Fetch
public
mixed | $vOption | Options |
Definition at line 279 of file CDataBaseAccessNoPDO.php.