XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
comments.php File Reference

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'
 

Function Documentation

delete_comments ( )

Definition at line 186 of file comments.php.

References $class, $id, $page, $xoopsSecurity, __(), redirectMsg(), and rmc_server_var().

Here is the call graph for this function:

edit_comment ( )

Definition at line 236 of file comments.php.

References $class, $id, $page, __(), RMFunctions\create_toolbar(), redirectMsg(), and rmc_server_var().

Here is the call graph for this function:

save_comment ( )

Definition at line 297 of file comments.php.

References $content, $id, $page, $xoopsSecurity, __(), redirectMsg(), rmc_server_var(), and RMObject\setVar().

Here is the call graph for this function:

set_comments_status (   $status)

Change comment status

Parameters
stringstatus

Definition at line 142 of file comments.php.

References $db, $page, $sql, $xoopsSecurity, __(), RMEvents\get(), redirectMsg(), and rmc_server_var().

Here is the call graph for this function:

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.

Here is the call graph for this function:

Variable Documentation

$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.