Skip to content
Snippets Groups Projects
Commit 4e00c44e authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

ingredients

parent a9ead009
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,9 @@ class Recette{
if(!empty($auteurId)){
$query->bindParam(':auteurId', $auteurId);
}
if(!empty($ingredients)){
$query->bindParam(':ingredients', $ingredients);
}
// On exécute
$query->execute();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment