bool CModule::IncludeModule( string module_id )
The method IncludeModule checks whether the module is installed and
if so, includes it (namely, includes file
Parameter | Description |
---|---|
module_id | Module ID. |
<? // check whether the Information blocks module is installed and if so, include it if (CModule::IncludeModule("iblock")): // call the Information blocks module functions here ... endif; ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |