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

Namespaces

namespace  kernel
 

Variables

if('system'===$xoopsModule->getVar('dirname')) else
 
if(XOOPS_COMMENT_APPROVENONE==$xoopsModuleConfig['com_rule']) $comment_config = $xoopsModule->getInfo('comments')
 
 $com_modid = $xoopsModule->getVar('mid')
 
 $redirect_page = $comment_config['pageName'] . '?'
 
 $comment_url = $redirect_page
 
 $moddir = $xoopsModule->getVar('dirname')
 
 $op = ''
 
 $error_message = ''
 
 $com_user = ''
 
 $com_email = ''
 
 $com_url = ''
 

Variable Documentation

◆ $com_email

$com_email = ''

◆ $com_modid

$com_modid = $xoopsModule->getVar('mid')

◆ $com_url

$com_url = ''

◆ $com_user

$com_user = ''

◆ $comment_config

if (XOOPS_COMMENT_APPROVENONE==$xoopsModuleConfig[ 'com_rule']) $comment_config = $xoopsModule->getInfo('comments')

◆ $comment_url

$comment_url = $redirect_page

◆ $error_message

$error_message = ''

◆ $moddir

$moddir = $xoopsModule->getVar('dirname')

◆ $op

$op = ''

◆ $redirect_page

if (isset( $comment_config[ 'extraParams']) &&is_array( $comment_config[ 'extraParams'])) $redirect_page = $comment_config['pageName'] . '?'

◆ else

if (!empty( $_POST)) else
Initial value:
{
$com_id = Request::getInt('com_id', 0, 'POST')
$com_id
Definition: comment_delete.php:40