40 $sql =
"SELECT * FROM ".$this->properties->getTable().
41 " WHERE ".$this->properties->buildPrimaryWhere();
42 $set = $ilDB->query($sql);
43 if($ilDB->numRows($set))
45 $row = $ilDB->fetchAssoc($set);
62 $ilDB->insert($this->
properties->getTable(), $fields);
88 public function delete()
92 $ilDB->manipulate(
"DELETE FROM ".$this->
properties->getTable().
93 " 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.