HELP LINE

Please contact us any time if you need assistance on:

  • appRain installaton
  • Component, Plugin, Addon, Theme Configuration
  • Code Guide line
  • Documentation and Manual
  • Any appRain bug fixig

For any clarification email us now »

appRain CMF
info@apprain.com

Ticket

InformationSet Definition

CategorySet/InformationSet | Report this post | Back


An InformattionSet is a dynamic data processor, it behave like an database table and we can create as much field we want. Each InformationSet definition has following two parts:

  • Base Part: Base part configure common setting of InformationSet.
  • Fields Part: Contain all field definition.

See following example

<InformationSet>
    <base>
        <!-- All Basic configuration -->
    </base>
    <fields>
        <!-- All Field Definition -->
    </fields>
</InformationSet>

Basic part of an InformationSet has setting like Global ACL, Generic Field, Maximum Entry Limit, Search model etc and Field part add necessary fields and configure it.


Report this post

Highlighted News

Latest version of appRain (0.2.1) is ready for download. New module is developed to apply validation and easy JavaScript programming. Lots of fixes done and made it stable.