Source for file class.ADMINARCHIV.php
Documentation is available at class.ADMINARCHIV.php
* lvst - src\foundation\admin\class.ADMINARCHIV.php
* This file is part of lvst.
* Automatic generated with ArgoUML 0.16.1 on 29.07.2005, 14:10:43
* @author Kay Koch, <kay.koch@gmx.de>
* @subpackage foundation_admin
die('This file was generated for PHP 5');
* Parentklasse zur Administration der Tabellen
* @author Kay Koch, <kay.koch@gmx.de>
require_once('src/foundation/admin/class.PARENTADMIN.php');
* Interface zur Administration der Datenbank
require_once('src/interfaces/interface.ADMININTERFACE.php');
/* user defined includes */
// section -64--88-0-1-933bcb:1056263e44b:-7ff7-includes begin
// section -64--88-0-1-933bcb:1056263e44b:-7ff7-includes end
/* user defined constants */
// section -64--88-0-1-933bcb:1056263e44b:-7ff7-constants begin
// section -64--88-0-1-933bcb:1056263e44b:-7ff7-constants end
* Short description of class src_foundation_admin_ADMINARCHIV
* @author Kay Koch, <kay.koch@gmx.de>
* @subpackage foundation_admin
* Short description of attribute oArchiv
* Short description of attribute arrKeys
* Short description of attribute pageTemplate
* zeigt alle Einträge einer Tabelle
* @author Kay Koch, <kay.koch@gmx.de>
// section -64--88-122--2--6176e79b:103fa06a375:-7fad begin
$arrEntries =
$this->oArchiv->getRow();
list
($this->d1,$this->d2,$this->d3) =
$this->oArchiv->getDates();
foreach($arrEntries as $this->data) {
$oVerein->setParams($this->data['verein_nr']);
$this->data['seename']=
$this->oSeen->getSeen($this->data['see_id'])->name;
$this->data['verein']=
$oVerein->name;
// section -64--88-122--2--6176e79b:103fa06a375:-7fad end
* liefert ein Formular zur Änderung bzw. Neueingabe eines Datensatzes
* Wenn die Tabellenspezifischen Parameter vorhergesetzt wurden wird der
* Datensatz ausgegeben. Ansonsten erscheint ein leeres Formular
* @author Kay Koch, <kay.koch@gmx.de>
// section -64--88-122--2--6176e79b:103fa06a375:-7fa9 begin
// section -64--88-122--2--6176e79b:103fa06a375:-7fa9 end
* Aktualisieet den vorher durch setzen der Parameter ausgewählten
* Die Neuen Daten befinden sich im Übergabefeld $data
* @author Kay Koch, <kay.koch@gmx.de>
// section -64--88-122--2--6176e79b:103fa06a375:-7f83 begin
// section -64--88-122--2--6176e79b:103fa06a375:-7f83 end
* Löscht den Datensatz der vorher durch Parameter ausgewählt wurde
* @author Kay Koch, <kay.koch@gmx.de>
// section -64--88-122--2--6176e79b:103fa06a375:-7f7f begin
// section -64--88-122--2--6176e79b:103fa06a375:-7f7f end
* Fügt einen neuen datensatz mit den Werten des Übergabeparameter $data
* @author Kay Koch, <kay.koch@gmx.de>
// section -64--88-122--2--6176e79b:103fa06a375:-7f7d begin
// section -64--88-122--2--6176e79b:103fa06a375:-7f7d end
* überprüft die Korrektheit der eingebenen bzw. geänderten Daten
* @author Kay Koch, <kay.koch@gmx.de>
$returnValue = (bool)
false;
// section -64--88-122--2--62c31de:1048594e50f:-7fef begin
// section -64--88-122--2--62c31de:1048594e50f:-7fef end
return (bool)
$returnValue;
* Short description of method __construct
* @author Kay Koch, <kay.koch@gmx.de>
// section -64--88-0-1-933bcb:1056263e44b:-7fee begin
$this->oArchiv->setParams($endDatum);
$this->oArchiv->updateData();
// section -64--88-0-1-933bcb:1056263e44b:-7fee end
} /* end of class src_foundation_admin_ADMINARCHIV */
Documentation generated on Sat, 24 Mar 2007 09:57:53 +0100 by phpDocumentor 1.3.1