28 $sql =
'SELECT obj_id FROM il_certificate WHERE obj_id = ' . $this->database->quote(
$objId,
'integer');
30 $query = $this->database->query($sql);
32 while ($row = $this->database->fetchAssoc(
$query)) {
An exception for terminatinating execution or to throw for unit testing.
__construct(ilDBInterface $database)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...