Class src_foundation_tables_ARCHIV

Description

Implements interfaces:

Stellt die Verbindung zur Tabelle 'archiv' her

Verwaltet die Archivierung von alten Buchungen

Located in /src/foundation/tables/class.ARCHIV.php (line 55)

src_foundation_tables_PARENTTABLES
   |
   --src_foundation_tables_ARCHIV
Variable Summary
string $dbTableName
Method Summary
void __construct ()
boolean deleteRow ()
array getDates ()
array getRow ()
boolean insertRow (array $data)
boolean saveOldBuchungen (int $sourceTableName, string 1)
void setParams (string $datum)
void unsetParams ()
boolean updateData ()
boolean updateRow (array $data)
Variables
string $dbTableName = 'archiv' (line 67)

Beinhaltet den Datenbanknamen (archiv)

  • access: protected

Inherited Variables

Inherited from src_foundation_tables_PARENTTABLES

src_foundation_tables_PARENTTABLES::$oSeen
Methods
Constructor __construct (line 236)

Short description of method __construct

void __construct ()

Redefinition of:
src_foundation_tables_PARENTTABLES::__construct()
Konstruktor
deleteRow (line 152)

löscht einen Datensatz

boolean deleteRow ()

Implementation of:
src_interfaces_TABLEINTERFACE::deleteRow()
löscht einen Datensatz
getDates (line 266)

liefert letztes Datum der letzten, der aktuellen und der nächsten Woche

  • return: Beginn der Woche, Ende der Woche, Ende nächste Woche
  • access: public
  • author: Kay Koch, <kay.koch@gmx.de>
array getDates ()
getRow (line 95)

liefert einen (mehrere) Datensatz die durch setzen ser Parameter werden

array getRow ()

Implementation of:
src_interfaces_TABLEINTERFACE::getRow()
liefert einen (mehrere) Datensatz die durch setzen ser Parameter werden
insertRow (line 135)

fügt einen neuen Datensatz ein

boolean insertRow (array $data)
  • array $data

Implementation of:
src_interfaces_TABLEINTERFACE::insertRow()
fügt einen neuen Datensatz ein
saveOldBuchungen (line 215)

speichert alte Einträge in der Datenbank

boolean saveOldBuchungen (int $sourceTableName, string 1)
  • string 1
  • int $sourceTableName
setParams (line 253)

setzt die Daten für die aktuelle Bearbeitung

void setParams (string $datum)
  • string $datum: letztes angezeigtes Datum
unsetParams (line 200)

löscht die Parameter, die den gegenwärtigen Datensatz identifizieren

void unsetParams ()

Implementation of:
src_interfaces_TABLEINTERFACE::unsetParams()
löscht die Parameter, die den gegenwärtigen Datensatz identifizieren
updateData (line 181)

aktualisiert die Daten im gegenwertigen Objekt

boolean updateData ()

Implementation of:
src_interfaces_TABLEINTERFACE::updateData()
aktualisiert die Daten im gegenwertigen Objekt
updateRow (line 117)

veranlasst ein Update

boolean updateRow (array $data)
  • array $data

Implementation of:
src_interfaces_TABLEINTERFACE::updateRow()
veranlasst ein Update

Inherited Methods

Inherited From src_foundation_tables_PARENTTABLES

src_foundation_tables_PARENTTABLES::__construct()
src_foundation_tables_PARENTTABLES::delete()
src_foundation_tables_PARENTTABLES::getArrKeys()
src_foundation_tables_PARENTTABLES::getFlags()
src_foundation_tables_PARENTTABLES::getKontakte()
src_foundation_tables_PARENTTABLES::getSea()
src_foundation_tables_PARENTTABLES::getSeen()
src_foundation_tables_PARENTTABLES::getTableName()
src_foundation_tables_PARENTTABLES::insert()
src_foundation_tables_PARENTTABLES::optimizeDB()
src_foundation_tables_PARENTTABLES::select()
src_foundation_tables_PARENTTABLES::setFlags()
src_foundation_tables_PARENTTABLES::setKontakte()
src_foundation_tables_PARENTTABLES::setSea()
src_foundation_tables_PARENTTABLES::setSeen()
src_foundation_tables_PARENTTABLES::truncate()
src_foundation_tables_PARENTTABLES::update()

Documentation generated on Sat, 24 Mar 2007 09:58:51 +0100 by phpDocumentor 1.3.1