28 $this->db = (is_null(
$db))
44 "SELECT DISTINCT obj_id FROM exc_members " .
45 " WHERE usr_id = %s ",
50 while ($rec =
$db->fetchAssoc($set)) {
51 $ids[] = $rec[
"obj_id"];
getExerciseIdsOfUser(int $user_id)
Get all exercise IDs of a user.
This should hold all accesses to exc_members table in the future.
__construct(\ilDBInterface $db=null)
Constructor.