RegisterModule( string module_id )
The function RegisterModule registers the specified module in the system. Module registration is the essential part of a module installation.
| Parameter | Description |
|---|---|
| module_id | The module ID. |
<?
// file /bitrix/modules/statistic/install/step2.php
RegisterModule("statistic");
?>
| © 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |