projects / org / ezproject2010 / integrate
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
integrate | Bruce Morrison | stable |
Version | Compatible with |
---|---|
1.0 | 3.6+ (not 4.0) |
Allows for a single select from an external database table to be stored in the content object.
Stores selected item index value in data_int of attribute.
When adding this datatype to a content class the user is asked for a lookup table name as well as the index and label columns. The index column must be an integer type.
Can be used as an information collector. This is quite handy if you need to the options to be consistent across a number of content objects. (the standard Option datatype requires that the options are entered for each content object)
Stores selected items index values in specified table.
When adding this datatype to a content class the user is asked for a lookup table name, index and label columns and a storage table. The index column must be an integer type.
The storage table must have the following structure:
CREATE TABLE cmsTimetableCategoryModes (where [LooupTableIndex] is the index column as defined in the content class.
Includes an extended attribute filter to find objects that have a common
external option values.
Follow these steps to add the integrate module to your eZ publish installation:
If you already have the [ExtensionSettings] block, just add the second line.