array( "notnull" => "1", "type" => "int", "len" => "11", ), "nom" => array( "notnull" => "1", "type" => "string", "len" => "100", ), "telephone" => array( "notnull" => "", "type" => "string", "len" => "20", ), "division" => array( "notnull" => "1", "type" => "int", "len" => "11", "fkey" => array( "foreign_table_name" => "division", "foreign_column_name" => "division", "sql_exist" => "select * from ".DB_PREFIXE."division where division = '", ), ), "om_utilisateur" => array( "notnull" => "", "type" => "int", "len" => "11", "fkey" => array( "foreign_table_name" => "om_utilisateur", "foreign_column_name" => "om_utilisateur", "sql_exist" => "select * from ".DB_PREFIXE."om_utilisateur where om_utilisateur = '", ), ), "om_validite_debut" => array( "notnull" => "", "type" => "date", "len" => "12", ), "om_validite_fin" => array( "notnull" => "", "type" => "date", "len" => "12", ), "instructeur_qualite" => array( "notnull" => "1", "type" => "int", "len" => "11", "fkey" => array( "foreign_table_name" => "instructeur_qualite", "foreign_column_name" => "instructeur_qualite", "sql_exist" => "select * from ".DB_PREFIXE."instructeur_qualite where instructeur_qualite = '", ), ), );