array('type'=>'key', 'label' => 'Identifiant'), 'employee' => array('type'=>'integer','label' => 'Employé','link'=>'plugin/employee/Employee.class.php'), 'start' => array('type'=>'date','label' => 'Date de début'), 'end' => array('type'=>'date','label' => 'date de fin'), 'type' => array('type'=>'dictionary','label' => 'Type de contrat','link'=>'class/Dictionary.class.php'), 'statute' => array('type'=>'dictionary','label' => 'Statut'), 'salary' => array('type'=>'price','label' => 'Rémunération annuelle brute'), 'worktime' => array('type'=>'integer','label' => 'Temps de travail','link'=>'plugin/employee/EmployeeWorkTime.class.php'), 'comment' => array('type'=>'wysiwyg','label' => 'Commentaire') ); //Colonnes indexées public $indexes = array(); } ?>