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', 'a_completer' => 'texte_statut_publiable_mais_a_completer', ), 'statut'=> array( array( 'champ' => 'statut', 'publie' => 'publie,a_completer', 'previsu' => 'publie,prop,prepa,a_completer', 'post_date' => 'date', 'exception' => array('statut','tout') ) ), //(...) )