XOOPS RMCommon Utilities
2.1.8.91RC
|
Go to the source code of this file.
Functions | |
delete_comments () | |
edit_comment () | |
save_comment () | |
set_comments_status ($status) | |
show_comments () | |
Variables | |
$action = rmc_server_var($_REQUEST, 'action', '') | |
const | RMCLOCATION 'comments' |
delete_comments | ( | ) |
Definition at line 186 of file comments.php.
References $class, $id, $page, $xoopsSecurity, __(), redirectMsg(), and rmc_server_var().
edit_comment | ( | ) |
Definition at line 236 of file comments.php.
References $class, $id, $page, __(), RMFunctions\create_toolbar(), redirectMsg(), and rmc_server_var().
save_comment | ( | ) |
Definition at line 297 of file comments.php.
References $content, $id, $page, $xoopsSecurity, __(), redirectMsg(), rmc_server_var(), and RMObject\setVar().
set_comments_status | ( | $status | ) |
Change comment status
string | status |
Definition at line 142 of file comments.php.
References $db, $page, $sql, $xoopsSecurity, __(), RMEvents\get(), redirectMsg(), and rmc_server_var().
show_comments | ( | ) |
Paginacion de Resultados
Definition at line 14 of file comments.php.
References $class, $db, $limit, $nav, $page, $result, $sql, $start, $tpages, $xoopsSecurity, __(), RMFunctions\create_toolbar(), RMEvents\get(), RMTemplate\get(), TextCleaner\getInstance(), rmc_server_var(), and RMCURL.
$action = rmc_server_var($_REQUEST, 'action', '') |
Definition at line 363 of file comments.php.
const RMCLOCATION 'comments' |
Definition at line 12 of file comments.php.