XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
comment_edit.php File Reference

Go to the source code of this file.

Namespaces

namespace  kernel
 

Variables

 $com_email = $comment->getVar('com_email')
 
 $com_icon = $comment->getVar('com_icon')
 
 $com_id = isset($_GET['com_id']) ? intval($_GET['com_id']) : 0
 
 $com_itemid = $comment->getVar('com_itemid')
 
 $com_mode = isset($_GET['com_mode']) ? htmlspecialchars(trim($_GET['com_mode']), ENT_QUOTES) : ''
 
 $com_pid = $comment->getVar('com_pid')
 
 $com_rootid = $comment->getVar('com_rootid')
 
 $com_status = $comment->getVar('com_status')
 
 $com_text = $comment->getVar('com_text', 'e')
 
 $com_title = $comment->getVar('com_title', 'e')
 
 $com_url = $comment->getVar('com_url')
 
 $com_user = $comment->getVar('com_user')
 
 $comment = &$comment_handler->get($com_id)
 
 $comment_handler =& xoops_gethandler('comment')
 
 $dobr = $comment->getVar('dobr')
 
 $dohtml = $comment->getVar('dohtml')
 
 $dosmiley = $comment->getVar('dosmiley')
 
 $doxcode = $comment->getVar('doxcode')
 
if($com_mode== '') if(!isset($_GET['com_order'])) else
 
 if (!defined('XOOPS_ROOT_PATH')||!is_object($xoopsModule))
 

Variable Documentation

$com_icon = $comment->getVar('com_icon')

Definition at line 61 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

$com_id = isset($_GET['com_id']) ? intval($_GET['com_id']) : 0

Definition at line 32 of file comment_edit.php.

$com_itemid = $comment->getVar('com_itemid')

Definition at line 62 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

$com_mode = isset($_GET['com_mode']) ? htmlspecialchars(trim($_GET['com_mode']), ENT_QUOTES) : ''

Definition at line 33 of file comment_edit.php.

$com_pid = $comment->getVar('com_pid')

Definition at line 65 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

$com_rootid = $comment->getVar('com_rootid')

Definition at line 67 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

$com_status = $comment->getVar('com_status')

Definition at line 66 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

$com_text = $comment->getVar('com_text', 'e')

Definition at line 64 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

$com_title = $comment->getVar('com_title', 'e')

Definition at line 63 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

$com_url = $comment->getVar('com_url')

Definition at line 71 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

$com_user = $comment->getVar('com_user')

Definition at line 69 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

$comment_handler =& xoops_gethandler('comment')
$dobr = $comment->getVar('dobr')

Definition at line 59 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

$dohtml = $comment->getVar('dohtml')

Definition at line 57 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

$dosmiley = $comment->getVar('dosmiley')

Definition at line 58 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

$doxcode = $comment->getVar('doxcode')

Definition at line 60 of file comment_edit.php.

Referenced by XoopsCommentHandler\insert().

if ($xoopsModule->getVar('dirname')!= 'system') else
Initial value:
{
$com_order = intval($_GET['com_order'])

Definition at line 49 of file comment_edit.php.

if(!defined('XOOPS_ROOT_PATH')||!is_object($xoopsModule))

Definition at line 20 of file comment_edit.php.