Public Member Functions | |
__construct (&$aSystem) | |
getVote ($iId) | |
putVote ($iId, $sIp, $iRate) | |
isDublicateVote ($iId, $sIp) | |
getSqlParts ($sMailTable, $sMailField) | |
deleteVotings ($iId) | |
getTopVotedItem ($iDays, $sJoinTable='', $sJoinField='', $sWhere='') | |
getVotedItems ($sIp) | |
updateTriggerTable ($iId, $fRate, $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 | |
$_aSystem | |
![]() | |
$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 13 of file ChWsbVotingQuery.php.
ChWsbVotingQuery::__construct | ( | & | $aSystem | ) |
Definition at line 17 of file ChWsbVotingQuery.php.
ChWsbVotingQuery::deleteVotings | ( | $iId | ) |
Definition at line 77 of file ChWsbVotingQuery.php.
ChWsbVotingQuery::getSqlParts | ( | $sMailTable, | |
$sMailField | |||
) |
Definition at line 59 of file ChWsbVotingQuery.php.
ChWsbVotingQuery::getTopVotedItem | ( | $iDays, | |
$sJoinTable = '' , |
|||
$sJoinField = '' , |
|||
$sWhere = '' |
|||
) |
Definition at line 88 of file ChWsbVotingQuery.php.
ChWsbVotingQuery::getVote | ( | $iId | ) |
Definition at line 23 of file ChWsbVotingQuery.php.
ChWsbVotingQuery::getVotedItems | ( | $sIp | ) |
Definition at line 98 of file ChWsbVotingQuery.php.
ChWsbVotingQuery::isDublicateVote | ( | $iId, | |
$sIp | |||
) |
Definition at line 49 of file ChWsbVotingQuery.php.
ChWsbVotingQuery::putVote | ( | $iId, | |
$sIp, | |||
$iRate | |||
) |
Definition at line 31 of file ChWsbVotingQuery.php.
ChWsbVotingQuery::updateTriggerTable | ( | $iId, | |
$fRate, | |||
$iCount | |||
) |
Definition at line 106 of file ChWsbVotingQuery.php.
ChWsbVotingQuery::$_aSystem |
Definition at line 15 of file ChWsbVotingQuery.php.