Technical Documentation

Show a record

 
Submit data …
ID 702
Category array
Required no
Element $ops['record_diff']
Description

shows information after database operation about status of each field in a record:

  • same: field has not changed
  • diff: field has changed
  • insert: record was inserted (no old record)
  • delete: record was deleted (no new record)
Description de

zeigt Informationen nach Datenbankaktualisierung über den Status jedes Feldes in einem Datensatz:

  • same: Feld ist unverändert
  • diff: Feld ist verändert
  • insert: Datensatz wurde eingefügt (kein alter Datensatz)
  • delete: Datensatz wurde gelöscht (kein neuer Datensatz)
Example
Array
(
    [0] => Array
        (
            [datei_id] => same
            [dateibereich_id] => same
            [dateigruppe_id] => diff
        )

)
Default value
Mother ID $ops | [735]
Relation
Updated 26 Jun 2011 23:40:31
ID Category Req. Element Action
490 array no $zz_tab INTERNAL variable, for development only
491 array no $zz_tab[0] main table
493 array no $zz_tab[0][0] main table
708 array no $zz_tab[0][0]['extra'] Generated by function in $field['post_validation'], 'extra' contains extra variables for a detail table created by this function. These variables can be accessed via 'detail_value'

Relations: $zz['fields'][n]['detail_value']; $zz['fields'][n]['post_validation']

492 array no $zz_tab[tab] subtable, tab = 1...n
498 integer no $zz_tab[tab]['max_records'] max. subrecords
499 integer no $zz_tab[tab]['min_records'] min. subrecords
496 integer no $zz_tab[tab]['no'] Field definition in `$zz['fields'][n]`
497 integer no $zz_tab[tab]['records'] number of subrecords
738 array no $zz_tab[tab]['subtable_deleted'] List of deleted records, id_values
495 string no $zz_tab[tab]['table'] Database table of main or subtable
700 array no $zz_tab[tab]['upload_fields'][0]['tab']
494 array no $zz_tab[tab][0] subtable, first detail record
687 array no $zz_tab[tab][rec] subrecord in table where tab is number of table (0 = main record, 1 ...n = subtables) and rec is number of record (tab = 0, rec = 0: main record, tab = 1...n, rec = 0...n = subrecords)
691 string no $zz_tab[tab][rec]['action'] action for this record
689 array no $zz_tab[tab][rec]['fields'] field definitions of this table; $zz['fields'] for main record or $zz['fields'][n]['fields'] for subtables
694 array no $zz_tab[tab][rec]['id'] variables regarding current record_id

Relations: $zz_var['id']

695 string no $zz_tab[tab][rec]['id']['field_name'] field name of field with PRIMARY KEY

Relations: $zz_var['id']['field_name']

696 integer no $zz_tab[tab][rec]['id']['value'] value of PRIMARY KEY

Relations: $zz_var['id']['value']

698 array no $zz_tab[tab][rec]['images'] uploaded files go here

Export (CSV Excel)

25 records total

in