Add sumarry

This commit is contained in:
Quentin Grosyeux 2013-11-05 05:15:18 +01:00
commit bf36486bf3
5 changed files with 58 additions and 0 deletions

View file

@ -131,6 +131,9 @@ class Theme
}
}
foreach($res as &$r)
$r = new Exercice($r["id"]);
return $res;
}
}