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 |
---|---|---|---|---|
627 | array | yes | $page Relations: zzbrick | Show |
631 | array | no | $page['extra'] User defined values, whatever you want. Access from template to these variables might go via extra_blubb = bla, but just if the variable is not an array (then we'll return `1`) | Show |
630 | array | no | $page['head'] Relations: brick_head_format() | Show |
629 | array | no | $page['link'] May be used for page links, e. g. navigational aides. Content of this element may be put inside HTML head element starting `<LINK REL="">` or somewhere else on page (or both). Will be added to $page['head'] automatically Relations: $page['head']; brick_head_format() | Show |
632 | array | no | $page['meta'] $page['meta'][n]['name'] = ...
$page['meta'][n]['content'] = ... Relations: $page['head']; brick_head_format() | Show |
628 | string | no | $page['style'] defines style of page, might be used to include different page heads or footers, separate css files and so on | Show |
6 | array | yes | $zz Description of database table and fields | Show |
353 | string | no | $zz['access'] allows to restrict access to main record, like $zz['fields'][n]['access'] to subtables
* add_only: only allow to add record, do not show anything else (add new record-link, list table, ...)
* edit_only: only allow to edit record, do not show anything else (add new record-link, list table, ...)
* show: only view records
* show_edit_add (no deletion possible)
* show_and_add (no deletion and editing possible, but adding new records)
* show_and_delete
* add_then_edit: only allow to add a new record, then to reedit this record if it already exists (only works with GET['where']...)
* edit_details_only: do not edit main record, allow only detail records to be edited, no deletion and adding possible
* edit_details_and_add: do not edit main record, allow only detail records to be edited, adding possible (works only in combination with conditions)
* none: only show list, no possibility to do anything with the records
* all: allows to do everything
* search_but_no_list: shows search form but no list (search form normally is tied to list), no editing allowed Relations: $zz['fields'][n]['access'] | Show |
954 | boolean | no | $zz['add_from_source_id'] Allows to add from source_id even if the access to that ID is restricted by a $zz['where'] or $_GET['where'] | Show |
751 | array | no | $zz['conditional_fields'] | Show |
752 | array | no | $zz['conditional_fields'][n] | Show |
759 | array | no | $zz['conditional_fields'][n]['fi Relations: $zz['fields'][n] | Show |
758 | string | no | $zz['conditional_fields'][n]['ma | Show |
754 | boolean | no | $zz['conditional_fields'][n]['re | Show |
757 | string: SQL | no | $zz['conditional_fields'][n]['sq | Show |
756 | string | no | $zz['conditional_fields'][n]['ta | Show |
753 | integer | no | $zz['conditional_fields'][n]['te | Show |
755 | string | no | $zz['conditional_fields'][n]['ti | Show |
204 | array | no | $zz['conditions'] Numerical indexed array of conditions | Show |
798 | boolean | no | $zz['conditions'][n]['add']['alw | Show |
916 records total