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

Go to the source code of this file.

Namespaces

namespace  kernel
 

Variables

 $com_email = ''
 
 $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) : ''
 
if(!preg_match("/^"._RE."/i",
$com_title) 
$com_pid ) = $com_id
 
 $com_rootid = $comment->getVar('com_rootid')
 
 $com_text = ''
 
 $com_title = $comment->getVar('com_title', 'E')
 
 $com_url = ''
 
 $com_user = ''
 
 $comment =& $comment_handler->get($com_id)
 
 $comment_handler =& xoops_gethandler('comment')
 
 $dobr = 1
 
 $dohtml = 0
 
 $doimage = 1
 
 $dosmiley = 1
 
 $doxcode = 1
 
 $r_text = _CM_POSTER . ': <strong>' . $r_name . '</strong>&nbsp;&nbsp;' . _CM_POSTED . ': <strong>' . formatTimestamp($comment->getVar('com_created')) . '</strong><br /><br />' . $comment->getVar('com_text')
 
if($com_mode== '') if(!isset($_GET['com_order'])) else
 

Variable Documentation

$com_email = ''

Definition at line 77 of file comment_reply.php.

$com_icon = ''

Definition at line 72 of file comment_reply.php.

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

Definition at line 30 of file comment_reply.php.

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

Definition at line 74 of file comment_reply.php.

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

Definition at line 31 of file comment_reply.php.

if (!preg_match("/^"._RE."/i", $com_title) $com_pid) = $com_id

Definition at line 64 of file comment_reply.php.

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

Definition at line 73 of file comment_reply.php.

$com_text = ''

Definition at line 65 of file comment_reply.php.

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

Definition at line 60 of file comment_reply.php.

$com_url = ''

Definition at line 78 of file comment_reply.php.

$com_user = ''

Definition at line 76 of file comment_reply.php.

$comment =& $comment_handler->get($com_id)

Definition at line 49 of file comment_reply.php.

$comment_handler =& xoops_gethandler('comment')

Definition at line 48 of file comment_reply.php.

$dobr = 1

Definition at line 70 of file comment_reply.php.

$dohtml = 0

Definition at line 68 of file comment_reply.php.

$doimage = 1

Definition at line 71 of file comment_reply.php.

Referenced by XoopsCommentHandler\insert().

$dosmiley = 1

Definition at line 67 of file comment_reply.php.

$doxcode = 1

Definition at line 69 of file comment_reply.php.

$r_text = _CM_POSTER . ': <strong>' . $r_name . '</strong>&nbsp;&nbsp;' . _CM_POSTED . ': <strong>' . formatTimestamp($comment->getVar('com_created')) . '</strong><br /><br />' . $comment->getVar('com_text')

Definition at line 59 of file comment_reply.php.

if ($comment->getVar('com_uid')==0 &&$comment->getVar('com_user')!= '') else
Initial value:
{
$com_order = intval($_GET['com_order'])

Definition at line 45 of file comment_reply.php.