XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
readpmsg.php File Reference

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())
 

Variable Documentation

$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.

$pm_arr = $pm_handler->getObjects($criteria)

Definition at line 55 of file readpmsg.php.

$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
Initial value:
{
$pm_handler =& xoops_gethandler('privmessage')

Definition at line 28 of file readpmsg.php.

if($poster!=false)

Definition at line 65 of file readpmsg.php.