Difference between revisions of "Sf modtype"

From ARK
Jump to: navigation, search
(No difference)

Revision as of 10:21, 14 November 2008

Description

Example Configuration

$conf_field_cxttype =
    array(
        'dataclass' => 'modtype',
        'classtype' => 'cxttype',
        'alias_tbl' => 'cor_tbl_col',
        'alias_col' => 'dbname',
        'alias_src_key' => 'cxttype',
        'alias_type' => '1',
        'editable' => TRUE,
        'hidden' => FALSE,
	'add_validation' => 'none',
        'edt_validation' => 'none'
);