This commit is contained in:
GuillaumeH-Cci 2026-02-20 11:14:45 +01:00
parent 747bc76de2
commit e6c64912c3
8 changed files with 203 additions and 334 deletions

View file

@ -182,7 +182,8 @@
$strRq = "UPDATE project
SET project_title = :title, project_description = :description, project_content = :content
WHERE project_id = :id";
//Requête préparé
$rqPrep = $this->_db->prepare($strRq);
$rqPrep->bindValue(":title", $objProject->getTitle(), PDO::PARAM_STR);