CRubric::GetByID( $ID );
The method GetByID returns a mailing list by its ID.
Parameter | Description |
---|---|
$ID | The mailing list ID. |
Returns an instance of the CDBResult class. The fields of the Mailing list object become available after calling one of the CDBResult methods.
if($ID>0) { $rubric = CRubric::GetByID($ID); if($rubric->ExtractFields("str_")) echo $str_NAME; }
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |