По материалам сайта Calculate Linux: https://www.calculate-linux.org/main/ru/git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
$MODULE_ID = "Идентификатор модуля". | |
// -------------- СОХРАНЕНИЕ -------------- | |
// ПО ОТДЕЛЬНОСТИ | |
foreach($arOptions as $arOption) { | |
__AdmSettingsSaveOption($MODULE_ID, $arOption); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
$MODULE_ID = "Идентификатор модуля". | |
// -------------- СОХРАНЕНИЕ -------------- | |
// ПО ОТДЕЛЬНОСТИ | |
foreach($arOptions as $arOption) { | |
__AdmSettingsSaveOption($MODULE_ID, $arOption); | |
} |