Cheetah
|
Public Member Functions | |
__construct (&$aSystem) | |
getTableName () | |
getComments ($iId, $iCmtParentId=0, $iAuthorId=0, $sCmtOrder='ASC', $iStart=0, $iCount=-1) | |
getComment ($iId, $iCmtId, $iAuthorId=0) | |
getCommentSimple ($iId, $iCmtId) | |
addComment ($iId, $iCmtParentId, $iAuthorId, $sText, $iMood) | |
removeComment ($iId, $iCmtId, $iCmtParentId) | |
updateComment ($iId, $iCmtId, $sText, $iMood) | |
rateComment ($iSystemId, $iCmtId, $iRate, $iAuthorId, $sAuthorIp) | |
deleteAuthorComments ($iAuthorId) | |
deleteObjectComments ($iObjectId) | |
getObjectCommentsCount ($iObjectId, $iParentId=-1) | |
updateTriggerTable ($iId, $iCount) | |
maintenance () | |
![]() | |
setTimezone ($sTimezone) | |
getLink () | |
res ($sQuery, $aBindings=[], $bReplaying=false) | |
getAll ($sQuery, $aBindings=[], $iFetchType=PDO::FETCH_ASSOC) | |
getRow ($sQuery, $aBindings=[], $iFetchStyle=PDO::FETCH_ASSOC) | |
getColumn ($sQuery, $aBindings=[]) | |
getOne ($sQuery, $aBindings=[], $iIndex=0) | |
getFirstRow ($sQuery, $aBindings=[], $iFetchStyle=PDO::FETCH_ASSOC) | |
getNextRow () | |
getAllWithKey ($sQuery, $sFieldKey, $aBindings=[], $iFetchType=PDO::FETCH_ASSOC) | |
getPairs ($sQuery, $sFieldKey, $sFieldValue, $aBindings=[]) | |
query ($sQuery, $aBindings=[]) | |
getNumRows ($oStmt=null) | |
getAffectedRows ($oStmt=null) | |
fillArray ($oStmt, $iFetchType=PDO::FETCH_ASSOC) | |
lastId () | |
getParam ($sName, $bCache=true) | |
setParam ($sName, $sValue) | |
listTables () | |
getFields ($sTable) | |
isFieldExists ($sTable, $sFieldName) | |
fetchField ($mixedQuery, $iField, $aBindings=[]) | |
getDbCacheObject () | |
genDbCacheKey ($sName) | |
fromCache ($sName, $sFunc) | |
cleanCache ($sName) | |
& | fromMemory ($sName, $sFunc) |
cleanMemory ($sName) | |
arrayToSQL ($a, $sDiv=',') | |
escape ($sText, $bReal=true) | |
implode_escape ($mixed) | |
unescape ($mixed) | |
Public Attributes | |
$_aSystem | |
$_sTable | |
$_sTableTrack | |
![]() | |
$port | |
$socket | |
$dbname | |
$user | |
$password | |
$oParams = null | |
$oDbCacheObject = null | |
Additional Inherited Members | |
![]() | |
static | getInstance () |
![]() | |
__construct () | |
connect () | |
disconnect () | |
![]() | |
$host | |
$link | |
$oCurrentStmt | |
$iCurrentFetchStyle | |
![]() | |
static | $instance |
Definition at line 13 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::__construct | ( | & | $aSystem | ) |
Definition at line 19 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::addComment | ( | $iId, | |
$iCmtParentId, | |||
$iAuthorId, | |||
$sText, | |||
$iMood | |||
) |
Definition at line 128 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::deleteAuthorComments | ( | $iAuthorId | ) |
Definition at line 182 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::deleteObjectComments | ( | $iObjectId | ) |
Definition at line 205 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::getComment | ( | $iId, | |
$iCmtId, | |||
$iAuthorId = 0 |
|||
) |
Definition at line 78 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::getComments | ( | $iId, | |
$iCmtParentId = 0 , |
|||
$iAuthorId = 0 , |
|||
$sCmtOrder = 'ASC' , |
|||
$iStart = 0 , |
|||
$iCount = -1 |
|||
) |
Definition at line 32 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::getCommentSimple | ( | $iId, | |
$iCmtId | |||
) |
Definition at line 117 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::getObjectCommentsCount | ( | $iObjectId, | |
$iParentId = -1 |
|||
) |
Definition at line 211 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::getTableName | ( | ) |
Definition at line 27 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::maintenance | ( | ) |
Definition at line 223 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::rateComment | ( | $iSystemId, | |
$iCmtId, | |||
$iRate, | |||
$iAuthorId, | |||
$sAuthorIp | |||
) |
Definition at line 164 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::removeComment | ( | $iId, | |
$iCmtId, | |||
$iCmtParentId | |||
) |
Definition at line 149 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::updateComment | ( | $iId, | |
$iCmtId, | |||
$sText, | |||
$iMood | |||
) |
Definition at line 159 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::updateTriggerTable | ( | $iId, | |
$iCount | |||
) |
Definition at line 216 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::$_aSystem |
Definition at line 15 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::$_sTable |
Definition at line 16 of file ChWsbCmtsQuery.php.
ChWsbCmtsQuery::$_sTableTrack |
Definition at line 17 of file ChWsbCmtsQuery.php.