Search Wiki Using Sphinx
From In-Portal Developers Guide
There is no page titled "Autosumm-replace". You can create this page.
Displaying 1-5 of 5 matches for query Autosumm-replace retrieved in 0.000 sec with following stats:
- autosumm found 0 times in 0 documents
- replac found 8 times in 5 documents
... )
control.innerHTML = fields_arr i .innerText;
UserInfoManager.getControl = function(field_name)
var field_mask = '';
return document.getElementById( field_mask.replace(' FIELD ', field_name) );
Следует обратить внимание на то, что обращение к объекту '''UserInfoManager''' внутри функции обратного вызова идёт ...
... rus_phrase.Module)
Поставить всем пользователям в базе тестовые почтовые адреса (с возможностью обращения процесса)
UPDATE int_PortalUser
SET Email = CONCAT(REPLACE(Email, '@', '_at_'), '@alex.in-portal.net')
WHERE Email ''
Массово поменять основную (primary) группу пользователям
UPDATE `int_UserGroup`
SET GroupId = ...
... шаблонах. Лучше не заменять название атрибутов совсем, а пользоваться следующей конструкцией:
Please start reviewing the code in your templates. It's not always best to replace attribute names, using the following structure instead:
$param_value = $this->SelectParam($params,
'new_attribute_name,old_attribute_name,other_attribute_name'
); which will return an attribute, ...
'new_attribute_name,old_attribute_name,other_attribute_name'
); which will return an attribute, ...
... (если шаблон был подменён через K4:Unit Configs ReplacementTemplates ReplacementTemplates ) то нужно написать "orginal:" перед названием шаблона, напр. "original:path/to/replaced/template".
TipBox Название модуля писать не обязательно только для шаблонов из директории "core/admin_templates".
InfoBox В проектах разрешается создавать и изменять ...
... > - набор SQL-запросов, обеспечивающих удаление специфичных для модуля таблиц (DROP TABLE).
install_data.sql - набор SQL-запросов, обеспечивающих необходимые изменения в данных (INSERT, UPDATE, REPLACE, DELETE) при инсталляции модуля.
upgrades.sql - набор SQL-запросов, выполненных после инсталляции модуля и меняющий структуру специфичных для модуля таблиц.
...
Additional database time was 0.091 sec.
Powered by Sphinx