Technical Documentation
Show a record
|
Submit data …
|
||||||
| ID | 118 | |||||
| Category | array | |||||
| Required | yes | |||||
| Element | $zz_sql | |||||
| Description | ||||||
| Description de | ||||||
| Example | ||||||
| Default value | ||||||
| Mother ID | ||||||
| Relation |
|
|||||
| Updated | 27 Jun 2011 11:34:02 |
- 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. | |
| 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'] |
|
| 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'] |
|
| 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'] |
|
| 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. | |
| 24 | file | yes | config.inc.php Main configuration file | |
| 169 | folder | no | custom/ Customized data | |
| 135 | folder | no | zzbrick_forms/ zzform scripts with parameter go here Relations: zzform; zzbrick |
|
| 338 | folder | no | zzbrick_page/ scripts for page template Relations: zzbrick |
|
| 339 | file | no | [page].inc.php page_*()-functions, will return $text for $parameter | |
| 836 | folder | no | zzbrick_request_get/ | |
| 22 | folder | yes | zzbrick_request/ Modules which will be included by the CMS depending on request with zzbrick. Relations: zzbrick |
|
| 73 | file | no | [request].inc.php Local CMS data, read out data and output $page-array | |
| 340 | folder | no | zzbrick_rights/ Relations: zzbrick |
|
| 65 | folder | yes | zzbrick_tables/ Scripts for table definitions, show, add, edit or delete records Relations: zzform; zzbrick |
|
| 66 | file | no | logging.php Table definition: logging of database operations | |
| 67 | file | no | relations.php Table definition: relations table for relational integrity of database | |
| 29 | folder | no | zzform/ Additional scripts that will be called during database operations. Additional translated text for the corresponding website only. Relations: zzform |
|
| 57 | file | no | db.inc.php Database connection to be used, if this file does not exist, established connection will be used. | |
| 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. |
96 records total