CDBResult CEventMessage::GetByID( int id )
The method GetByID returns the mail template by its ID as the CDBResult instance.
Parameter | Description |
---|---|
id | the template ID |
<? $rsEM = CEventMessage::GetByID($ID); $arEM = $rsEM->Fetch(); echo "<pre>"; print_r($arEM); echo "</pre>"; ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |