test
continuous-integration/drone/push Build is passing Details

peristanceBDD
Thomas Chazot 3 years ago
parent 15cf3a1101
commit 55f297ca1c

@ -136,7 +136,7 @@ class UserGateway{
'dateOfBirth' => array($dateOfBirth, PDO::PARAM_STR)); 'dateOfBirth' => array($dateOfBirth, PDO::PARAM_STR));
$this->connection->execQuery($insertUserQuery, $argUser); $this->connection->execQuery($insertUserQuery, $argUser);
$this->connection->execQuery($getLastIdQuery, array()); $this->connection->execQuery($getLastIdQuery, array());
$res=$this->connection->getResults(); $res=$this->connection->getRes();
foreach($res as $row){ foreach($res as $row){
echo "la je met le premier"; echo "la je met le premier";
$this->putSkinList($row['PK_ID'], 1); $this->putSkinList($row['PK_ID'], 1);

Loading…
Cancel
Save