Technical Documentation
- Selection Teilbaum:
- $ops
- $page
- $zz
- $zz_conf
- $zz_conf INTERNAL
- $zz_conf UPLOAD
- $zz_error
- $zz_page
- $zz_setting
- $zz_sql
- $zz_tab
- $zz_var
- WEBSERVER_DIRECTORY
- zz_constants
- zz_fieldtypes
- zz_states
- zzbrick
- zzform
- zzwrap
- – all –
ID | Category | Req. | Element | Action |
---|---|---|---|---|
494 | array | no | $zz_tab[tab][0] subtable, first detail record | Show |
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) | Show |
691 | string | no | $zz_tab[tab][rec]['action'] action for this record | Show |
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 | Show |
694 | array | no | $zz_tab[tab][rec]['id'] variables regarding current record_id Relations: $zz_var['id'] | Show |
695 | string | no | $zz_tab[tab][rec]['id']['field_n Relations: $zz_var['id']['field_name'] | Show |
696 | integer | no | $zz_tab[tab][rec]['id']['value'] value of PRIMARY KEY Relations: $zz_var['id']['value'] | Show |
698 | array | no | $zz_tab[tab][rec]['images'] uploaded files go here | Show |
699 | array | no | $zz_tab[tab][rec]['old_record'] update, delete together with file upload or renaming a folder:
save old record before update or delete in this array
Relations: $ops['record_old'] | Show |
688 | array | no | $zz_tab[tab][rec]['POST'] record as posted | Show |
692 | array | no | $zz_tab[tab][rec]['record'] record as it's displayed for user | Show |
693 | string | no | $zz_tab[tab][rec]['table_name'] Alias if there's more than one subtable of the same name; defaults to `table` | Show |
690 | boolean | no | $zz_tab[tab][rec]['validation'] shows if record is validated or not | Show |
508 | array | no | $zz_var INTERNAL variable, for development only | Show |
686 | string | no | $zz_var['action'] INTERNAL: what to do (POST): insert | update | delete | review | Show |
660 | string: HTML | no | $zz_var['class_add'] | Show |
511 | string | no | $zz_var['extraGET'] extra GET values | Show |
931 | array | no | $zz_var['filters'] filters set, = tested and corrected values of $_GET['filter'] Relations: $zz['filter'] | Show |
671 | string: HTML | no | $zz_var['formhead'] H2 heading in front of form element | Show |
659 | boolean | no | $zz_var['horizontal_table_head'] | Show |
916 records total