Cheetah
|
Public Member Functions | |
__construct (&$oConfig) | |
getInternalHandlers () | |
getActivityCount ($sType='') | |
getLastActivityId ($sType='') | |
getLastFriendsActivityId ($iProfileId, $sType='') | |
getFriendsActivityCount ($iProfileId, $sType='') | |
getSettingsCategory ($sValueName) | |
setViewed ($iActivityId) | |
setViewedProfileActivity ($iProfileId) | |
insertData (&$aData) | |
deleteData (&$aData) | |
createActivity ($sAlertUnit, $sAlertAction, $iObjectId, $iCommentId, $iSenderId, $iRecipientId, $aActivityInfo) | |
deleteActivityByObject ($sUnit, $iObjectId, $iCommentId=0) | |
deleteActivityByUser ($iUserId) | |
attachFriendEvent ($iEventId, $iSenderId, $iFriendId) | |
deleteUselessData ($iDays=0) | |
![]() | |
__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 | |
$sTablePrefix | |
![]() | |
$_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 ChSpyDb.php.
ChSpyDb::__construct | ( | & | $oConfig | ) |
Constructor.
Definition at line 18 of file ChSpyDb.php.
ChSpyDb::attachFriendEvent | ( | $iEventId, | |
$iSenderId, | |||
$iFriendId | |||
) |
Function will attach created event to their friend ;
: | $iEventId | (integer) - event's Id; |
: | $iSenderId | (integer) - sender's Id; |
: | $iFriendId | (integer) - friend's Id; |
Definition at line 397 of file ChSpyDb.php.
ChSpyDb::createActivity | ( | $sAlertUnit, | |
$sAlertAction, | |||
$iObjectId, | |||
$iCommentId, | |||
$iSenderId, | |||
$iRecipientId, | |||
$aActivityInfo | |||
) |
Function will create new activity;
: | $iSenderId | (integer) - activity's sender id; |
: | $iRecipientId | (integer) - activity's recipient id; |
: | $aActivityInfo | (array) - with some event's information; [ lang_key ] - (string) language key; [ params ] - (array) some nedded parameters; [ type ] - (string) type of activity; |
Definition at line 331 of file ChSpyDb.php.
ChSpyDb::deleteActivityByObject | ( | $sUnit, | |
$iObjectId, | |||
$iCommentId = 0 |
|||
) |
Definition at line 363 of file ChSpyDb.php.
ChSpyDb::deleteActivityByUser | ( | $iUserId | ) |
Definition at line 378 of file ChSpyDb.php.
ChSpyDb::deleteData | ( | & | $aData | ) |
Definition at line 253 of file ChSpyDb.php.
ChSpyDb::deleteUselessData | ( | $iDays = 0 | ) |
Function will delete all unnecessary events;
: | $iCount | (integer) - number of rows that need to delete; |
Definition at line 422 of file ChSpyDb.php.
ChSpyDb::getActivityCount | ( | $sType = '' | ) |
Function will return number of all events;
: | $sType | (string) - type of activity; |
Definition at line 43 of file ChSpyDb.php.
ChSpyDb::getFriendsActivityCount | ( | $iProfileId, | |
$sType = '' |
|||
) |
Function will return number of all friends events;
: | $sType | (string) - type of activity; |
: | $iProfile | (integer) - profile's id; |
Definition at line 126 of file ChSpyDb.php.
ChSpyDb::getInternalHandlers | ( | ) |
Function will get all internal spy's handlers;
Definition at line 31 of file ChSpyDb.php.
ChSpyDb::getLastActivityId | ( | $sType = '' | ) |
Function will get the latest event's Id;
: | $sType | (string) - type of activity; |
Definition at line 64 of file ChSpyDb.php.
ChSpyDb::getLastFriendsActivityId | ( | $iProfileId, | |
$sType = '' |
|||
) |
Function will get the latest friends event's Id;
: | $sType | (string) - type of activity; |
: | $iProfile | (integer) - profile's id; |
Definition at line 86 of file ChSpyDb.php.
ChSpyDb::getSettingsCategory | ( | $sValueName | ) |
Function will return global category number;
Definition at line 162 of file ChSpyDb.php.
ChSpyDb::insertData | ( | & | $aData | ) |
Definition at line 194 of file ChSpyDb.php.
ChSpyDb::setViewed | ( | $iActivityId | ) |
Function will set activiti as viwed;
: | $iActivityId | (integer) - activity's id; |
Definition at line 174 of file ChSpyDb.php.
ChSpyDb::setViewedProfileActivity | ( | $iProfileId | ) |
Function will set all profile's activiti as viwed;
: | $iProfileId | (integer) - profile's id; |
Definition at line 187 of file ChSpyDb.php.
ChSpyDb::$_oConfig |
Definition at line 12 of file ChSpyDb.php.
ChSpyDb::$sTablePrefix |
Definition at line 13 of file ChSpyDb.php.