'podcast', 'principale' => 'oui', 'field'=> array( 'id_podcast' => 'bigint(21) NOT NULL', 'id_article' => 'bigint(21) NOT NULL DEFAULT 0', 'code' => 'tinytext NOT NULL DEFAULT ""', 'duree' => 'tinytext NOT NULL DEFAULT ""', 'maj' => 'TIMESTAMP NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP' ), 'key' => array( 'PRIMARY KEY' => 'id_podcast', 'KEY id_article' => 'id_article', ), 'titre' => 'code AS titre, "" AS lang', #'date' => '', 'champs_editables' => array('code', 'duree', 'id_article'), 'champs_versionnes' => array('code', 'duree', 'id_article'), 'rechercher_champs' => array(), 'tables_jointures' => array(), ); return $tables; }