function critere_va_chercher_dist($idb, &$boucles, $crit) { $boucle = &$boucles[$idb]; $table = $boucle->id_table; $c = array("'='", "'$table.titre'", "''"); $boucle->where[] = $c; }