Cheetah
|
Public Member Functions | |
__construct (&$oConfig) | |
getMembershipActions () | |
getPostCaptionByID ($iPostID) | |
getPostCaptionAndUriByID ($iPostID) | |
getPostCaptionByUri ($sPostUri) | |
getAllBlogsCnt ($sStatusFilter) | |
getTopBlogs ($sStatusFilter, $sqlLimit) | |
getLastBlogs ($sStatusFilter, $sqlLimit) | |
getTagsInfo ($iMemberID, $sStatusFilter, $sCategoryName) | |
getPostsInCategory ($sStatusFilter, $sCategoryName, $iOwnerID) | |
getPostsCntInCategory ($sCategoryName, $sStatusFilter, $iOwnerID) | |
getFeaturedPosts ($iMemberID) | |
setPostStatus ($iPostID, $sStatus='disapproval') | |
getBlogInfo ($iMemberID) | |
getPostOwnerByID ($iPostID) | |
getOwnerByBlogID ($iBlogID) | |
getPostPhotoByID ($iPostID) | |
performUpdatePostWithPhoto ($iPostID, $sPhotoFilename='') | |
deletePost ($iPostID) | |
getPostIDByUri ($sPostUri) | |
getPostUriByID ($iPostID) | |
getPostInfo ($iPostID) | |
getJustPostInfo ($iPostID) | |
getFeaturedStatus ($iPostID) | |
getActiveStatus ($iPostID) | |
performUpdateFeatureStatus ($aParams) | |
performUpdateBlog ($aParams) | |
deleteBlog ($iBlogID) | |
getMemberIDByNickname ($sNickName) | |
getMemberPostsRSS ($iPID) | |
getBlogPostsByMonth ($iYear, $iMonth, $iNextYear, $iNextMonth, $sStatus='approval') | |
getMemberPostsCnt ($iPID) | |
getSettingsCategory () | |
![]() | |
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 | |
![]() | |
$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 ChBlogsDb.php.
ChBlogsDb::__construct | ( | & | $oConfig | ) |
Definition at line 17 of file ChBlogsDb.php.
ChBlogsDb::deleteBlog | ( | $iBlogID | ) |
Definition at line 349 of file ChBlogsDb.php.
ChBlogsDb::deletePost | ( | $iPostID | ) |
Definition at line 256 of file ChBlogsDb.php.
ChBlogsDb::getActiveStatus | ( | $iPostID | ) |
Definition at line 307 of file ChBlogsDb.php.
ChBlogsDb::getAllBlogsCnt | ( | $sStatusFilter | ) |
Definition at line 60 of file ChBlogsDb.php.
ChBlogsDb::getBlogInfo | ( | $iMemberID | ) |
Definition at line 204 of file ChBlogsDb.php.
ChBlogsDb::getBlogPostsByMonth | ( | $iYear, | |
$iMonth, | |||
$iNextYear, | |||
$iNextMonth, | |||
$sStatus = 'approval' |
|||
) |
Definition at line 382 of file ChBlogsDb.php.
ChBlogsDb::getFeaturedPosts | ( | $iMemberID | ) |
Definition at line 182 of file ChBlogsDb.php.
ChBlogsDb::getFeaturedStatus | ( | $iPostID | ) |
Definition at line 296 of file ChBlogsDb.php.
ChBlogsDb::getJustPostInfo | ( | $iPostID | ) |
Definition at line 289 of file ChBlogsDb.php.
ChBlogsDb::getLastBlogs | ( | $sStatusFilter, | |
$sqlLimit | |||
) |
Definition at line 86 of file ChBlogsDb.php.
ChBlogsDb::getMemberIDByNickname | ( | $sNickName | ) |
Definition at line 355 of file ChBlogsDb.php.
ChBlogsDb::getMemberPostsCnt | ( | $iPID | ) |
Definition at line 396 of file ChBlogsDb.php.
ChBlogsDb::getMemberPostsRSS | ( | $iPID | ) |
Definition at line 362 of file ChBlogsDb.php.
ChBlogsDb::getMembershipActions | ( | ) |
Definition at line 24 of file ChBlogsDb.php.
ChBlogsDb::getOwnerByBlogID | ( | $iBlogID | ) |
Definition at line 226 of file ChBlogsDb.php.
ChBlogsDb::getPostCaptionAndUriByID | ( | $iPostID | ) |
Definition at line 40 of file ChBlogsDb.php.
ChBlogsDb::getPostCaptionByID | ( | $iPostID | ) |
Definition at line 30 of file ChBlogsDb.php.
ChBlogsDb::getPostCaptionByUri | ( | $sPostUri | ) |
Definition at line 50 of file ChBlogsDb.php.
ChBlogsDb::getPostIDByUri | ( | $sPostUri | ) |
Definition at line 263 of file ChBlogsDb.php.
ChBlogsDb::getPostInfo | ( | $iPostID | ) |
Definition at line 276 of file ChBlogsDb.php.
ChBlogsDb::getPostOwnerByID | ( | $iPostID | ) |
Definition at line 215 of file ChBlogsDb.php.
ChBlogsDb::getPostPhotoByID | ( | $iPostID | ) |
Definition at line 237 of file ChBlogsDb.php.
ChBlogsDb::getPostsCntInCategory | ( | $sCategoryName, | |
$sStatusFilter, | |||
$iOwnerID | |||
) |
Definition at line 159 of file ChBlogsDb.php.
ChBlogsDb::getPostsInCategory | ( | $sStatusFilter, | |
$sCategoryName, | |||
$iOwnerID | |||
) |
Definition at line 128 of file ChBlogsDb.php.
ChBlogsDb::getPostUriByID | ( | $iPostID | ) |
Definition at line 269 of file ChBlogsDb.php.
ChBlogsDb::getSettingsCategory | ( | ) |
Definition at line 407 of file ChBlogsDb.php.
ChBlogsDb::getTagsInfo | ( | $iMemberID, | |
$sStatusFilter, | |||
$sCategoryName | |||
) |
Definition at line 102 of file ChBlogsDb.php.
ChBlogsDb::getTopBlogs | ( | $sStatusFilter, | |
$sqlLimit | |||
) |
Definition at line 71 of file ChBlogsDb.php.
ChBlogsDb::performUpdateBlog | ( | $aParams | ) |
Definition at line 333 of file ChBlogsDb.php.
ChBlogsDb::performUpdateFeatureStatus | ( | $aParams | ) |
Definition at line 318 of file ChBlogsDb.php.
ChBlogsDb::performUpdatePostWithPhoto | ( | $iPostID, | |
$sPhotoFilename = '' |
|||
) |
Definition at line 244 of file ChBlogsDb.php.
ChBlogsDb::setPostStatus | ( | $iPostID, | |
$sStatus = 'disapproval' |
|||
) |
Definition at line 194 of file ChBlogsDb.php.
ChBlogsDb::$_oConfig |
Definition at line 12 of file ChBlogsDb.php.