app = $app;
include "name_map.php";
}
//TODO: Diese Funktion in eine Superklasse auslagern.
private function getGuiString($key) {
$value = $this->nameMap[$key];
if ($value == "") return $key;
return $value;
}
public function view ($err=0, $class=0, $id=0) {
echo<< The instance you try to create is already existing The instance you try to create has missing attributes The action performed led to a referential integrity problem The error id is $err.Error occurred
ERRVIEW;
if ($err != 0) {
if ($err == GenericAdmin::EC_DUPL_INST) echo "