mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
💡 Removed useless comment
This commit is contained in:
@@ -71,7 +71,6 @@ class dump {
|
|||||||
while ($obj = $stmt->fetchObject()) {
|
while ($obj = $stmt->fetchObject()) {
|
||||||
$theses_array[] = array();
|
$theses_array[] = array();
|
||||||
foreach ($obj as $key=>$value) {
|
foreach ($obj as $key=>$value) {
|
||||||
// TODO Mettre le nom du champ à la place du vide
|
|
||||||
$theses_array[$i][dump::convertDBname($key)] = empty($value) ? "Non définit" : $value;
|
$theses_array[$i][dump::convertDBname($key)] = empty($value) ? "Non définit" : $value;
|
||||||
}
|
}
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
Reference in New Issue
Block a user