Technical Documentation
Show a record
Submit data …
|
|
ID | 92 |
Category | array |
Required | no |
Element | $zz_setting |
Description | |
Description de | |
Example | |
Default value | |
Mother ID | |
Relation | |
Updated | 26 Jun 2011 17:49:32 |
- 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 |
---|---|---|---|---|
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 |
24 | file | yes | config.inc.php Main configuration file | Show |
169 | folder | no | custom/ Customized data | Show |
135 | folder | no | zzbrick_forms/ zzform scripts with parameter go here Relations: zzform; zzbrick | Show |
338 | folder | no | zzbrick_page/ scripts for page template Relations: zzbrick | Show |
339 | file | no | [page].inc.php page_*()-functions, will return $text for $parameter | Show |
836 | folder | no | zzbrick_request_get/ | Show |
22 | folder | yes | zzbrick_request/ Modules which will be included by the CMS depending on request with zzbrick. Relations: zzbrick | Show |
73 | file | no | [request].inc.php Local CMS data, read out data and output $page-array | Show |
340 | folder | no | zzbrick_rights/ Relations: zzbrick | Show |
65 | folder | yes | zzbrick_tables/ Scripts for table definitions, show, add, edit or delete records Relations: zzform; zzbrick | Show |
66 | file | no | logging.php Table definition: logging of database operations | Show |
67 | file | no | relations.php Table definition: relations table for relational integrity of database | Show |
29 | folder | no | zzform/ Additional scripts that will be called during database operations. Additional translated text for the corresponding website only. Relations: zzform | Show |
57 | file | no | db.inc.php Database connection to be used, if this file does not exist, established connection will be used. | Show |
56 | file | no | tablename-after-update.inc.php Script to be executed after succesful UPDATE query. 'tablename' can be chosen freely, does not have to correspond with real tablename. Other keywords are after/before (means after or before query), update/insert/delete for each SQL operations as required. | Show |
96 records total