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

Displaying 1-2 of 2 matches for query GetPassedID retrieved in 0.000 sec with following stats:

  • getpassedid found 5 times in 2 documents



... все входные параметры будут K4:Unit Configs VirtualFields виртуальными K4:Описание полей таблицы required необязательными полями объекта. Также нужно переписать метод обработчика событий EventHandler:getPassedID getPassedID таким образом, чтобы для special "import" не делалась автозагрузка записи: function getPassedID(&$event) if ($event->Special 'import') ...
... пользователя $current_user_id = $this->Application->RecallVar('user_id'); //Получаем ID хозяина записи $CreatorID = $temp->GetDbField('CreatorID'); //сравниваем полученный ID с ID хозяина записи if ($current_user_id = $CreatorID) return; // удаление записи $temp->DeleteItems($event->Prefix, $event->Special, Array($this->getPassedID($event)));

Additional database time was 0.034 sec.

match any word match all words

Search in namespaces:

Powered by Sphinx