Search Wiki Using Sphinx
From In-Portal Developers Guide
There is no page titled "Accesskey-ca-nstab-main". You can create this page.
Displaying 1-7 of 7 matches for query Accesskey-ca-nstab-main retrieved in 0.000 sec with following stats:
- accesskey found 0 times in 0 documents
- ca found 0 times in 0 documents
- nstab found 0 times in 0 documents
- main found 16 times in 7 documents
... шаблон, то это можно сделать указав параметр "'''pass_params'''". Все выше описанные варианты будут показаны на ниже приведённом примере.
main.tpl
main param: ...
... ');
if ($top_prefix false)
$top_prefix = $this->Application->GetTopmostPrefix($this->Prefix, true);
$this->setEventParam('top_prefix', $top_prefix);
$section = $this->Application->getUnitOption($top_prefix.'.main', 'PermSection');
// 2. check if this section has perm_prefix mapping to other prefix
$sections_helper =& $this->Application->recallObject('SectionsHelper');
/ @var $ ...
... (начинаются с advanced:).
Следующая выдержка из K4:Unit Configs unit config демонстрирует объявление данных ключей:
'PermSection' => Array ('main' => 'custom:phones'),
'Sections' => Array (
'custom:phones' => Array (
'parent' => 'custom',
'icon' => 'custom:phones',
'label' => 'la_tab_Phones',
'url' => Array('t' => 'custom/phones/phone_list', ...
... .
Системные переменные окружения
Помимо данных от пользовательских K4:Unit Configs Prefix префиксов в переменной окружения всегда передаётся префикс "m" (main), содержащий системные переменные окружения. Конфигурационный файл от данного префикса находиться в папке "core/units/general" и соответственно называется "general_config.php" ...
... , прошедшим идентификацию (logged in). Его также можно использовать для проверки прав доступа, принадлежности к группе и тому подобных вещей. Широкий спектр параметров делает его незаменимым в CMS системах.
Current tag is mainly used to check whether use is Logged In or not. It also can be used to check if user belongs to any specific User Group. Tag accepts wide range of parameters and can be ...
... return $this->bar;
Главные функции (методы) должны быть объявлены раньше подчинённых функций (методов):
/
Documentation Block Here
/
class Foo
/
main method
/
public function mainMethod($value)
return $this->subMethod($value) + 15;
/
sub method
/
public function subMethod($value)
return $value 5;
...
... array Название K4:Добавление секций в дереве секции (в дереве секций в левом frame), которая отвечает за проверку прав доступа к этому unit config, напр. '''Array('main' => 'custom:tests')'''.
-
K4:Добавление секций в дереве ConfigProperty Sections array Набор K4:Добавление секций в дереве секций в дереве из левого frame в административной консоли.
-
...
Additional database time was 0.133 sec.
Powered by Sphinx