fix erreur lors ajout sci

php
Gwenael PLANCHON 1 year ago
parent 7cd4765547
commit 54198a8f42

@ -45,7 +45,7 @@ class ScientifiqueGateway
":idThematique"=>[$sci->getThematique()->getId(),$this->con::PARAM_STR], ":idThematique"=>[$sci->getThematique()->getId(),$this->con::PARAM_STR],
":idDifficulte"=>[$sci->getDifficulte()->getId(),$this->con::PARAM_STR], ":idDifficulte"=>[$sci->getDifficulte()->getId(),$this->con::PARAM_STR],
":idSexe"=>[$sci->getSexe()->getId(),$this->con::PARAM_STR] ":idSexe"=>[$sci->getSexe()->getId(),$this->con::PARAM_STR]
]); ]) ? true : false ;
} }
public function getScientifiquesParPages(int $currentPage, int $nbElemByPage) : array { public function getScientifiquesParPages(int $currentPage, int $nbElemByPage) : array {

Loading…
Cancel
Save