40 $sql =
"SELECT * FROM " . $this->
properties->getTable() .
41 " WHERE " . $this->
properties->buildPrimaryWhere();
42 $set = $ilDB->query($sql);
43 if ($ilDB->numRows($set)) {
44 $row = $ilDB->fetchAssoc($set);
61 $ilDB->insert($this->
properties->getTable(), $fields);
87 public function delete()
91 $ilDB->manipulate(
"DELETE FROM " . $this->
properties->getTable() .
92 " WHERE " . $this->
properties->buildPrimaryWhere());
create()
Create/insert record.
Create styles array
The data for the language used.
ADT Active Record helper class.
__construct(ilADTGroupDBBridge $a_properties)
Constructor.