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