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 "Files". You can create this page.

Displaying 1-10 of 18 matches for query Files retrieved in 0.000 sec with following stats:

  • file found 334 times in 277 documents



... - каждый раз значение PARENT автоматически заменяется на нужный в конкретном случае родительский префикс. Неизвестен файл конфигурации для данного префикса Fatal Error: Configuration file for prefix ''some_prefix'' is unknown Вызов ошибки Сообщение вызывается из метода kUnitConfigReader::loadConfig если происходит попытка загрузить K4:Unit_Configs конфигурацию ...
... $config = Array ( 'Prefix' => 'city', 'ItemClass' => Array ('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), 'ListClass' => Array ('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'), 'EventHandlerClass' => Array ('class' => 'CityEventHandler', 'file' => 'city_eh.php', 'build_event' => 'OnBuild'), 'TagProcessorClass' => Array ('class' => 'CityTagProcessor ...
... . Значение каждой из выше написанных опций (кроме '''RegisterClasses''') является массивом следующего вида: Array ( 'class' => 'ClassName', 'file' => 'FileName', 'build_event' => 'BuildEventName', 'require_classes' => 'RequiredClassName' ) Все ключи в данном массиве, кроме '''require_classes''', обязательные. Правда значения некоторых из ...
... Вызов ошибки Сообщение вызывается из метода _BlockTag::_checkRequiredParams. core\kernel\nparser\ntags.php (53) $this->Application->handleError(E_USER_ERROR, $error_msg, $tag 'file' , $tag 'line' ); Получение ошибки Ошибку выдает метод _checkRequiredParams, когда пытается проверить наличие всех необходимых параметров при вызове тэга. ...
... справа от поля ввода. inp_edit_upload Image:Inp_edit_upload.jpg thumb left Используется для загрузки (upload) одного файла (). clear class="prettytable" параметр описание - ConfigProperty class string Указывается стилевой класс для отображения поля ввода ( http://manual.prod.intechnic.lv/html4/struct/global.html h-7 ...
... имён ) и находиться в директории "custom/units/sections". Потом нужно зарегистрировать новый класс в фабрике классов: $config = Array ( 'RegisterClasses' => Array ( Array ('pseudo' => 'SearchHelper', 'class' => 'ESearchHelper', 'file' => 'e_search_helper.php'), ), ); См. также K4:Работа классом MInputHelper Работа классом MInputHelper
... - '''OnItemBuild'''. Это событие задаётся в k4:Unit Configs Unit Configs , под ключом 'build_event' для 'ItemClass'. 'ItemClass' => Array ('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), Это событие вызывается в классе kFactory, после того как создан новый экземпляр объекта. Если в создании нового экземпляра нет ...
... - '''OnListBuild'''. Это событие задаётся в k4:Unit Configs Unit Configs , под ключом 'build_event' для 'ListClass'. 'ListClass' => Array ('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'), Это событие вызывается в классе kFactory, после того как создан новый экземпляр объекта. Если в создании нового экземпляра нет ...
... объекту K4:Unit Configs Prefix префикс которого передан и при наличии его ID в запросе к серверу он будет автоматически загружен. Note that in case if in K4:Unit Configs Configuration file of passed the K4:Unit Configs Prefix Prefix is allowed K4:Unit_Configs AutoLoad auto-loading , then at the time of first call to that object of K4:Unit Configs Prefix Prefix and ...
... . $file_contents = file_get_contents(WRITEABLE . '/user_files/sample.xml'); Получение удалённого файла Функция http://php.prod.intechnic.lv/manual/en/function.file-get-contents.php file_get_contents также позволяет получать содержимое файлов, находящихся на удалённых ресурсах. Однако, в целях безопасности, на сервере может быть запрещена эта возможность. ...

Additional database time was 0.191 sec.


Result Page:   1  2 
match any word match all words

Search in namespaces:

Powered by Sphinx