KenedoProperty Type ID

PHP class: KenedoPropertyId
Recommended column type: INT UNSIGNED NOT NULL PRIMARY KEY

You use the type ‘id’ for the primary key column of your dataset.

The property adds checkboxes and the ID values in lists. In edit forms the property is invisible.

Important note: ‘id’ properties must be named ‘id’ as well.

Typical property settings:

$propDefs['id'] = array( 'name' => 'id', 'type' => 'id', 'label' => KText::_('ID'), 'canSortBy' => true, );