Skip to content
Snippets Groups Projects
Commit 67b36aa9 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

debug

parent def0ba0c
Branches
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ class Objet ...@@ -8,8 +8,8 @@ class Objet
print_r($att); print_r($att);
for ($i=0; $i < count($att); $i++) { for ($i=0; $i < count($att); $i++) {
echo $att[i] . "<br />"; echo $att[$i] . "<br />";
$this->$att[i] = $arr[$att[i]]; $this->$att[$i] = $arr[$att[$i]];
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment