Add sumarry
This commit is contained in:
parent
a0657ff619
commit
bf36486bf3
5 changed files with 58 additions and 0 deletions
|
|
@ -131,6 +131,9 @@ class Theme
|
|||
}
|
||||
}
|
||||
|
||||
foreach($res as &$r)
|
||||
$r = new Exercice($r["id"]);
|
||||
|
||||
return $res;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue