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 "Exif-lightsource-255". You can create this page.

Displaying 1-6 of 6 matches for query Exif-lightsource-255 retrieved in 0.000 sec with following stats:

  • exif found 0 times in 0 documents
  • lightsourc found 0 times in 0 documents
  • 255 found 11 times in 7 documents



... int', 'not_null' => 1, 'default' => 0), 'PeopleId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'ChildFullName' => Array ('type' => 'string', 'max_len' => 255, 'default' => ''), 'ChildBirthDate' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => NULL) ), Редактирование обработчиков событий а) Добавить метод EventHandler:OnAfterItemLoad ...
... на файл изображения). Поля в конфигурации определяются следующим образом: $config = Array( 'Fields' => Array( 'Title' => Array('type' => 'string', 'not_null' => 1, 'default' => '', 'max_len' => 255) ) ) В примере выше показана общая схема составления конфигурации полей. Ключ конфигурационного массива Fields указывает на то, что начинается декларация ...
... будущей колонки: сумма (деньги) - тип '''DECIMAL(10,2)''' и '''NOT NULL''' дата (timestamp) - тип '''INT(11)''' и '''NULL''' короткий текст (имя/фамилия) - '''VARCHAR(255)''' и '''NOT NULL''' текст средней длинны (описание, от 255 байт и до 64KB) - '''TEXT''' и '''NULL''' длинный ...
... - тип '''DECIMAL(20,2)''' и '''NOT NULL''' дата (timestamp) - тип '''INT(11)''' и '''NULL''' короткий текст (имя/фамилия, до 8KB) - '''VARCHAR(255)''' и '''NOT NULL''' текст средней длинны (описание, от 8KB байт и до 64KB) - '''TEXT''' и '''NULL''' длинный текст (описание, от 64KB и до ...
... ' => Array ( 'ProductId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'Name' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'required' => 1, 'max_len' => 255, 'default' => ''), 'Description' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'default' => NULL), ), Из приведённого примера несложно заметить, что ''ProductId'', ''< ...
... не будет использоваться как значение поля для остальных языков, когда в них не будет своего значения. - ConfigProperty db_type string Тип и размер значения поля в базе данных (напр. "varchar(255)", "text", "int(11)"). Используется при создании новый переводимых полей в базе данных. - ConfigProperty using_fck int Если для ввода значения в ...

Additional database time was 0.138 sec.

match any word match all words

Search in namespaces:

Powered by Sphinx