CDBResult CModule::GetList()
The method GetList returns a list of modules as the CDBResult instance.
<? $rsInstalledModules = CModule::GetList(); while ($ar = $rsInstalledModules->Fetch()) { echo "<pre>"; print_r($ar); echo "</pre>"; } ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |