Suppression code commenté

correction_routeur^2
Victor SOULIER 1 year ago
parent 2c8d51a83e
commit b090e2741e

@ -17,26 +17,4 @@
$cont = new FrontController();
/*
try{
$con=new model\Connection($dsn,$login,$mdp);
$query = "SELECT * FROM categorie WHERE id=:id";
echo $con->executeQuery($query, array(':id' => array(1, PDO::PARAM_INT) ) );
$results=$con->getResults();
Foreach ($results as $row)
print $row['titre'];
}
catch( PDOException $Exception ) {
echo 'erreur';
echo $Exception->getMessage();}
*/
Loading…
Cancel
Save