Technical Documentation

Show a record

 
Submit data …
ID 668
Category array
Required no
Element $ops['return']
Description

interface: for each database operation this array returns numerically indexed information about the database operation: 'table' = name of database table; 'id_field_name': field name of field with PRIMARY KEY, 'id_value': ID of record, 'action': database action, one of 'insert', 'update', 'delete'

Description de

Schnittstelle: für jede Datenbankoperation gibt dieses Array numerisch indiziert Informationen über die Operation zurück: 'table' = Name der Datenbanktabelle; 'id_field_name': Feldname des Feldes mit dem Primärschlüssel (PRIMARY KEY), 'id_value': ID des Datensatzes, 'action': Aktion in der Datenbank, eins aus: 'insert', 'update', 'delete'

Example
Array
(
    [0] => Array
        (
            [table] => dateien_zeitabschnitte
            [id_field_name] => zeitabschnitt_id
            [id_value] => 7
            [action] => update
        )

)
Default value
Mother ID $ops | [735]
Relation
Updated 26 Jun 2011 23:36:26
IDCategoryReq.Element Action
131folderyesWEBSERVER_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
2folderno_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
20foldernodelete/ 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
21foldernoupdate/ 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
3folderyes_inc/ Holds all scripts for the CMS which need to be included. Folder might be put below DOCUMENT_ROOT, chmod set to 700.Show
24fileyesconfig.inc.php Main configuration fileShow
169foldernocustom/ Customized dataShow
135foldernozzbrick_forms/ zzform scripts with parameter go here

Relations: zzform; zzbrick

Show
338foldernozzbrick_page/ scripts for page template

Relations: zzbrick

Show
339fileno[page].inc.php page_*()-functions, will return $text for $parameterShow
836foldernozzbrick_request_get/ Show
22folderyeszzbrick_request/ Modules which will be included by the CMS depending on request with zzbrick.

Relations: zzbrick

Show
73fileno[request].inc.php Local CMS data, read out data and output $page-arrayShow
340foldernozzbrick_rights/

Relations: zzbrick

Show
65folderyeszzbrick_tables/ Scripts for table definitions, show, add, edit or delete records

Relations: zzform; zzbrick

Show
66filenologging.php Table definition: logging of database operationsShow
67filenorelations.php Table definition: relations table for relational integrity of databaseShow
29foldernozzform/ Additional scripts that will be called during database operations. Additional translated text for the corresponding website only.

Relations: zzform

Show
57filenodb.inc.php Database connection to be used, if this file does not exist, established connection will be used.Show
56filenotablename-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

in