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 |
---|---|---|---|---|
651 | array | no | $zz_var['id'] | Show |
653 | string | no | $zz_var['id']['field_name'] | Show |
777 | integer | no | $zz_var['id']['source_value'] add in combination with source_id | Show |
652 | integer | no | $zz_var['id']['value'] | Show |
739 | array | no | $zz_var['integrity'] List with keys 'text' and 'fields'; if there are values, it means that the test for referential integrity were not passed and so deletion of a record is impossible | Show |
731 | boolean | no | $zz_var['record_action'] | Show |
733 | array | no | $zz_var['save_old_record'] | Show |
666 | array | no | $zz_var['subtables'] | Show |
657 | array | no | $zz_var['unique_fields'] | Show |
732 | boolean | no | $zz_var['upload_form'] false: no upload, true: upload possible | Show |
656 | array | no | $zz_var['where_condition'] | Show |
655 | boolean | no | $zz_var['where_with_unique_id'] | Show |
509 | array | no | $zz_var['where'] | Show |
661 | array | no | $zz_var['write_once'] | Show |
654 | array | no | $zz_var['zz_fields'] | Show |
131 | folder | yes | WEBSERVER_DIRECTORY Directory below DOCUMENT_ROOT, so we can put included files below DOCUMENT_ROOT. Not neccessary, the CMS will also work if all files are inside DOCUMENT_ROOT. This is for easier security only. | Show |
2 | folder | no | _backup/ Folder for backup of files which were deleted or overwritten while performing database operations. Files will not be deleted automatically - a cron job might do this. Relations: $zz_conf['backup'] | Show |
20 | folder | no | delete/ Deleted files during SQL delete operation. Folder will be created automatically. Old filename and timestamp of operation will be preserved. Relations: $zz_conf['backup'] | Show |
21 | folder | no | update/ Overwritten files during SQL update operation. Folder will be created automatically. Old filename and timestamp of operation will be preserved. Relations: $zz_conf['backup'] | Show |
3 | folder | yes | _inc/ Holds all scripts for the CMS which need to be included. Folder might be put below DOCUMENT_ROOT, chmod set to 700. | Show |
916 records total