CModule::Add()
The method adds the module ID to the b_module table. Non-static method.
<? $m = new CModule; $m->MODULE_ID = "iblock"; $m->Add(); ?>