In-Portal Developers Guide

This is a wiki-based Developers Guide for In-Portal Open Source CMS. The purpose of this guide is to provide advanced users, web developers and programmers with documentation on how to expand, customize and improve the functionality and the code the In-Portal software. Please consider contributing to our documentation writing effort.

Search Wiki Using Sphinx

From In-Portal Developers Guide

Jump to: navigation, search

There is no page titled "Application". You can create this page.

Displaying 1-10 of 43 matches for query Application retrieved in 0.008 sec with following stats:

  • applic found 205 times in 43 documents



... getUnitOption($top_prefix.'.main', 'PermSection'); // 2. check if this section has perm_prefix mapping to other prefix $sections_helper =& $this->style='color:red'>Application->recallObject('Sections
Helper'); / @var $sections_helper kSectionsHelper / $section_data =& $sections_helper->getSectionData($section); if ( $section_data && isset($section_data 'perm_prefix' ) && $section_data 'perm_prefix' ...
... из конфигурационных файлов. Вызов ошибки Сообщение вызывается из метода TagProcessor::processAggregatedTag. core\kernel\processors\tag_processor.php (155) $this->style='color:red'>Application->handleError(E_USER_ERR
OR, 'Tag '.$Method.' Undefined in '.get_class($this).' Agregated Tag :'.$tag.'', $file, $line); Получение ошибки Ошибка возникает при вызове тега ...
... 'ItemImageTag', 2 => '-item',), 'ImageSrc' => Array (0 => 'img', 1 => 'ItemImageTag', 2 => '-item',), ), 'ord' => Array ( 'PrintShippingTypes' => Array (0 => 's', 1 => 'Order_PrintShippingTypes', 2 => '',), ), ), 'style='color:red'>Application.Caches.ConfigVariables'
=> Array ( 0 => 254, 1 => 267, 2 => 274, 3 => 251, 4 => 359, 5 => 117, ), 'Application.ConfigCacheIds' => Array ( 0 ...
... центрального класса. Например, чтобы получить объект обработчика для конкретного указанного события, используется такая конструкция: $event_handler =& $this->style='color:red'>Application->recallObject($event->P
refix.'_EventHandler'); / @var $event_handler kEventHandler / $event_handler->processEvent($event); То есть, вызывается метод kApplication::recallObject, получающий ссылку ...
... Query(); $o = ''; $list->GoFirst(); $block_params = $this->prepareTagParams($params); $block_params 'name' = $this->SelectParam($params, 'render_as,block'); while ( $list->EOL()) $o.= $this->style='color:red'>Application->ParseBlock($block_para
ms, 1); $list->GoNext(); return $o; Пример задания блока my_test_row в шаблоне.
... = $this->style='color:red'>Application->RecallPersistentVar($s
torage_prefix.'_PerPage.'.$view_name, '_USE_DEFAULT_USER_DATA_'); if ( $per_page) // per-page is stored to current session $per_page = $this->style='color:red'>Application->RecallVar($storage_pre
fix.'_PerPage'); if ( $per_page) if ($config_mapping) if ( isset($config_mapping 'PerPage' )) trigger_error('Incorrect mapping of
... о стадии импорта, подсчитывается и возвращается Ajax-скрипту процентное выражение стадии импорта. if ($import_status 'file_pos' < $import_status 'file_size' ) $this->style='color:red'>Application->StoreVar('import_statu
s', serialize($import_status)); echo ($import_status 'file_pos' / $import_status 'file_size' ) 100; $event->status = erSTOP; // Этот статус для того чтобы скрипт не ...
... полей удалённой записи можно выполнять разные действия $topic_id = $object->GetDBField('TopicId'); if ( $topic_id) // deleting non-existing post return ; $post_helper =& $this->style='color:red'>Application->recallObject('PostHelp
er'); / @var $post_helper PostHelper / // update posts count in topic $post_helper->updatePostCount($topic_id, -1); Основные события, использующие этот ...
... $dependent_ids = $this->Conn->GetCol($sql); $xml = ''; foreach ($dependent_ids as $id) $xml .= '' . $id . ''; $xml = '' . $xml . ''; $this->Application->XMLHeader(); echo $xml; Событие OnQueryDependentXML необходимо добавить в метод K4:Использование прав доступа mapPermissions , который обеспечит проверку ...
... $attributes .= $field . '="' . htmlspecialchars($value) . '" '; $o .= ''; $this->Application->XMLHeader(); echo '' . $o . ''; Событие OnGetDropDownXML необходимо добавить в метод K4:Использование прав ...

Additional database time was 0.100 sec.


Result Page:   1  2  3  4  5 
match any word match all words

Search in namespaces:

Powered by Sphinx