XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | core |
Variables | |
$criteria = new Criteria('to_userid', $xoopsUser->getVar('uid')) | |
$iconName =$pm_arr[0]->getVar("msg_image", "E") | |
$next = $start + 1 | |
$pm_arr = $pm_handler->getObjects($criteria) | |
$poster = new XoopsUser($pm_arr[0]->getVar("from_userid")) | |
$previous = $start - 1 | |
if(!empty($_POST['delete'])) | $start = !empty($_GET['start']) ? intval($_GET['start']) : 0 |
$total_messages = !empty($_GET['total_messages']) ? intval($_GET['total_messages']) : 0 | |
$xoopsPreload =& XoopsPreload::getInstance() | |
if(!is_object($xoopsUser)) | else |
if (!$poster->isActive()) | |
$criteria = new Criteria('to_userid', $xoopsUser->getVar('uid')) |
Definition at line 51 of file readpmsg.php.
$iconName =$pm_arr[0]->getVar("msg_image", "E") |
Definition at line 84 of file readpmsg.php.
$next = $start + 1 |
Definition at line 105 of file readpmsg.php.
Referenced by HTMLPurifier_Injector_RemoveEmpty\handleElement(), XoopsPageNav\renderImageNav(), and XoopsPageNav\renderNav().
$pm_arr = $pm_handler->getObjects($criteria) |
Definition at line 55 of file readpmsg.php.
$poster = new XoopsUser($pm_arr[0]->getVar("from_userid")) |
Definition at line 64 of file readpmsg.php.
Referenced by XoopsCommentRenderer\_getPosterArray(), XoopsCommentRenderer\_getPosterName(), b_system_comments_show(), XoopsCommentRenderer\renderFlatView(), and XoopsComments\showThreadPost().
$previous = $start - 1 |
Definition at line 104 of file readpmsg.php.
if (!empty($_POST['delete'])) $start = !empty($_GET['start']) ? intval($_GET['start']) : 0 |
Definition at line 48 of file readpmsg.php.
$total_messages = !empty($_GET['total_messages']) ? intval($_GET['total_messages']) : 0 |
Definition at line 49 of file readpmsg.php.
$xoopsPreload =& XoopsPreload::getInstance() |
Definition at line 20 of file readpmsg.php.
if ($next< $total_messages) else |
Definition at line 28 of file readpmsg.php.
if($poster!=false) |
Definition at line 65 of file readpmsg.php.