XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Espaces de nommage | |
core | |
Variables | |
$xoopsPreload = XoopsPreload::getInstance() | |
$subject_icons = XoopsLists::getSubjectsList() | |
$op = XoopsRequest::getCmd('op', '', 'POST') | |
$reply = XoopsRequest::getBool('reply', 0, 'GET') | |
$send = XoopsRequest::getBool('send', 0, 'GET') | |
$send2 = XoopsRequest::getBool('send2', 0, 'GET') | |
$to_userid = XoopsRequest::getInt('to_userid', 0, 'GET') | |
$msg_id = XoopsRequest::getInt('msg_id', 0, 'GET') | |
$method = XoopsRequest::getMethod() | |
$safeMethods = array('GET', 'HEAD') | |
if(!in_array($method, $safeMethods)) if(is_object($xoopsUser)) | else |
$msg_id = XoopsRequest::getInt('msg_id', 0, 'GET') |
$op = XoopsRequest::getCmd('op', '', 'POST') |
$reply = XoopsRequest::getBool('reply', 0, 'GET') |
$safeMethods = array('GET', 'HEAD') |
$send = XoopsRequest::getBool('send', 0, 'GET') |
$send2 = XoopsRequest::getBool('send2', 0, 'GET') |
$subject_icons = XoopsLists::getSubjectsList() |
$to_userid = XoopsRequest::getInt('to_userid', 0, 'GET') |
$xoopsPreload = XoopsPreload::getInstance() |