array GetByID( int ID );
The GetByID method returns an array of parameters of a specified message.
Parameter | Description |
---|---|
ID | The ID of the message whose parameters are required. |
Private message table
<? $arMessage = CForumPrivateMessage::GetByID($MID); if ($arMessage) { $AUTHOR_ID = IntVal($arMessage["AUTHOR_ID"]); $USER_ID = IntVal($arMessage["USER_ID"]); } ?>
© 2001-2007 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |