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
627arrayyes$page

Relations: zzbrick

Show
631arrayno$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
630arrayno$page['head']

Relations: brick_head_format()

Show
629arrayno$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
632arrayno$page['meta'] $page['meta'][n]['name'] = ... $page['meta'][n]['content'] = ...

Relations: $page['head']; brick_head_format()

Show
628stringno$page['style'] defines style of page, might be used to include different page heads or footers, separate css files and so onShow

6 records total