Cheetah
|
Public Member Functions | |
__construct (&$oConfig) | |
insertData ($aData) | |
deleteData ($aData) | |
insertEvent ($aParams) | |
updateEvent ($aParams, $iId) | |
deleteEvent ($aParams, $sWhereAddon="") | |
deleteEventCommon ($aParams) | |
getUser ($mixed, $sType='id') | |
getHandlers ($aParams=array()) | |
getEvents ($aParams) | |
getEventsCount ($iOwnerId, $sFilter, $sTimeline, $aModules) | |
updateSimilarObject ($iId, &$oAlert, $sDuration='day') | |
getCommentsCount ($iId) | |
getSharedCategory ($sType, $iId) | |
insertRepostTrack ($iEventId, $iAuthorId, $sAuthorIp, $iRepostedId) | |
deleteRepostTrack ($iEventId) | |
updateRepostCounter ($iId, $iCounter, $iIncrement=1) | |
getReposted ($sType, $sAction, $iObjectId) | |
getRepostedBy ($iRepostedId) | |
isReposted ($iRepostedId, $iOwnerId, $iAuthorId) | |
_getFilterAddon ($iOwnerId, $sFilter) | |
_processEvent (&$aEvent) | |
![]() | |
__construct ($oConfig=null) | |
getPrefix () | |
getModulesBy ($aParams=array()) | |
getModuleById ($iId) | |
getModuleByUri ($sUri) | |
isModule ($sUri) | |
isModuleParamsUsed ($sUri, $sPath, $sPrefixDb, $sPrefixClass) | |
getModules () | |
getDependent ($sUri) | |
getSettingsCategoryId ($sCatName) | |
![]() | |
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 | |
$_oConfig | |
![]() | |
$_sPrefix | |
![]() | |
$port | |
$socket | |
$dbname | |
$user | |
$password | |
$oParams = null | |
$oDbCacheObject = null | |
Additional Inherited Members | |
![]() | |
static | getInstance () |
![]() | |
__construct () | |
connect () | |
disconnect () | |
![]() | |
$host | |
$link | |
$oCurrentStmt | |
$iCurrentFetchStyle | |
![]() | |
static | $instance |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 10 of file ChWallDb.php.
ChWallDb::__construct | ( | & | $oConfig | ) |
Definition at line 16 of file ChWallDb.php.
ChWallDb::_getFilterAddon | ( | $iOwnerId, | |
$sFilter | |||
) |
Definition at line 477 of file ChWallDb.php.
ChWallDb::_processEvent | ( | & | $aEvent | ) |
Definition at line 492 of file ChWallDb.php.
ChWallDb::deleteData | ( | $aData | ) |
Definition at line 39 of file ChWallDb.php.
ChWallDb::deleteEvent | ( | $aParams, | |
$sWhereAddon = "" |
|||
) |
Definition at line 85 of file ChWallDb.php.
ChWallDb::deleteEventCommon | ( | $aParams | ) |
Definition at line 93 of file ChWallDb.php.
ChWallDb::deleteRepostTrack | ( | $iEventId | ) |
Definition at line 406 of file ChWallDb.php.
ChWallDb::getCommentsCount | ( | $iId | ) |
Definition at line 377 of file ChWallDb.php.
ChWallDb::getEvents | ( | $aParams | ) |
Definition at line 154 of file ChWallDb.php.
ChWallDb::getEventsCount | ( | $iOwnerId, | |
$sFilter, | |||
$sTimeline, | |||
$aModules | |||
) |
Definition at line 304 of file ChWallDb.php.
ChWallDb::getHandlers | ( | $aParams = array() | ) |
Definition at line 121 of file ChWallDb.php.
ChWallDb::getReposted | ( | $sType, | |
$sAction, | |||
$iObjectId | |||
) |
Definition at line 420 of file ChWallDb.php.
ChWallDb::getRepostedBy | ( | $iRepostedId | ) |
Definition at line 460 of file ChWallDb.php.
ChWallDb::getSharedCategory | ( | $sType, | |
$iId | |||
) |
Definition at line 384 of file ChWallDb.php.
ChWallDb::getUser | ( | $mixed, | |
$sType = 'id' |
|||
) |
Definition at line 97 of file ChWallDb.php.
ChWallDb::insertData | ( | $aData | ) |
Definition at line 23 of file ChWallDb.php.
ChWallDb::insertEvent | ( | $aParams | ) |
Definition at line 55 of file ChWallDb.php.
ChWallDb::insertRepostTrack | ( | $iEventId, | |
$iAuthorId, | |||
$sAuthorIp, | |||
$iRepostedId | |||
) |
Repost related methods
Definition at line 399 of file ChWallDb.php.
ChWallDb::isReposted | ( | $iRepostedId, | |
$iOwnerId, | |||
$iAuthorId | |||
) |
Definition at line 465 of file ChWallDb.php.
ChWallDb::updateEvent | ( | $aParams, | |
$iId | |||
) |
Definition at line 77 of file ChWallDb.php.
ChWallDb::updateRepostCounter | ( | $iId, | |
$iCounter, | |||
$iIncrement = 1 |
|||
) |
Definition at line 411 of file ChWallDb.php.
ChWallDb::updateSimilarObject | ( | $iId, | |
& | $oAlert, | ||
$sDuration = 'day' |
|||
) |
Definition at line 331 of file ChWallDb.php.
ChWallDb::$_oConfig |
Definition at line 12 of file ChWallDb.php.