XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Espaces de nommage | |
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') | |
$com_email = $comment->getVar('com_email') |
$com_icon = $comment->getVar('com_icon') |
$com_id = isset($_GET['com_id']) ? (int)$_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_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(!defined('XOOPS_ROOT_PATH')||!is_object($xoopsModule)) |