API - XOOPS 2.5.11 Beta 2
By monxoops.fr
comment_edit.php File Reference

Namespaces

namespace  kernel
 

Variables

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

Variable Documentation

◆ $com_email

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

◆ $com_icon

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

◆ $com_id

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

◆ $com_itemid

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

◆ $com_mode

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

◆ $com_pid

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

◆ $com_rootid

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

◆ $com_status

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

◆ $com_text

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

◆ $com_title

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

◆ $com_url

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

◆ $com_user

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

◆ $comment

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

◆ $comment_handler

$comment_handler = xoops_getHandler('comment')

◆ $dobr

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

◆ $dohtml

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

◆ $dosmiley

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

◆ $doxcode

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

◆ else

if ( $xoopsModule->getVar( 'dirname') !=='system') else
Initial value:
{
$com_order = (int)$_GET['com_order']
$com_order
Definition: comment_delete.php:39
$_GET['page']
Definition: notification_update.php:11

◆ if

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