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

debug

parent 8d92f481
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ class Objet
public function fromDb($arr)
{
$att = get_object_vars($this);
print_r($att);
for ($i=0; $i < count($att); $i++) {
echo $att[i] . "<br />";
......
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