Cheetah
|
Public Member Functions | |
__construct (&$oSubscription) | |
isSubscribed ($aParams) | |
getSubscription ($sUnit, $sAction) | |
getSubscriptions ($sUnit, $sAction='') | |
getSubscriptionsByUser ($iUserId) | |
addSubscription ($aParams) | |
deleteSubscription ($aParams) | |
sendDelivery ($aParams) | |
getSubscribersCount ($iType) | |
getSubscribers ($iType, $iStart, $iCount) | |
![]() | |
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 | |
$_sPrefix | |
$_oSubscription | |
![]() | |
$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 11 of file ChWsbSubscriptionQuery.php.
ChWsbSubscriptionQuery::__construct | ( | & | $oSubscription | ) |
constructor
Definition at line 19 of file ChWsbSubscriptionQuery.php.
ChWsbSubscriptionQuery::addSubscription | ( | $aParams | ) |
Definition at line 94 of file ChWsbSubscriptionQuery.php.
ChWsbSubscriptionQuery::deleteSubscription | ( | $aParams | ) |
Definition at line 169 of file ChWsbSubscriptionQuery.php.
ChWsbSubscriptionQuery::getSubscribers | ( | $iType, | |
$iStart, | |||
$iCount | |||
) |
Definition at line 308 of file ChWsbSubscriptionQuery.php.
ChWsbSubscriptionQuery::getSubscribersCount | ( | $iType | ) |
Definition at line 286 of file ChWsbSubscriptionQuery.php.
ChWsbSubscriptionQuery::getSubscription | ( | $sUnit, | |
$sAction | |||
) |
Definition at line 49 of file ChWsbSubscriptionQuery.php.
ChWsbSubscriptionQuery::getSubscriptions | ( | $sUnit, | |
$sAction = '' |
|||
) |
Definition at line 62 of file ChWsbSubscriptionQuery.php.
ChWsbSubscriptionQuery::getSubscriptionsByUser | ( | $iUserId | ) |
Definition at line 74 of file ChWsbSubscriptionQuery.php.
ChWsbSubscriptionQuery::isSubscribed | ( | $aParams | ) |
Definition at line 26 of file ChWsbSubscriptionQuery.php.
ChWsbSubscriptionQuery::sendDelivery | ( | $aParams | ) |
Definition at line 231 of file ChWsbSubscriptionQuery.php.
ChWsbSubscriptionQuery::$_oSubscription |
Definition at line 14 of file ChWsbSubscriptionQuery.php.
ChWsbSubscriptionQuery::$_sPrefix |
Definition at line 13 of file ChWsbSubscriptionQuery.php.