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 "Undelete-bad-store-key". You can create this page.

Displaying 1-10 of 14 matches for query Undelete-bad-store-key retrieved in 0.001 sec with following stats:

  • undelet found 0 times in 0 documents
  • bad found 0 times in 0 documents
  • store found 3 times in 1 documents
  • key found 27 times in 14 documents



... , '_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' )) trigger_error('Incorrect mapping of PerPage key in config for prefix '.$event->Prefix.'', ...
... >). Таблица становится доступна только после установки модуля In-Commerce. class="prettytable" название описание - ConfigProperty ProductId int ID товара, Primary Key. - ConfigProperty Name string Название товара. Многоязычное поле. - ConfigProperty AutomaticFilename int Желает ли администратор использовать автоматический генератор имени "файла" ...
... PREFIX>TableName'''; '''SELECT IdField AS OptionValue, TitlePhraseField AS OptionName FROM TableName'''. Описание форматов значений: '''key''' - значение опции, будет получено через метод '''kApplication::ConfigValue'''; '''title_phrase''' - фраза, перевод которой увидит пользователь, выбравший данную опцию; ...
... которых будут созданы таблицы, содержащие данные о городах и регионах. CREATE TABLE int_Cities ( CityId int(11) NOT NULL auto_increment, CityTitle varchar(128) DEFAULT NULL, PRIMARY KEY (CityId) ); CREATE TABLE int_CityAreas ( AreaId int(11) NOT NULL auto_increment, CityId int(11) NOT NULL, AreaTitle varchar(128) DEFAULT NULL, PRIMARY KEY (AreaId), KEY CityId ( ...
... Рейтинг, который пользователь ставить данному item. Возможны значения от 1 до 5. - ConfigProperty IPAddress string IP-адрес пользователя. - ConfigProperty ItemId int Id item'a. Foreign Key на таблицу item'a (например, K4:Products Products ) и его id-поле. - ConfigProperty CreatedById int K4:PortalUser PortalUserId Id пользователя , создавшего рецензию. ...
... доступна только после установки модуля In-Commerce. class="prettytable" название описание - ConfigProperty PriceId int Id цены. - ConfigProperty ProductId int Id товара. Foreign Key на поле K4:Products ProductId ProductId из таблицы K4:Products Products . - ConfigProperty MinQty int Минимальное количество товара в K4:Orders корзине для ...
... failed in prefix '.$this->Prefix.', FieldErrors follow (look at items with "pseudo" key set)
You may ignore this notice if submitted data really has a validation error'; ... поля. Notice: Validation failed in prefix u, FieldErrors follow (look at items with "pseudo" key set) You may ignore this notice if submitted data really has a validation error in ...
... inp_label inp_label , но результат работы блока будет виден на форме только тогда, когда в поле будет значение. Этот блок обычно используется для отображения значения основного поля (primary key) таблицы. inp_edit_box Image:Inp_edit_box.jpg thumb left Простой edit box (). clear class="prettytable" параметр описание - ConfigProperty ...
... >Order, Priority; по колонке может быть сделать JOIN; колонка является ForeignKey. InfoBox В каждой таблице должен быть '''основной ключ''' (primary key). Этот ключ всегда должен состоять из '''одной цифровой колонки''' и не должен быть UNSIGNED. Значение по умолчанию Значение по умолчанию должно явно указано в декларации ...
... . class="prettytable" название описание - ConfigProperty ImageId int Id изображения. - ConfigProperty ResourceId int Id ресурса, к которому относится изображение. Foreign Key на поле ResourceId таблицы выбранного item (например, K4:Products Products ). - ConfigProperty Url string URL, по которому доступно изображение. - ConfigProperty Name ...

Additional database time was 0.173 sec.


Result Page:   1  2 
match any word match all words

Search in namespaces:

Powered by Sphinx