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 results

From In-Portal Developers Guide

Jump to: navigation, search

For more information about searching In-Portal Developers Guide, see Help.

Showing below up to 50 results starting with #1.

View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)

Page title matches

Page text matches

  • K4:Работа классом EditPickerHelper
    $edit_picker_helper =& $this->Application->recallObject('EditPickerHelper'); $edit_picker_helper =& $this->Application->recallObject('EditPickerHelper');
    13 KB (661 words) - 16:12, 28 February 2009
  • K4:Работа классом MInputHelper
    $minput_helper =& $this->Application->recallObject('MInputHelper'); $minput_helper =& $this->Application->recallObject('MInputHelper');
    14 KB (693 words) - 16:12, 28 February 2009
  • K4:Работа с AJAX запросами
    $this->Application->XMLHeader('1.0'); $user =& $this->Application->recallObject('u.-getinfo', 'u', Array ('skip_autoload' => true));
    21 KB (866 words) - 16:12, 28 February 2009
  • K4:Добавление секций в дереве
    ... попадают в массив <code>$params</code> метода <code>kApplication::HREF</code>. Более подробно об их обработке н ... $sections = $this->Application->getUnitOption($event->MasterEvent->Prefix, 'Sections');
    13 KB (441 words) - 15:58, 4 November 2009
  • K4:Создание списков
    $grids = $this->Application->getUnitOption($this->Prefix,'Grids'); $picker_helper =& $this->Application->RecallObject('ColumnPickerHelper');
    31 KB (1610 words) - 16:12, 28 February 2009
  • K4:AjaxDropdownPreloader
    Application.setHook('m:OnAfterWindowLoad', function () { DependentFieldPreloader.Query ... $filter_value = $this->Application->GetVar('filter_value');
    13 KB (493 words) - 16:12, 28 February 2009
  • K4:DropDownMapper
    if ($this->Application->GetVar('ajax') != 'yes') { $q = $this->Application->GetVar('q');
    13 KB (545 words) - 16:12, 28 February 2009
  • K4:Счётчики
    <source lang="php">$count_value = $this->Application->getCounter('<COUNTER_NAME>', Array(<COUNTER_PARAMS>));</source>
    4 KB (100 words) - 16:13, 28 February 2009
  • K4:ConfigurationAdmin
    ... енно по этому имени используя метод '''<code>Application::ConfigValue</code>'''. ... е опции, будет получено через метод '''<code>kApplication::ConfigValue</code>''';
    6 KB (222 words) - 16:13, 28 February 2009
  • K4:ConfigurationValues
    ... енно по этому имени используя метод '''<code>Application::ConfigValue</code>'''.
    1 KB (43 words) - 16:13, 28 February 2009
  • EventHandler:OnDelete
    if ($this->Application->CheckPermission('SYSTEM_ACCESS.READONLY', 1)) { $temp =& $this->Application->recallObject($event->getPrefixSpecial().'_TempHandler', 'kTempTablesHandl ...
    2 KB (82 words) - 16:14, 28 February 2009
  • EventHandler:OnPreSaveCreated
    ... раняет <code>Id</code> в сессии и переменных <code>Application</code> в случае успешного создания.
    1 KB (25 words) - 16:14, 28 February 2009
  • EventHandler:OnAfterConfigRead
    $fields = $this->Application->getUnitOption($event->Prefix, 'Fields'); $this->Application->setUnitOption($event->Prefix, 'Fields', $fields);
    3 KB (85 words) - 16:14, 28 February 2009
  • EventHandler:OnBeforeExportBegin
    $items_list =& $this->Application->recallObject($event->Prefix.'.'.$this->Application->RecallVar('export_oroginal_special'), $event->Prefix.'_List');
    3 KB (108 words) - 16:14, 28 February 2009
  • EventHandler:OnTempHandlerBuild
    $temp_handler =& $this->Application->recallObject($event->getPrefixSpecial() . '_TempHandler', 'kTempTablesHan ...
    2 KB (68 words) - 16:14, 28 February 2009
  • EventHandler:OnAfterCopyToTemp
    $object =& $this->Application->recallObject($event->Prefix . '.-item', null, Array ('skip_autoload' => t ... $sql = 'UPDATE ' . $this->Application->getUnitOption($event->Prefix, 'TableName') . '
    3 KB (100 words) - 16:14, 28 February 2009
  • EventHandler:OnBeforeDeleteFromLive
    $object =& $this->Application->recallObject($event->Prefix . '.-item', null, Array ('skip_autoload' => t ... $object =& $this->Application->recallObject($event->Prefix . '.-item', null, Array ('skip_autoload' => t ...
    5 KB (142 words) - 16:14, 28 February 2009
  • EventHandler:OnBeforeCopyToLive
    $object =& $this->Application->recallObject($event->Prefix . '.-item', null, Array ('skip_autoload' => t ...
    3 KB (68 words) - 16:14, 28 February 2009
  • EventHandler:OnAfterCopyToLive
    $object =& $this->Application->recallObject($event->Prefix . '.-item', null, Array ('skip_autoload' => t ... $log_object =& $this->Application->recallObject('log');
    5 KB (123 words) - 16:14, 28 February 2009
  • K4:Configuration
    $this->Application->GetVar('user_group') ... et's the administrator enter a [http://developer.yahoo.com/wsregapp/ Yahoo Application ID], that in the future will be used for integrating functionality provide ...
    21 KB (2985 words) - 18:07, 4 November 2009
  • K4:Constants
    * '''general application''' - defined in "<code>core/kernel/constants.php</code>" == General application constants ==
    12 KB (1628 words) - 18:26, 26 November 2010
  • K4:Environment Variable
    ... variables passed in a request to the server (i.e. use the method <code>'''Application::GetVar'''</code>). This will be demonstrated in the below example. | <source lang="php">$sample_variable = $this->Application->GetVar('sample-prefix_sample_variable');</source>
    19 KB (2873 words) - 23:14, 27 November 2010
  • K4:KDBItem class
    $user =& $this->Application->recallObject('u', null, Array('skip_autoload' => true)); $items_info = $this->Application->GetVar( $event->getPrefixSpecial(true) );
    12 KB (1916 words) - 18:37, 26 November 2010
  • K4:KXMLHelper
    $curl_helper =& $this->Application->recallObject('CurlHelper'); $xml_helper =& $this->Application->recallObject('kXMLHelper');
    8 KB (1208 words) - 01:19, 28 November 2010
  • K4:Вывод данных в шаблоне
    == Использование метода Application::ProcessParsedTag == return $this->Application->ProcessParsedTag('m', 't', $params);
    15 KB (680 words) - 16:16, 28 February 2009
  • K4:Описание специальных тэгов
    ... для тэга <code>m_Param</code> и метода <code class="method">Application::Parser::GetParam</code>. Установленная таким образ ... ... доступна для тэга <code>m_Get</code> и метода <code>Application::GetVar</code>. Установленная таким образом пе ...
    38 KB (1845 words) - 17:39, 4 November 2009
  • K4:Особенности работы с тэгами
    ... ams можно передать в метод ParseBlock у объекта Application, или любой другой метод в конечном итоге ... $output .= $this->Application->ParseBlock($pass_params);
    25 KB (795 words) - 16:16, 28 February 2009
  • K4:Компиляция шаблонов
    $application =& kApplication::Instance(); $application->GetVar('test');
    5 KB (91 words) - 18:09, 4 November 2009
  • K4:Debugger
    ... ацию или нет надо использовать метод <code>Application->LoggedIn</code>. За полным списком переменных, ... ... аждого блока, прошедшего через метод <code>kApplication:ParseBlock</code>. Помогает определить название ...
    23 KB (718 words) - 16:16, 28 February 2009
  • K4:Ошибки общего применения
    Сообщение вызывается из метода <code>kApplication::handleSQLError</code>. Этот метод привязывается к ... Метод <code>kApplication::handleSQLError</code> получает в виде параметров ...
    75 KB (4129 words) - 16:17, 28 February 2009
  • K4:Ошибки при обработке событий
    ... вующего события, как параметр в метод <code>Application::HandleEvent</code> ... получить незагруженный объект через <code>Application::recallObject</code> без передачи параметра 'skip_auto ...
    16 KB (800 words) - 16:17, 28 February 2009
  • K4:Написание импорт скриптов
    $this->Application->StoreVar('import_status', serialize($import_params)); $import_status = $this->Application->RecallVar('import_status');
    23 KB (475 words) - 16:18, 28 February 2009
  • K4:Отсылка почтового извещения
    ... ния существуют 2 метода объекта '''<code>$this->Application</code>''':
    8 KB (231 words) - 16:18, 28 February 2009
  • K4:Что находится в кеше
    ... ет подгружен при использовании этого [[K4:Application|pseudo]] ... руктором для класса связанного с этим [[K4:Application|pseudo]]
    14 KB (1012 words) - 16:18, 28 February 2009
  • K4:Использование прав доступа
    if ($this->Application->CheckPermission('custom:phones.advanced:change_price')) { Метод <code>kApplication::CheckPermission</code> имеет следующие параметры:
    26 KB (950 words) - 16:19, 28 February 2009
  • K4:Работа с подчинёнными префиксами
    $area_id = $this->Application->GetVar('area_id'); $event->redirect = $this->Application->GetVar($event->getPrefixSpecial(true) . '_GoTab');
    28 KB (2161 words) - 17:59, 4 November 2009
  • K4:Registration of Unit Classes
    ... >''' - a keyword that can be used from any place in <code>In-Portal</code> application to get an object of a class that's registered under the <code>pseudo</code ... The '''<code>kApplication::recallObject</code>''' can be used to get an object, for example:
    5 KB (813 words) - 02:37, 28 November 2010
  • K4:Formatters
    ... следует перевести используя метод '''<code>Application::Phrase</code>''' (происходит автоматически). До ...
    40 KB (1657 words) - 17:53, 28 November 2010
  • K4:Event Handlers
    $items_info = $this->Application->GetVar( $event->getPrefixSpecial(true) ); $this->Application->HandleEvent( new kEvent('prefix.special:OnSampleEvent') );
    5 KB (768 words) - 18:46, 28 November 2010
  • K4:Ошибки при обработке тэгов
    ... 61) trigger_error('File or block not found: <b>'.$filename.'</b> at '.$application->Parser->TemplateName, E_USER_ERROR);</code> $o = $this->Application->ProcessParsedTag('m', 'Link1', Array('t' => 'index'));
    29 KB (2174 words) - 17:22, 4 November 2009
  • K4:Application Process Flow
    == kApplication - main class of the system == ... time, almost all other objects in the system have a back-link to the main Application object. This allows flexible interaction between different parts of the sy ...
    7 KB (959 words) - 01:13, 28 November 2010
  • K4:Структура документации
    ... ктура приложения|Структура Приложения / Application Framework]] == ... ении|Протекание Процессов в Приложении / Application Process Flow]] '''(NEW)'''<br>
    13 KB (713 words) - 17:50, 4 November 2009
  • K4:Структура директорий и файлов
    * <code>application.php</code> - центральный класс системы, обесп ...
    44 KB (1291 words) - 18:04, 4 November 2009
  • Thailand Shrimp: Its Unmatchable Taste And Balanced Nutrients
    ... min supplements and even exceptional vitamins and minerals. Apart from the application, fish and shellfish has a vital role with the growth of head without the n ...
    3 KB (492 words) - 16:47, 5 June 2012
  • Black Hat Search engine optimization Methods: Understand Alot more From It
    Confident, items like hiding, ambuscade point and job application bottom part markets decide to put your internet-site vulnerable, although ...
    7 KB (1062 words) - 23:32, 6 June 2012
  • Motives Why Online Marketer Will need to Join In An World wide web Advertising Forum
    ... g new method of Web marketing which will change the right way to submit an application web marketing.
    4 KB (656 words) - 16:50, 7 June 2012
  • Handmade Bath and Physique Solutions: How you can begin With It
    ... ally very good programs and this merely usually takes stages to create the application. Needed to realize what is usually the very first difficulty? Very well, t ...
    3 KB (523 words) - 19:49, 7 June 2012
  • Study A lot more About Auto Detailing
    ... d would be the re-conditioning from the automotive or ship in order to the application in order to shop problem by using only the best specialist outlining progr ...
    5 KB (736 words) - 21:53, 7 June 2012
  • Discover Even more To the Benefits Of Getting An Android Cellphone
    ... her alike tools. Android operating system happens to be an open up process application which allows makers for you to redesign it all so as to increase their ver ... ... mmediately on the home screen, so that it difficult control simply because applications pile up, Android mobile phone telephones take advantage of personalized r ...
    7 KB (1099 words) - 22:59, 7 June 2012
  • Discover The Overall Weber Gas Grill Ratings From Frequent Customers
    Thus, you got the application after ourself to accomplish analysis and then determine what everyday Webe ...
    5 KB (755 words) - 12:44, 8 June 2012

View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)

Advanced search

Search in namespaces:
                                           

Search for