// suggest a join between sections and documents $tables_jointures['spip_rubriques'][]= 'documents_liens'; // suggest a join between articles and authors, specifying the join field explicitly $tables_jointures['spip_articles']['id_auteur']= 'auteurs_articles';