array GetByIDEx( int ID );
The method GetByIDEx returns an array of topic parameters as well as its auxiliary parameters by its ID.
Parameter | Description |
---|---|
ID | The topic ID. |
<? // Print all the returned topic parameters $arTopic = CForumTopic::GetByIDEx($TID); if ($arTopic) { echo "<pre>"; print_r($arTopic); echo "</pre>"; } ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |