Cheetah
|
Public Attributes | |
$_oPaginate | |
$_sStylePrefix | |
![]() | |
$_iId = 0 | |
$iGlobAllowHtml | |
$iAutoHideRootPostForm = 0 | |
$bDynamic = false | |
$_sSystem = 'profile' | |
$_aSystem = array () | |
$_aCmtElements = array () | |
$_oQuery = null | |
$_sOrder = 'desc' | |
$_aMoodText | |
Additional Inherited Members | |
![]() | |
static | getObjectInstance ($sSys, $iId, $iInit=true) |
static & | getSystems () |
Definition at line 14 of file ChBaseCmtsView.php.
ChBaseCmtsView::__construct | ( | $sSystem, | |
$iId, | |||
$iInit = 1 |
|||
) |
Constructor $sSystem - comments system name $iId - obect id to be commented
Reimplemented from ChWsbCmts.
Reimplemented in ChWallCmts, ChVideosCmtsAlbums, ChVideosCmts, ChSoundsCmtsAlbums, ChSoundsCmts, ChPhotosCmtsAlbums, ChPhotosCmts, ChNewsCmts, ChFilesCmtsAlbums, ChFilesCmts, ChFdbCmts, ChArlCmts, ChWsbTextCmts, ChWsbFilesCmtsAlbums, ChWsbFilesCmts, ChWsbCmtsProfile, ChTemplCmtsView, ChTemplCmtsView, and ChTemplCmtsView.
Definition at line 19 of file ChBaseCmtsView.php.
ChBaseCmtsView::_getActionsBox | ( | & | $a, |
$isJustPosted | |||
) |
Definition at line 291 of file ChBaseCmtsView.php.
ChBaseCmtsView::_getAuthorIcon | ( | $a | ) |
Definition at line 428 of file ChBaseCmtsView.php.
ChBaseCmtsView::_getBrowse | ( | ) |
Definition at line 439 of file ChBaseCmtsView.php.
ChBaseCmtsView::_getCommentBodyBox | ( | & | $a | ) |
Definition at line 266 of file ChBaseCmtsView.php.
ChBaseCmtsView::_getCommentHeadBox | ( | & | $a | ) |
private functions
Definition at line 254 of file ChBaseCmtsView.php.
ChBaseCmtsView::_getFormBox | ( | $sType, | |
$aCmt = array() |
|||
) |
Definition at line 377 of file ChBaseCmtsView.php.
ChBaseCmtsView::_getPostReplyBox | ( | $sType = 'comment' , |
|
$iCmtParentId = 0 |
|||
) |
Definition at line 348 of file ChBaseCmtsView.php.
ChBaseCmtsView::_getPostReplyBoxTo | ( | & | $a | ) |
Definition at line 343 of file ChBaseCmtsView.php.
ChBaseCmtsView::_getRateBox | ( | & | $a | ) |
Definition at line 277 of file ChBaseCmtsView.php.
ChBaseCmtsView::_getRepliesBox | ( | & | $a | ) |
Definition at line 327 of file ChBaseCmtsView.php.
ChBaseCmtsView::getActions | ( | $iCmtId, | |
$sType = 'reply' |
|||
) |
Definition at line 173 of file ChBaseCmtsView.php.
ChBaseCmtsView::getCmtsInit | ( | ) |
Get initialization section of comments box
Definition at line 224 of file ChBaseCmtsView.php.
ChBaseCmtsView::getComment | ( | $iCmtId, | |
$sType = 'new' |
|||
) |
get one just posted comment
int | $iCmtId | - comment id |
Definition at line 134 of file ChBaseCmtsView.php.
ChBaseCmtsView::getComments | ( | $iCmtsParentId = 0 , |
|
$sCmtOrder = 'asc' , |
|||
$iStart = 0 , |
|||
$iPerPage = -1 |
|||
) |
get comments list for specified parent comment
int | $iCmtsParentId | - parent comment to get child comments from |
Definition at line 76 of file ChBaseCmtsView.php.
ChBaseCmtsView::getCommentsFirst | ( | ) |
get full comments block with initializations
Definition at line 47 of file ChBaseCmtsView.php.
ChBaseCmtsView::getExtraCss | ( | ) |
ChBaseCmtsView::getExtraJs | ( | ) |
ChBaseCmtsView::getForm | ( | $sType, | |
$iParentId | |||
) |
Definition at line 169 of file ChBaseCmtsView.php.
ChBaseCmtsView::getPaginate | ( | $iStart = -1 , |
|
$iPerPage = -1 |
|||
) |
Definition at line 165 of file ChBaseCmtsView.php.
ChBaseCmtsView::$_oPaginate |
Definition at line 16 of file ChBaseCmtsView.php.
ChBaseCmtsView::$_sStylePrefix |
Definition at line 17 of file ChBaseCmtsView.php.