'gamumail', 'principale' => 'oui', 'field'=> array( 'id_gamumail' => 'bigint(21) NOT NULL', 'slug' => 'varchar(255) NOT NULL DEFAULT ""', 'sujet' => 'varchar(255) NOT NULL DEFAULT ""', 'texte' => 'text NOT NULL DEFAULT ""', 'statut' => 'varchar(20) DEFAULT "0" NOT NULL', 'maj' => 'TIMESTAMP' ), 'key' => array( 'PRIMARY KEY' => 'id_gamumail', 'KEY statut' => 'statut', ), 'titre' => 'slug AS titre, "" AS lang', #'date' => '', 'champs_editables' => array('slug', 'sujet', 'texte'), 'champs_versionnes' => array('slug', 'sujet', 'texte'), 'rechercher_champs' => array("slug" => 8), 'tables_jointures' => array(), 'statut_textes_instituer' => array( 'prepa' => 'texte_statut_en_cours_redaction', 'prop' => 'texte_statut_propose_evaluation', 'publie' => 'texte_statut_publie', 'refuse' => 'texte_statut_refuse', 'poubelle' => 'texte_statut_poubelle', ), 'statut'=> array( array( 'champ' => 'statut', 'publie' => 'publie', 'previsu' => 'publie,prop,prepa', 'post_date' => 'date', 'exception' => array('statut','tout') ) ), 'texte_changer_statut' => 'gamumail:texte_changer_statut_gamumail', ); return $tables; }