array( 'type' => 'int', 'col' => 'id_aressy', 'form' => 'idAressy', ), 'Prenom' => array( 'type' => 'text', 'col' => 'prenom_aressy', 'form' => 'prenomAressy', 'label' => true, 'order' => true, ), 'Nom' => array( 'type' => 'text', 'col' => 'nom_aressy', 'form' => 'nomAressy', 'label' => true, 'order' => true, ), 'Email' => array( 'type' => 'text', 'col' => 'email_aressy', 'form' => 'emailAressy', ), 'Login' => array( 'type' => 'text', 'col' => 'login_aressy', 'form' => 'loginAressy', ), 'Password' => array( 'type' => 'text', 'col' => 'password_aressy', 'form' => 'passwordAressy', ), 'Tel' => array( 'type' => 'text', 'col' => 'telephone_aressy', 'form' => 'telephoneAressy', ), 'Gsm' => array( 'type' => 'text', 'col' => 'mobile_aressy', 'form' => 'mobileAressy', ), 'IsManager' => array( 'type' => 'bool', 'col' => 'manager_aressy', 'form' => 'managerAressy', ), 'IsValid' => array( 'type' => 'bool', 'col' => 'validation_aressy', 'form' => 'validationAressy', ), 'BirthDay' => array( 'type' => 'date', 'col' => 'date_anniversaire_aressy', 'form' => 'dateAnniversaireAressy', ), 'FillTimeSheet' => array( 'type' => 'bool', 'col' => 'doit_remplir_aressy', 'form' => 'doitRemplirAressy', ), 'Pole' => array( 'type' => 'object', 'col' => 'default', 'class' => 'Pole_Aressy', ), ); function getProperties() { return self::$properties; } } ?>