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

debug

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