Class src_foundation_tables_FLAGS

Description

Implements interfaces:

überprüft, ob eine Woche vorüber ist und veranlasst Updates.

Located in /src/foundation/tables/class.FLAGS.php (line 50)

src_foundation_tables_PARENTTABLES
   |
   --src_foundation_tables_FLAGS
Variable Summary
string $dbTableName
int $flag_id
Method Summary
void __construct ()
boolean deleteRow ()
array getRow ()
string getWhereWeekLimit (string 0)
boolean insertRow (array $data)
boolean isNewDay ()
boolean isNewWeek ()
boolean isSaison ()
boolean setSaisonDates (string $minDate, string $maxDate)
void unsetParams ()
boolean updateData ()
void updateDayCheck ()
boolean updateRow (array $data)
void updateWeekCheck ()
Variables
string $dbTableName = 'flags' (line 59)

Beinhaltet den Datenbanknamen (flags)

  • access: protected
int $flag_id = 1 (line 75)

aktuelle flag_id

  • access: public

Inherited Variables

Inherited from src_foundation_tables_PARENTTABLES

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

Konstruktor

lädt alle flags

void __construct ()

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

löscht einen Datensatz

boolean deleteRow ()

Implementation of:
src_interfaces_TABLEINTERFACE::deleteRow()
löscht einen Datensatz
getRow (line 87)

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
getWhereWeekLimit (line 293)

liefert die WHERE-Abfrage eines Datenbankzugriffs größer als LastBackup+1Tag und kleiner LastbackUp+8 Tage

string getWhereWeekLimit (string 0)
  • string 0
insertRow (line 139)

fügt einen neuen Datensatz ein

boolean insertRow (array $data)
  • array $data

Implementation of:
src_interfaces_TABLEINTERFACE::insertRow()
fügt einen neuen Datensatz ein
isNewDay (line 209)

überprüft ob ein neuer Tag angebrochen ist

boolean isNewDay ()
isNewWeek (line 231)

überprüft ob eine neue Woche angebrochen ist

boolean isNewWeek ()
isSaison (line 248)

überprüft ob die Saison begonnen hat

boolean isSaison ()
setSaisonDates (line 354)

schreibt den Beginn und das Ende der Buchungstermine

  • since: 1.0 - 10.02.2007
  • access: public
  • author: kaykoch
boolean setSaisonDates (string $minDate, string $maxDate)
  • string $minDate: frühstes Beginndatum
  • string $maxDate: spätestes Enddatum
unsetParams (line 196)

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 173)

aktualisiert die Daten im gegenwertigen Objekt

boolean updateData ()

Implementation of:
src_interfaces_TABLEINTERFACE::updateData()
aktualisiert die Daten im gegenwertigen Objekt
updateDayCheck (line 259)

aktualisiert das Datum für die tägliche überprüfung

void updateDayCheck ()
updateRow (line 105)

veranlasst ein Update admin_id = '" . $data['admin_id'] . "'

boolean updateRow (array $data)
  • array $data

Implementation of:
src_interfaces_TABLEINTERFACE::updateRow()
veranlasst ein Update
updateWeekCheck (line 275)

aktualisiert das Datum für die wöchentliche überprüfung

void updateWeekCheck ()

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:59:12 +0100 by phpDocumentor 1.3.1