CDBResult CIBlock::GetByID( int ID );
Returns an information block by the ID.
Parameter | Description |
---|---|
ID | Information block ID. |
<? $res = CIBlock::GetByID($_GET["BID"]); if ($ar_res = $res->GetNext()) echo $ar_res['NAME']; ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |