'key', 'field' => array('type'=>'int', 'label' => 'Champ','link'=>'plugin/dynamicform/DynamicField.class.php'), 'value' => array('type'=>'longstring', 'label' => 'Valeur'), 'firm' => array('type'=>'int', 'label' => 'Etablissement'), 'scope' => array('type'=>'string', 'label' => 'Scope'), 'uid' => array('type'=>'string', 'label' => 'Uid') ); //Colonnes indexées public $indexes = array('field','firm','scope','uid'); } ?>