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
330projectnozzwrap Show
309functionnocms_login()

Relations: auth.inc.php

Show
310functionnocms_login_ldap()

Relations: auth.inc.php

Show
311functionnocms_login_redirect()

Relations: auth.inc.php

Show
312functionnocms_logout()

Relations: auth.inc.php

Show
324functionnowrap_access_rights() customizedShow
316functionyeswrap_check_canonical() Make canonical URLs (trailing slash, .html etc.)

Relations: core.inc.php

Show
317functionyeswrap_check_https() checks if a request must definitely be either https or http and redirects if request uses other scheme

Relations: core.inc.php

Show
315functionnowrap_content_replace() customized, allows replacement of parts of the final HTML, e. g. with regular expressions (link targets ...)Show
167functionyeswrap_db_fetch() Fetches records from database and returns array

Relations: core.inc.php; page.inc.php

Show
307functionnowrap_get_authors() gets authors from database

Relations: page.inc.php

Show
148functionnowrap_get_breadcrumbs() gets breadcrumbs from database

Relations: page.inc.php

Show
152functionnowrap_get_breadcrumbs_recursive() recursively gets breadcrumbs from database

Relations: page.inc.php

Show
150functionnowrap_get_media() customized function to get media content (documents as well as images), linked to page or other items. parameters: 1. ID or Array of IDs (required) 2. type (e. g. table name) (optional, defaults to page) 3. base_url (optional, defaults to false)Show
146functionnowrap_get_menu() gets menu from database

Relations: page.inc.php

Show
154functionnowrap_get_menu_navigation() gets menu from separate navigation table

Relations: page.inc.php

Show
156functionnowrap_get_menu_webpages() gets menu from webpages table

Relations: page.inc.php

Show
313functionnowrap_menu_session() customizedShow
157functionnowrap_translate_menu() customizedShow
158functionnowrap_menu_*() customized: submenus with placeholdersShow

35 records total

in