Search Wiki Using Sphinx
From In-Portal Developers Guide
There is no page titled "Recentchangeslinked-to". You can create this page.
Displaying 1-10 of 13 matches for query Recentchangeslinked-to retrieved in 0.000 sec with following stats:
- recentchangeslink found 0 times in 0 documents
- to found 73 times in 20 documents
... of parameters and can be successfully used in other tasks.
class="prettytable"
Parameter Description
-
ConfigProperty no_permissions_template string Template Name where user will be redirected if NO rights to access returned. In case if this parameter is not specified as well as login_template login_template , then the following template will be used:
in Admin Console - < ...
... в ваших шаблонах. Лучше не заменять название атрибутов совсем, а пользоваться следующей конструкцией:
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 ...
'new_attribute_name,old_attribute_name,other_attribute_name'
); which will return an ...
... ('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 $sections_helper kSectionsHelper /
$section_data =& $sections_helper->getSectionData($section);
if (
$section_data
&& isset ...
... Prefix : $event->getPrefixSpecial();
$per_page =
$this->Application->RecallPersistentVar($storage_prefix.'_Pe
rPage.'.$view_name, '_USE_DEFAULT_USER_DATA_'); if ( $per_page) // per-page is stored to current session $per_page = $this->Application->RecallVar($storage_prefix.'_PerPage'); if ( $per_page) if ($config_mapping) if ( isset($config_mapping 'PerPage' )) ...
$this->Application->RecallPersistentVar($storage_prefix.'_Pe
rPage.'.$view_name, '_USE_DEFAULT_USER_DATA_'); if ( $per_page) // per-page is stored to current session $per_page = $this->Application->RecallVar($storage_prefix.'_PerPage'); if ( $per_page) if ($config_mapping) if ( isset($config_mapping 'PerPage' )) ...
... In most cases env variable will carry the values to load the object from the K4:Работа с базой данных database on the current page (т.е. K4:Unit Configs ... lang="xml">
Add To Cart
Ниже приведено описание параметров тэга TagProcessor:m_Link m_Link , использованных в выше привед ...
... ('File or block not found: '.$filename.' at '.$application->Parser->TemplateName, E_USER_ERROR);
core\kernel\parser\template_parser.php (696) trigger_error(' Error: Block name not passed to ParseBlock', E_USER_ERROR);
core\kernel\processors\main_processor.php (606) trigger_error('Template name not specified in <inp2:m_include .../> tag', E_USER_ERROR);
core\ ...
... у него, при хождении по вкладкам, вызывается событие EventHandler:OnPreSaveAndGoToTab OnPreSaveAndGoToTab .
/
Saves edited item in temp table and goes
to passed tabs, by redirecting to it with OnPreSave event
@param kEvent $event
/
function OnPreSaveAndGoToTab(&$event)
$event->CallSubEvent('OnPreSave');
if ($event->status erSUCCESS)
$area_id = $ ...
... Tags '''19.3'''
:: K4:Особенности работы с тэгами Особенности Работы с Тэгами '''19.4'''
:: K4:Ограничение доступа к шаблону Ограничение Доступа к Шаблону / Limiting User Access to Templates '''17.10'''
: :Категория:Библиотека тэгов Библиотека Тэгов / Tags Library '''NEW'''
:: ...
:: K4:Реорганизация тэгов Реорганизация тэгов / '''19.1'''
Языки и ...
:: K4:Особенности работы с тэгами Особенности Работы с Тэгами '''19.4'''
:: K4:Ограничение доступа к шаблону Ограничение Доступа к Шаблону / Limiting User Access to Templates '''17.10'''
: :Категория:Библиотека тэгов Библиотека Тэгов / Tags Library '''NEW'''
:: ...
:: K4:Реорганизация тэгов Реорганизация тэгов / '''19.1'''
Языки и ...
... секцию:
'custom:section_name' => Array (
'parent' => 'custom:parent_section_name',
'icon' => 'custom:icon_name',
'label' => 'la_title_SectionName',
'url' => Array('t' => 'custom/path/to/template', 'pass' => 'm'),
'permissions' => Array('view', 'add', 'edit', 'delete'),
'priority' => 1,
'type' => stTREE,
),
Ключом в данном массиве является '''осмысленное''' ...
... нужно делать '''UNSIGNED'''. Колонки, где храниться timestamp нельзя делать UNSIGNED в тех случаях, когда
в колонке с датой может быть дата меньше 1 января 1970 года;
в колонке находиться только время (без даты).
См. также
K4:Useful SQLs Useful SQLs
http://www.xaprb.com/blog/2006/12/02/how-to-number-rows-in-mysql/ Нумерация рядов в MySQL
Additional database time was 0.245 sec.
Result Page: | 1 | 2 |
Powered by Sphinx