insert($t, 1); $tabTache=$gateway->getTacheFromIdList(1); foreach($tabTache as $tache){ print($tache); echo "
"; } } catch( PDOException $Exception ) { echo 'erreur'; echo $Exception->getMessage(); } ?>