mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-30 21:36:27 +02:00
Ajout du nouveau système de console
This commit is contained in:
parent
063f0c97a3
commit
bdd7b3dccc
9 changed files with 480 additions and 103 deletions
|
@ -637,7 +637,7 @@
|
|||
}
|
||||
|
||||
//On fabrique la requete
|
||||
$query = "INSERT INTO " . $table . "(" . implode(', ', $fieldNames) . ") VALUES(:" . implode(', :', $fieldNames) . ")";
|
||||
$query = "INSERT INTO " . $table . " (" . implode(', ', $fieldNames) . ") VALUES(:" . implode(', :', $fieldNames) . ")";
|
||||
|
||||
//On retourne le nombre de lignes insérées
|
||||
return $this->runQuery($query, $params, self::ROWCOUNT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue