Prblm
This commit is contained in:
parent
747bc76de2
commit
e6c64912c3
8 changed files with 203 additions and 334 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue