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 |
|---|---|---|---|---|
| 381 | value | no | option field to choose an option, won't be saved to database Relations: $zz['fields'][n]['type_detail']; |
|
| 390 | value | no | password password input, will be saved as hash Relations: $zz_conf['hash_password'] |
|
| 391 | value | no | password_change change a password (enter old, enter new twice, md5 encoded) Relations: password; $zz['fields'][n]['sql_password_c |
|
| 377 | value | no | predefined INTERNAL USE only Relations: $zz['fields'][n]['type_detail'] |
|
| 369 | value | no | select Lets user select a value from different data sources: foreign database table, ENUM or SET values. Relations: $zz['fields'][n]['sql']; $zz['fields'][n]['display_field' |
|
| 376 | value | no | subtable subrecord with foreign key which can be edited together with main record.
when linking tables (subtables, details), special care has to be taken that the key field names are alike
Relations: $zz['fields'][n]['table_name']; $zz['fields'][n]['form_display'] |
|
| 366 | value | no | text standard input, one line text field, maxlength from VARCHAR-value if applicable, else size=32 Relations: $zz['fields'][n]['format']; $zz['fields'][n]['subselect']['l |
|
| 374 | value | no | time time, will be checked for validity | |
| 371 | value | no | timestamp MySQL timestamp, supports both `20040412120436` and `2004-04-12 12:04:36` formats.
- value may be set via `'value'`, if not, current time will be used
Relations: $zz['fields'][n]['value'] |
|
| 379 | value | no | translation_key | |
| 394 | value | no | unix_timestamp Unix timestamp, will be converted to readable date and back Relations: $zz['fields'][n]['value'] |
|
| 375 | value | no | upload_image File upload. Each file that shall be uploaded has to get a distinctive field_name in the 'image'-section! Relations: $zz['fields'][n]['path']; $zz['fields'][n]['dont_show_imag |
|
| 384 | value | no | url URL, will be checked for validity (absolute URLs only, `http://` as well as beginning with `/`). If something starting with `www.` is entered, `http://` will be prepended. Displayed as hyperlink in list. | |
| 383 | value | no | write_once Relations: $zz['fields'][n]['type_detail'] |
34 records total