dbx-API
dbXwebApp ist auch ein ein PHP rapid development framework.
dbXwebApp stellt etliche Funktionen für Standard Aufgaben zur Verfügung.
Alle API Funktionen lassen sich auch ohne OOP nutzen. Die API Funktionen erstellen und nutzen bei Bedarf die benötigten Objekte selbstständig.
Dadurch ist die Nutzung dieser Funktionen, auch innerhalb eigener Klassen/Objekte, sehr einfach.
Das Einmischen der Daten, einige Template Funktionen, und das Einbinden von Modul-Aufrufen erfolgt automatisch über den intrigierten Interpreter.
Der Interpreter scannt den gesamten "Content" und ersetzt alle Modul-Aufrufe mit den Ausgaben der jeweiligen Module.
Dabei können Module auch wieder weitere Modul-Aufrufe beinhalten.
Wenn z.B. eine Listen innerhalb eines Modules benötigt wird reicht es vollkommen aus an der gewünschten Stelle im Inhalt den Aufruf der Liste
einzufügen.
Alle benötigten Parameter werden dem Modul direkt mit gegeben oder sie können auch jeder Zeit über Parameter (URL) dynamisch
geändert werden. Dabei kann man festlegen welche Parameter nicht änderbar (via GET oder POST übeschreiben) sind.
Beispiel, Aufruf eine Modules:
[modul=modul_name]parameter=wert¶mter2=wert2[/modul]
Auch können an jeder beliebigen Stelle weiter Inhalte, b.z.w. Teplates "includiert" werden.
Beispiel, Includieren eines (weiteren) Templates innerhalb des Contens
[inc=123]Wird Mit dem Inhalt des aktiven Templates dbx_page ID 123 ersetzt[/inc]
Jedes Modul definiert in sich selbst welche Parameter es benutzt.
Beispiel, API-Funktion:
API-Funktionen können sie durch jedes aktive Template (dbx_page) oder innerhalb von (eigenen) Modulen verwenden.
Wenn Sie in Ihrem Content (Inhalt) z.B die Anzahl aller Mitglieder anzeigen möchten dann nehmen Sie dafür einen beliebigen Platzhalter.
{anzahl_mitglieder}
Dieser Platzhalter* wird dann definiert und mit einem Wert ersetzt durch eine einfache Anweisung.
$_av['anzahl_mitglieder']=dbx_count_Select("dbx_user");
Diese Anweisung kann im Modul als PHP Befehl stehen oder auch im verwendeten Template in der on_read oder on_report Anweisung.
Durch die Kombination von Modul-Aufrufen und aktiven Templates ist das System extrem flexibel.
Durch die diversen automatischen Funktionen ist es sehr einfach komplexe Datenstrukturen zu bearbeiten oder anzuzeigen.
* Alle Platzhalter in dbXwebApp stehhen immer in geschwiften Klammern {platzhalter_name}
UID=1 Restzeit=* Sec - dbXwebApp Sprache: de Design: default Vers: 2.1.b (c) 2006-2008 - PCeinfach.de - (Speed=0.35030 Sec Querys=18 Cache=3 )
0.00028 :***SYSTEM-START***
0.00324 :***install_check***
0.00347 :***System load _config***
0.00352 :* dbx_get_SysVar(fca = 0) *
0.00355 :* dbx_get_SysVar(xedit = 0) *
0.00358 :* dbx_get_SysVar(clear = 0) *
0.00361 :* dbx_get_SysVar(design = ) *
0.00364 :* dbx_get_SysVar(language = ) *
0.00923 :***system_init***
0.00929 :# dbx_init #
0.00932 :# MySQL init Server=localhost Database=usr_web0_1 #
0.00934 :# dbx_init # Config loaded #
0.01136 :# dbx_init # MySql loaded #
0.01606 :# dbx_init # MySql connected #
0.01610 :# dbx_SessionInit=begin (1-iWyjptjv6vliwPc1) #
0.01771 :# Load Kernel Class dbxSession
0.01775 :# SESSION INIT START (1-iWyjptjv6vliwPc1) #
0.01794 :# MySql Query=DELETE FROM dbx_dbx_user_session WHERE lastaction < '2008-11-21 17:56:40'
0.01971 :*** DELETE-SESSION <= 2008-11-21 17:56:40 ****
0.01977 :* dbx_get_SysVar(design = ) *
0.01979 :* dbx_get_SysVar(language = ) *
0.01981 :# SESSION CHECK (1-iWyjptjv6vliwPc1) #
0.01984 :*GET DB SESSION-RECORD SID=(1-iWyjptjv6vliwPc1) UID=(0) REMAP=(0) *
0.01996 :# MySql Query=SELECT * FROM dbx_dbx_user_session WHERE ((session_id = '1-iWyjptjv6vliwPc1') and (ip='38.103.63.59')) LIMIT 1
0.02055 :* Session (1-iWyjptjv6vliwPc1) not found *
0.02058 :# SESSION 1-iWyjptjv6vliwPc1 NOT FOUND #
0.02063 :# Settings Modul dbx_sessions Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_sessions/config/_config.php
0.02088 :# Settings Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_sessions/config/_config.php
0.02130 :# Settings Return=dbx_sessions,s_remap=1 #
0.02133 :# Settings Return=dbx_sessions,s_trackid= #
0.02136 :*GET DB SESSION-RECORD SID=(?) UID=(1) REMAP=(1) *
0.02145 :# MySql Query=SELECT * FROM dbx_dbx_user_session WHERE ((userid = 1) and (ip='38.103.63.59')) LIMIT 1
0.02218 :* dbx_set_SysVar(update_session_rid,1970) *
0.02235 :#* Session remap found sid=(1-l9coocfrsg79X2wr) *#
0.02238 :* dbx_set_SysVar(design,default) *
0.02240 :* dbx_set_SysVar(language,de) *
0.02248 :# MySql Query=SELECT * FROM dbx_dbx_user WHERE (id = 1)
0.02296 :PHPIDS check_globals XEDIT=0 HTML=0
0.02302 :GET VAR=top_dbx_menu_id
0.02305 :GET VAR=top_dbx_menu_activ
0.02307 :GET VAR=dbx_modul
0.02309 :GET VAR=cid
0.02311 :GET VAR=left_dbx_menu_id
0.02313 :GET VAR=left_dbx_menu_activ
0.02315 :GET VAR=subtop_dbx_menu_id
0.02317 :GET VAR=subtop_dbx_menu_activ
0.02319 :GET VAR=sessid
0.02326 :**UNSET Var=sessid
0.02330 :**UNSET Var=
0.02333 :# SESSION=1-l9coocfrsg79X2wr Refind=1 Language=de Design=default FCA= RQ= Track==() #
0.02336 :# dbx_SessionInit=1 (1-l9coocfrsg79X2wr) #
0.02339 :***system_run***
0.02343 :* dbx_get_SysVar(popup = 0) *
0.02347 :* dbx_get_SysVar(xedit = 0) *
0.02349 :* dbx_get_SysVar(clear = 0) *
0.02352 :* dbx_get_SysVar(fca = 0) *
0.02356 :*#* CACHE Load Start xedit=0 clear=0 fca=0 PV=0 *#*
0.02365 :* dbx_get_SysVar(language = de) *
0.02367 :* dbx_get_SysVar(design = default) *
0.02369 :* dbx_set_SysVar(language,de) *
0.02371 :* dbx_set_SysVar(design,default) *
0.02377 :#Create Cache ID Modul SYS Menu=1 Return CACHE-ID=1-SYS-36bf6cac81ad7b71f0e30d2f85016a9e D=default L=de#
0.02380 :*#* get_cache_content Cache-ID=(1-SYS-36bf6cac81ad7b71f0e30d2f85016a9e) PV=(0) *#*
0.02382 :* dbx_get_SysVar(session_create_new = 0) *
0.02385 :* dbx_set_SysVar(update_session_rid,1970) *
0.02387 :*GET CACHE SESSION-RECORD SID=1-l9coocfrsg79X2wr) *
0.02389 :** CACHE NO RELOAD (1-SYS-bf1b353af55f2c27ec66d20dd3c5fd4d) **
0.02391 :** RELOAD Content EMPTY **
0.02394 :# Settings Modul dbx_cache Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_cache/config/_config.php
0.02414 :# Settings Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_cache/config/_config.php
0.02488 :# Settings Return=dbx_cache,s_caching=1 #
0.02490 :** Content Cache xedit=0 clear=0 fca=0
0.02493 :*#* Try Cache **
0.02495 :** Content Cache load 1-SYS-36bf6cac81ad7b71f0e30d2f85016a9e ***
0.02499 :# MySql Query=SELECT * FROM dbx_dbx_cache WHERE (cacheid = '1-SYS-36bf6cac81ad7b71f0e30d2f85016a9e' ) LIMIT 1
0.02547 :** Cache NOT found **
0.02551 :* dbx_get_SysVar(reload = 0) *
0.02554 :* dbx_set_SysVar(reload,0) *
0.02556 :***system_load_kernel***
0.07124 :*** NO CACHE ***
0.07131 :**GET-G dbx_modul
0.07136 :**GET-G dbx_modul
0.07139 :RUN Modul=dbx_content Action=
0.07142 :RUN GET Modul=dbx_content
0.07144 :Interpreter GET Modul_Content dbx_content
0.07603 :# Load Kernel Class dbxInterpreter
0.07613 :INCLUDE=/home/www/web0/html/dbxwebapp.org/modules/dbx_content/dbx_content.php
0.07663 :# Settings Modul dbx_content Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_content/config/_config.php
0.07691 :# Settings Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_content/config/_config.php
0.07704 :# Settings Return=dbx_content,s_title=Content #
0.07709 :# Settings Return=dbx_cache,s_caching=1 #
0.07712 :# Settings Return=dbx_content,s_caching_modul= #
0.07714 :* Modul (dbx_content) Cache=(1) *
0.07723 :# Settings Return=dbx_content,s_div= #
0.07727 :dbx_api_get_record(dbx_folder,name='dbx_content',-2,ASC)
0.10119 :# Load Kernel Class DataDictonary
0.10126 :__construct DataDic dbTab=dbx_folder
0.10130 :connect datadictionary Tab=dbx_folder
0.10816 :### table_name Prefix=(dbx) LAnguage=(de) db-Lang=(0)
0.10869 :CACHE Load /home/www/web0/html/dbxwebapp.org/cache/_(dbx)_fielddef_dbx_folder.php
0.10874 :* dbx_get_SysVar(reload = 0) *
0.10881 :**GET-G dbx_modul
0.10942 :# Load Kernel Class Date_Time
0.10966 :get_record(name='dbx_content')dbtab=dbx_dbx_folder dbxtab=(dbx_folder) Order= Cache=1 Sys=0
0.10968 :CACHE try_record(name='dbx_content')dbtab=dbx_dbx_folder ID=eafd985be38e0a965b4d73c1d9ab34aa
0.10991 :# MySql Query=SELECT * FROM `dbx_dbx_folder` WHERE (name='dbx_content') LIMIT 1
0.11018 :ACCESS USer-Group=(a:1:{i:0;s:1:"1";}) Time-Group=(0) USER=(1) CUID=(1)
0.11021 :* ACCESS CHECK NOT GROUPS *
0.11023 :* ACCESS MODUL GVAL=-1 *
0.11024 :* ACCESS PASS NOT GROUPS *
0.11026 :* ACCESS USER_GR=(1) *
0.11028 :ACCESS DATA-GOUP=(-1) == 1
0.11030 :ACESS MODUL dbx_content Modul-G=a:1:{i:0;s:2:"-1";} USER-ID=1 OK=1
0.11033 :Interpreter [modul=dbx_content]=ys[/modul] Access=1
0.11035 :* Access Modul=dbx_content User=1 OK=1 Parameter==ys *
0.11039 :# Settings Return=dbx_content,s_title=Content #
0.11043 :*> Modul dbx_content Init=1 CAche=1 in_nocache=0 <*
0.11046 :* Modul dbx_content GET Content *
0.11049 :**GET-G cid
0.11053 :dbx_api_select_record(dbx_content,15,0)
0.11058 :__construct DataDic dbTab=dbx_content
0.11061 :connect datadictionary Tab=dbx_content
0.11088 :### table_name Prefix=(dbx) LAnguage=(de) db-Lang=(1)
0.11206 :CACHE Load /home/www/web0/html/dbxwebapp.org/cache/_(dbx)_fielddef_dbx_content.php
0.11210 :* dbx_get_SysVar(reload = 0) *
0.11216 :**GET-G dbx_modul
0.11237 :DataDictonary select(dbx_content,id=15,0)
0.11769 :# MySql Query=SELECT * FROM `dbx_de_dbx_content` WHERE (id=15) LIMIT 1
0.11858 :DataDic convert_data o Tab=dbx_content
0.11911 :*** Try Template /home/www/web0/html/dbxwebapp.org/modules/dbx_content/template/1-Col-buttons.tpl ***
0.11916 :*** Load Template /home/www/web0/html/dbxwebapp.org/modules/dbx_content/template/1-Col-buttons.tpl ***
0.11936 :# Settings Return=dbx_content,s_printme=1 #
0.11940 :# Settings Return=dbx_content,s_mailme=1 #
0.11943 :# Settings Return=dbx_content,s_pdfme=1 #
0.12008 :dbx_api_get_record(dbx_content,15,,ASC)
0.12014 :**GET-G dbx_modul
0.12597 :get_record(id=15)dbtab=dbx_de_dbx_content dbxtab=(dbx_content) Order= Cache=1 Sys=0
0.12602 :CACHE try_record(id=15)dbtab=dbx_de_dbx_content ID=11d3575f9881c5c7022d5716f73ce59a
0.12607 :# MySql Query=SELECT * FROM `dbx_de_dbx_content` WHERE (id=15) LIMIT 1
0.12684 :dbx_api_get_record(dbx_content_folder,4,,ASC)
0.12689 :__construct DataDic dbTab=dbx_content_folder
0.12692 :connect datadictionary Tab=dbx_content_folder
0.12724 :### table_name Prefix=(dbx) LAnguage=(de) db-Lang=(0)
0.12774 :CACHE Load /home/www/web0/html/dbxwebapp.org/cache/_(dbx)_fielddef_dbx_content_folder.php
0.12778 :* dbx_get_SysVar(reload = 0) *
0.12785 :**GET-G dbx_modul
0.12828 :get_record(id=4)dbtab=dbx_dbx_content_folder dbxtab=(dbx_content_folder) Order= Cache=1 Sys=0
0.12831 :CACHE try_record(id=4)dbtab=dbx_dbx_content_folder ID=41a0a3e08f0e492f8e54ff871dfed69e
0.12949 :# MySql Query=SELECT * FROM `dbx_dbx_content_folder` WHERE (id=4) LIMIT 1
0.12973 :dbx_api_get_record(dbx_content,15,,ASC)
0.12979 :**GET-G dbx_modul
0.13020 :get_record(id=15)dbtab=dbx_de_dbx_content dbxtab=(dbx_content) Order= Cache=1 Sys=0
0.13023 :CACHE try_record(id=15)dbtab=dbx_de_dbx_content ID=11d3575f9881c5c7022d5716f73ce59a
0.13026 :CACHE get_record(id=15)dbtab=dbx_de_dbx_content
0.13035 :dbx_api_get_record(dbx_content_folder,4,,ASC)
0.13040 :**GET-G dbx_modul
0.13080 :get_record(id=4)dbtab=dbx_dbx_content_folder dbxtab=(dbx_content_folder) Order= Cache=1 Sys=0
0.13083 :CACHE try_record(id=4)dbtab=dbx_dbx_content_folder ID=41a0a3e08f0e492f8e54ff871dfed69e
0.13086 :CACHE get_record(id=4)dbtab=dbx_dbx_content_folder
0.13093 :**GET-G dbx_modul
0.13133 :***system_output template ***
0.13989 :# Load Kernel Class dbxOutput
0.14000 :**GET-G dbx_modul
0.14003 :TRY LOAD TEMPLATE=dbx_content
0.14007 :*** Try Template /home/www/web0/html/dbxwebapp.org/design/default/dbx_content.htm ***
0.14014 :*** Try Template /home/www/web0/html/dbxwebapp.org/design/default/dbxWebApp.htm ***
0.14018 :*** Load Template /home/www/web0/html/dbxwebapp.org/design/default/dbxWebApp.htm ***
0.14035 :Interpreter dbx_interpreter_run
0.14038 :dbx_interpreter Content
0.14049 :X-Interpreter Loop=0
0.14052 :**GET-G dbx_modul
0.14137 :# Settings Return=dbx_cache,s_caching=1 #
0.14141 :# Settings Modul dbx_menu Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_menu/config/_config.php
0.14160 :# Settings Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_menu/config/_config.php
0.14189 :# Settings Return=dbx_menu,s_caching_modul= #
0.14193 :* Modul (dbx_menu) Cache=(1) *
0.14204 :# Settings Return=dbx_menu,s_div= #
0.14208 :dbx_api_get_record(dbx_folder,name='dbx_menu',-2,ASC)
0.14215 :**GET-G dbx_modul
0.14258 :get_record(name='dbx_menu')dbtab=dbx_dbx_folder dbxtab=(dbx_folder) Order= Cache=1 Sys=0
0.14261 :CACHE try_record(name='dbx_menu')dbtab=dbx_dbx_folder ID=7e6e5b5f1830e91241eb624784880243
0.14266 :# MySql Query=SELECT * FROM `dbx_dbx_folder` WHERE (name='dbx_menu') LIMIT 1
0.14296 :ACCESS USer-Group=(a:1:{i:0;s:1:"1";}) Time-Group=(0) USER=(1) CUID=(1)
0.14298 :* ACCESS CHECK NOT GROUPS *
0.14300 :* ACCESS MODUL GVAL=-1 *
0.14302 :* ACCESS PASS NOT GROUPS *
0.14304 :* ACCESS USER_GR=(1) *
0.14306 :ACCESS DATA-GOUP=(-1) == 1
0.14308 :ACESS MODUL dbx_menu Modul-G=a:1:{i:0;s:2:"-1";} USER-ID=1 OK=1
0.14311 :Interpreter [modul=dbx_menu]dbx_modul_pfx=top_&top_dbx_ul_id=nav&top_dbx_inline_sub=1&top_dbx_sub_onactiv=0&top_dbx_menu_span=0&top_dbx_menu_id=dbxmain[/modul] Access=1
0.14313 :* Access Modul=dbx_menu User=1 OK=1 Parameter=dbx_modul_pfx=top_&top_dbx_ul_id=nav&top_dbx_inline_sub=1&top_dbx_sub_onactiv=0&top_dbx_menu_span=0&top_dbx_menu_id=dbxmain *
0.14317 :*> Modul dbx_menu Init=1 CAche=1 in_nocache=0 <*
0.14322 :* Modul dbx_menu GET Content *
0.14511 :**GET-M dbx_modul_pfx Val=top_
0.14516 :**GET-M top_dbx_ul_id Val=nav
0.14519 :**GET-M top_dbx_sub_onactiv Val=0
0.14522 :**GET-M top_dbx_inline_sub Val=1
0.14524 :**GET-M top_dbx_menu_span Val=0
0.14527 :**GET-M top_dbx_menu_id Val=dbxmain
0.14529 :**GET-G top_dbx_menu_activ
0.14536 :**UNSET Var=menu_activ
0.15482 :**GET-G dbx_modul
0.15555 :* dbx_set_SysVar(update_session_rid,1970) *
0.15557 :*GET CACHE SESSION-RECORD SID=1-l9coocfrsg79X2wr) *
0.15561 :* Session Get Var=(cms_roadrunner)
0.15566 :* Session Set Var=(cms_roadrunner)
0.15569 :* dbx_set_SysVar(update_session_rid,1970) *
0.15571 :*GET CACHE SESSION-RECORD SID=1-l9coocfrsg79X2wr) *
0.15608 :ACCESS USer-Group=(a:1:{i:0;s:1:"1";}) Time-Group=(0) USER=(1) CUID=(1)
0.15611 :* ACCESS CHECK NOT GROUPS *
0.15613 :* ACCESS MODUL GVAL=1 *
0.15615 :* ACCESS PASS NOT GROUPS *
0.15616 :* ACCESS USER_GR=(1) *
0.15618 :ACCESS DATA-GOUP=(1) == 1
0.15626 :ACCESS USer-Group=(a:1:{i:0;s:1:"1";}) Time-Group=(0) USER=(1) CUID=(1)
0.15628 :* ACCESS CHECK NOT GROUPS *
0.15630 :* ACCESS MODUL GVAL=3 *
0.15632 :* ACCESS MODUL GVAL=4 *
0.15634 :* ACCESS PASS NOT GROUPS *
0.15635 :* ACCESS USER_GR=(1) *
0.15637 :ACCESS DATA-GOUP=(3) == 1
0.15639 :ACCESS DATA-GOUP=(4) == 1
0.15866 :**GET-G dbx_modul
0.15935 :dbx_api_get_record(dbx_pages,880,,ASC)
0.15943 :__construct DataDic dbTab=dbx_pages
0.15945 :connect datadictionary Tab=dbx_pages
0.15972 :### table_name Prefix=(dbx) LAnguage=(de) db-Lang=(0)
0.16075 :CACHE Load /home/www/web0/html/dbxwebapp.org/cache/_(dbx)_fielddef_dbx_pages.php
0.16080 :* dbx_get_SysVar(reload = 0) *
0.16085 :**GET-G dbx_modul
0.16128 :get_record(id=880)dbtab=dbx_dbx_pages dbxtab=(dbx_pages) Order= Cache=1 Sys=0
0.16130 :CACHE try_record(id=880)dbtab=dbx_dbx_pages ID=63b453518e732d38681b658ffca935bd
0.16150 :# MySql Query=SELECT * FROM `dbx_dbx_pages` WHERE (id=880) LIMIT 1
0.16575 :dbx_api_get_record(dbx_folder,413,,ASC)
0.16581 :**GET-G dbx_modul
0.16623 :get_record(id=413)dbtab=dbx_dbx_folder dbxtab=(dbx_folder) Order= Cache=1 Sys=0
0.16626 :CACHE try_record(id=413)dbtab=dbx_dbx_folder ID=38efbc926e2b0c40b6310eb74e53eb30
0.16630 :# MySql Query=SELECT * FROM `dbx_dbx_folder` WHERE (id=413) LIMIT 1
0.16654 :ACCESS USer-Group=(a:1:{i:0;s:1:"1";}) Time-Group=(0) USER=(1) CUID=(1)
0.16657 :* ACCESS CHECK NOT GROUPS *
0.16659 :* ACCESS MODUL GVAL=-1 *
0.16660 :* ACCESS PASS NOT GROUPS *
0.16662 :* ACCESS USER_GR=(1) *
0.16664 :ACCESS DATA-GOUP=(-1) == 1
0.16707 :X-Interpreter Loop=1
0.16712 :**GET-G dbx_modul
0.16864 :# Settings Return=dbx_cache,s_caching=1 #
0.16867 :# Settings Return=dbx_menu,s_caching_modul= #
0.16869 :* Modul (dbx_menu) Cache=(1) *
0.16880 :# Settings Return=dbx_menu,s_div= #
0.16883 :Interpreter [modul=dbx_menu]dbx_modul_pfx=subtop_&subtop_subtop_dbx_menu_id=sub_mywebapp&subtop_subtop_dbx_menu_class=sub_&subtop_subtop_xtop=top_dbx_menu_id/dbxmain/top_dbx_menu_activ/2/dbxmenu/1&subtop_menu_activ=0[/modul] Access=1
0.16886 :* Access Modul=dbx_menu User=1 OK=1 Parameter=dbx_modul_pfx=subtop_&subtop_subtop_dbx_menu_id=sub_mywebapp&subtop_subtop_dbx_menu_class=sub_&subtop_subtop_xtop=top_dbx_menu_id/dbxmain/top_dbx_menu_activ/2/dbxmenu/1&subtop_menu_activ=0 *
0.16890 :*> Modul dbx_menu Init=1 CAche=1 in_nocache=0 <*
0.16895 :* Modul dbx_menu GET Content *
0.16899 :**GET-M dbx_modul_pfx Val=subtop_
0.16902 :**GET-M subtop_dbx_menu_class Val=sub_
0.16907 :**GET-M subtop_dbx_menu_id Val=sub_mywebapp
0.16910 :**GET-G subtop_dbx_menu_activ
0.16914 :**GET-M subtop_xtop Val=top_dbx_menu_id/dbxmain/top_dbx_menu_activ/2/dbxmenu/1
0.16918 :**GET-M menu_activ Val=0
0.16920 :**UNSET Var=menu_activ
0.16959 :**GET-G dbx_modul
0.17032 :**GET-G dbx_modul
0.17705 :X-Interpreter Loop=2
0.17713 :**GET-G dbx_modul
0.17828 :# Settings Return=dbx_cache,s_caching=1 #
0.17832 :# Settings Return=dbx_menu,s_caching_modul= #
0.17834 :* Modul (dbx_menu) Cache=(1) *
0.17844 :# Settings Return=dbx_menu,s_div= #
0.17848 :Interpreter [modul=dbx_menu]dbx_modul_pfx=subtop_&subtop_subtop_dbx_menu_id=sub_doku&subtop_subtop_dbx_menu_class=sub_&subtop_subtop_xtop=top_dbx_menu_id/dbxmain/top_dbx_menu_activ/3/dbxmenu/1&subtop_menu_activ=1[/modul] Access=1
0.17850 :* Access Modul=dbx_menu User=1 OK=1 Parameter=dbx_modul_pfx=subtop_&subtop_subtop_dbx_menu_id=sub_doku&subtop_subtop_dbx_menu_class=sub_&subtop_subtop_xtop=top_dbx_menu_id/dbxmain/top_dbx_menu_activ/3/dbxmenu/1&subtop_menu_activ=1 *
0.17854 :*> Modul dbx_menu Init=1 CAche=1 in_nocache=0 <*
0.17859 :* Modul dbx_menu GET Content *
0.17863 :**GET-M dbx_modul_pfx Val=subtop_
0.17866 :**GET-M subtop_dbx_menu_class Val=sub_
0.17872 :**GET-M subtop_dbx_menu_id Val=sub_doku
0.17874 :**GET-G subtop_dbx_menu_activ
0.17878 :**GET-M subtop_xtop Val=top_dbx_menu_id/dbxmain/top_dbx_menu_activ/3/dbxmenu/1
0.17882 :**GET-M menu_activ Val=1
0.17884 :**UNSET Var=menu_activ
0.17922 :**GET-G dbx_modul
0.18005 :* dbx_set_SysVar(update_session_rid,1970) *
0.18008 :*GET CACHE SESSION-RECORD SID=1-l9coocfrsg79X2wr) *
0.18010 :* Session Get Var=(cms_roadrunner)
0.18013 :* Session Set Var=(cms_roadrunner)
0.18016 :* dbx_set_SysVar(update_session_rid,1970) *
0.18018 :*GET CACHE SESSION-RECORD SID=1-l9coocfrsg79X2wr) *
0.18573 :**GET-G dbx_modul
0.18666 :X-Interpreter Loop=3
0.18670 :**GET-G dbx_modul
0.18831 :# Settings Return=dbx_cache,s_caching=1 #
0.18834 :# Settings Return=dbx_menu,s_caching_modul= #
0.18836 :* Modul (dbx_menu) Cache=(1) *
0.18848 :# Settings Return=dbx_menu,s_div= #
0.18851 :Interpreter [modul=dbx_menu]dbx_modul_pfx=subtop_&subtop_subtop_dbx_menu_id=sub_download&subtop_subtop_dbx_menu_class=sub_&subtop_subtop_xtop=top_dbx_menu_id/dbxmain/top_dbx_menu_activ/4/dbxmenu/1&subtop_menu_activ=0[/modul] Access=1
0.18853 :* Access Modul=dbx_menu User=1 OK=1 Parameter=dbx_modul_pfx=subtop_&subtop_subtop_dbx_menu_id=sub_download&subtop_subtop_dbx_menu_class=sub_&subtop_subtop_xtop=top_dbx_menu_id/dbxmain/top_dbx_menu_activ/4/dbxmenu/1&subtop_menu_activ=0 *
0.18857 :*> Modul dbx_menu Init=1 CAche=1 in_nocache=0 <*
0.18862 :* Modul dbx_menu GET Content *
0.18866 :**GET-M dbx_modul_pfx Val=subtop_
0.18869 :**GET-M subtop_dbx_menu_class Val=sub_
0.18875 :**GET-M subtop_dbx_menu_id Val=sub_download
0.18877 :**GET-G subtop_dbx_menu_activ
0.18881 :**GET-M subtop_xtop Val=top_dbx_menu_id/dbxmain/top_dbx_menu_activ/4/dbxmenu/1
0.18885 :**GET-M menu_activ Val=0
0.18887 :**UNSET Var=menu_activ
0.18925 :**GET-G dbx_modul
0.19498 :ACCESS USer-Group=(a:1:{i:0;s:1:"1";}) Time-Group=(0) USER=(1) CUID=(1)
0.19501 :* ACCESS CHECK NOT GROUPS *
0.19503 :* ACCESS MODUL GVAL=2 *
0.19505 :* ACCESS PASS NOT GROUPS *
0.19507 :* ACCESS USER_GR=(1) *
0.19508 :ACCESS DATA-GOUP=(2) == 1
0.19512 :ACCESS USer-Group=(a:1:{i:0;s:1:"1";}) Time-Group=(0) USER=(1) CUID=(1)
0.19515 :* ACCESS CHECK NOT GROUPS *
0.19519 :* ACCESS MODUL GVAL=2 *
0.19521 :* ACCESS PASS NOT GROUPS *
0.19522 :* ACCESS USER_GR=(1) *
0.19524 :ACCESS DATA-GOUP=(2) == 1
0.19532 :**GET-G dbx_modul
0.19602 :X-Interpreter Loop=4
0.19605 :**GET-G dbx_modul
0.20075 :# Settings Return=dbx_cache,s_caching=1 #
0.20079 :# Settings Return=dbx_menu,s_caching_modul= #
0.20081 :* Modul (dbx_menu) Cache=(1) *
0.20091 :# Settings Return=dbx_menu,s_div= #
0.20094 :Interpreter [modul=dbx_menu]dbx_modul_pfx=subtop_&subtop_subtop_dbx_menu_id=left_myforum&subtop_subtop_dbx_menu_class=sub_&subtop_subtop_xtop=top_dbx_menu_id/dbxmain/top_dbx_menu_activ/5/dbxmenu/1&subtop_menu_activ=0[/modul] Access=1
0.20097 :* Access Modul=dbx_menu User=1 OK=1 Parameter=dbx_modul_pfx=subtop_&subtop_subtop_dbx_menu_id=left_myforum&subtop_subtop_dbx_menu_class=sub_&subtop_subtop_xtop=top_dbx_menu_id/dbxmain/top_dbx_menu_activ/5/dbxmenu/1&subtop_menu_activ=0 *
0.20101 :*> Modul dbx_menu Init=1 CAche=1 in_nocache=0 <*
0.20106 :* Modul dbx_menu GET Content *
0.20110 :**GET-M dbx_modul_pfx Val=subtop_
0.20113 :**GET-M subtop_dbx_menu_class Val=sub_
0.20121 :**GET-M subtop_dbx_menu_id Val=left_myforum
0.20123 :**GET-G subtop_dbx_menu_activ
0.20127 :**GET-M subtop_xtop Val=top_dbx_menu_id/dbxmain/top_dbx_menu_activ/5/dbxmenu/1
0.20131 :**GET-M menu_activ Val=0
0.20133 :**UNSET Var=menu_activ
0.20175 :**GET-G dbx_modul
0.20235 :ACCESS USer-Group=(a:1:{i:0;s:1:"1";}) Time-Group=(0) USER=(1) CUID=(1)
0.20238 :* ACCESS CHECK NOT GROUPS *
0.20240 :* ACCESS MODUL GVAL=2 *
0.20544 :* ACCESS PASS NOT GROUPS *
0.20547 :* ACCESS USER_GR=(1) *
0.20548 :ACCESS DATA-GOUP=(2) == 1
0.20574 :**GET-G dbx_modul
0.20654 :X-Interpreter Loop=5
0.20658 :**GET-G dbx_modul
0.20839 :# Settings Return=dbx_cache,s_caching=1 #
0.20843 :# Settings Modul dbx_language Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_language/config/_config.php
0.20865 :# Settings Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_language/config/_config.php
0.20899 :# Settings Return=dbx_language,s_caching_modul= #
0.20902 :* Modul (dbx_language) Cache=(1) *
0.20909 :# Settings Return=dbx_language,s_div= #
0.20913 :dbx_api_get_record(dbx_folder,name='dbx_language',-2,ASC)
0.20919 :**GET-G dbx_modul
0.20964 :get_record(name='dbx_language')dbtab=dbx_dbx_folder dbxtab=(dbx_folder) Order= Cache=1 Sys=0
0.20966 :CACHE try_record(name='dbx_language')dbtab=dbx_dbx_folder ID=2c64ea07791464e4bafa54c5e44ef820
0.20971 :# MySql Query=SELECT * FROM `dbx_dbx_folder` WHERE (name='dbx_language') LIMIT 1
0.21000 :ACCESS USer-Group=(a:1:{i:0;s:1:"1";}) Time-Group=(0) USER=(1) CUID=(1)
0.21003 :* ACCESS CHECK NOT GROUPS *
0.21005 :* ACCESS MODUL GVAL=-1 *
0.21007 :* ACCESS PASS NOT GROUPS *
0.21008 :* ACCESS USER_GR=(1) *
0.21010 :ACCESS DATA-GOUP=(-1) == 1
0.21013 :ACESS MODUL dbx_language Modul-G=a:1:{i:0;s:2:"-1";} USER-ID=1 OK=1
0.21015 :Interpreter [modul=dbx_language]lang_op=show[/modul] Access=1
0.21017 :* Access Modul=dbx_language User=1 OK=1 Parameter=lang_op=show *
0.21020 :*> Modul dbx_language Init=1 CAche=1 in_nocache=0 <*
0.21023 :* Modul dbx_language GET Content *
0.21026 :**GET-M lang_op Val=show
0.21028 :**GET-A language
0.21034 :*** Try Template /home/www/web0/html/dbxwebapp.org/modules/dbx_language/template/Language_show.tpl ***
0.21038 :*** Load Template /home/www/web0/html/dbxwebapp.org/modules/dbx_language/template/Language_show.tpl ***
0.21053 :**GET-G dbx_modul
0.21131 :X-Interpreter Loop=6
0.21134 :**GET-G dbx_modul
0.22010 :# Settings Return=dbx_cache,s_caching=1 #
0.22015 :# Settings Modul dbx_design Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_design/config/_config.php
0.22035 :# Settings Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_design/config/_config.php
0.22327 :# Settings Return=dbx_design,s_caching_modul= #
0.22329 :* Modul (dbx_design) Cache=(1) *
0.22337 :# Settings Return=dbx_design,s_div= #
0.22341 :dbx_api_get_record(dbx_folder,name='dbx_design',-2,ASC)
0.22349 :**GET-G dbx_modul
0.22393 :get_record(name='dbx_design')dbtab=dbx_dbx_folder dbxtab=(dbx_folder) Order= Cache=1 Sys=0
0.22396 :CACHE try_record(name='dbx_design')dbtab=dbx_dbx_folder ID=37cad2dbb6d520ac5b537fe18edeef21
0.22400 :# MySql Query=SELECT * FROM `dbx_dbx_folder` WHERE (name='dbx_design') LIMIT 1
0.22429 :ACCESS USer-Group=(a:1:{i:0;s:1:"1";}) Time-Group=(0) USER=(1) CUID=(1)
0.22431 :* ACCESS CHECK NOT GROUPS *
0.22433 :* ACCESS MODUL GVAL=-1 *
0.22435 :* ACCESS PASS NOT GROUPS *
0.22437 :* ACCESS USER_GR=(1) *
0.22439 :ACCESS DATA-GOUP=(-1) == 1
0.22446 :ACESS MODUL dbx_design Modul-G=a:1:{i:0;s:2:"-1";} USER-ID=1 OK=1
0.22449 :Interpreter [modul=dbx_design]design_op=show[/modul] Access=1
0.22451 :* Access Modul=dbx_design User=1 OK=1 Parameter=design_op=show *
0.22454 :*> Modul dbx_design Init=1 CAche=1 in_nocache=0 <*
0.22457 :* Modul dbx_design GET Content *
0.22460 :**GET-M design_op Val=show
0.22478 :**GET-G dbx_modul
0.22549 :X-Interpreter Loop=7
0.22553 :**GET-G dbx_modul
0.23487 :# Settings Return=dbx_cache,s_caching=1 #
0.23492 :# Settings Return=dbx_menu,s_caching_modul= #
0.23494 :* Modul (dbx_menu) Cache=(1) *
0.23506 :# Settings Return=dbx_menu,s_div= #
0.23509 :Interpreter [modul=dbx_menu]dbx_modul_pfx=left_&left_dbx_ul_id=nav-secondary&left_dbx_inline_sub=1&left_dbx_sub_onactiv=1&left_dbx_menu_span=0&left_override=1&left_dbx_menu_id=sub_leftdoku[/modul] Access=1
0.23512 :* Access Modul=dbx_menu User=1 OK=1 Parameter=dbx_modul_pfx=left_&left_dbx_ul_id=nav-secondary&left_dbx_inline_sub=1&left_dbx_sub_onactiv=1&left_dbx_menu_span=0&left_override=1&left_dbx_menu_id=sub_leftdoku *
0.23515 :*> Modul dbx_menu Init=1 CAche=1 in_nocache=0 <*
0.23521 :* Modul dbx_menu GET Content *
0.23525 :**GET-M dbx_modul_pfx Val=left_
0.23530 :**GET-M left_dbx_ul_id Val=nav-secondary
0.23532 :**GET-M left_dbx_sub_onactiv Val=1
0.23535 :**GET-M left_dbx_inline_sub Val=1
0.23537 :**GET-M left_dbx_menu_span Val=0
0.23540 :**GET-M left_dbx_menu_id Val=sub_leftdoku
0.23543 :**GET-G left_dbx_menu_activ
0.23549 :**UNSET Var=menu_activ
0.23590 :**GET-G dbx_modul
0.23671 :* dbx_set_SysVar(update_session_rid,1970) *
0.23673 :*GET CACHE SESSION-RECORD SID=1-l9coocfrsg79X2wr) *
0.23676 :* Session Get Var=(cms_roadrunner)
0.23679 :* Session Set Var=(cms_roadrunner)
0.23681 :* dbx_set_SysVar(update_session_rid,1970) *
0.23683 :*GET CACHE SESSION-RECORD SID=1-l9coocfrsg79X2wr) *
0.23732 :**GET-G dbx_modul
0.23820 :X-Interpreter Loop=8
0.23824 :**GET-G dbx_modul
0.24631 :# Settings Return=dbx_cache,s_caching=1 #
0.24637 :# Settings Modul dbx_jquery Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_jquery/config/_config.php
0.24660 :# Settings Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_jquery/config/_config.php
0.24712 :# Settings Return=dbx_jquery,s_caching_modul= #
0.24715 :* Modul (dbx_jquery) Cache=(1) *
0.24723 :# Settings Return=dbx_jquery,s_div=0 #
0.24727 :dbx_api_get_record(dbx_folder,name='dbx_jquery',-2,ASC)
0.24733 :**GET-G dbx_modul
0.24779 :get_record(name='dbx_jquery')dbtab=dbx_dbx_folder dbxtab=(dbx_folder) Order= Cache=1 Sys=0
0.24781 :CACHE try_record(name='dbx_jquery')dbtab=dbx_dbx_folder ID=9cba4b63dfac42db1ab11d06b1575f72
0.24785 :# MySql Query=SELECT * FROM `dbx_dbx_folder` WHERE (name='dbx_jquery') LIMIT 1
0.24816 :ACCESS USer-Group=(a:1:{i:0;s:1:"1";}) Time-Group=(0) USER=(1) CUID=(1)
0.24819 :* ACCESS CHECK NOT GROUPS *
0.24821 :* ACCESS MODUL GVAL=-1 *
0.24822 :* ACCESS PASS NOT GROUPS *
0.24824 :* ACCESS USER_GR=(1) *
0.24826 :ACCESS DATA-GOUP=(-1) == 1
0.24829 :ACESS MODUL dbx_jquery Modul-G=a:1:{i:0;s:2:"-1";} USER-ID=1 OK=1
0.24831 :Interpreter [modul=dbx_jquery]op=wait_on_href&selector=li a[/modul] Access=1
0.24833 :* Access Modul=dbx_jquery User=1 OK=1 Parameter=op=wait_on_href&selector=li a *
0.24838 :*> Modul dbx_jquery Init=1 CAche=1 in_nocache=0 <*
0.24841 :* Modul dbx_jquery GET Content *
0.24845 :**GET-M op Val=wait_on_href
0.24848 :**GET-M selector Val=li a
0.25462 :**UNSET Var=op
0.25469 :**UNSET Var=selector
0.25472 :**UNSET Var=parameter
0.25475 :**GET-G dbx_modul
0.25553 :X-Interpreter Loop=9
0.25557 :**GET-G dbx_modul
0.25775 :# Settings Return=dbx_cache,s_caching=1 #
0.25778 :# Settings Return=dbx_jquery,s_caching_modul= #
0.25780 :* Modul (dbx_jquery) Cache=(1) *
0.25790 :# Settings Return=dbx_jquery,s_div=0 #
0.25793 :Interpreter [modul=dbx_jquery]op=show_shadow&selector=#modul_content¶meter=DEFAULT[/modul] Access=1
0.25795 :* Access Modul=dbx_jquery User=1 OK=1 Parameter=op=show_shadow&selector=#modul_content¶meter=DEFAULT *
0.25799 :*> Modul dbx_jquery Init=1 CAche=1 in_nocache=0 <*
0.25803 :* Modul dbx_jquery GET Content *
0.25806 :**GET-M op Val=show_shadow
0.25808 :**GET-M selector Val=#modul_content
0.25811 :**GET-M parameter Val=DEFAULT
0.25818 :**UNSET Var=op
0.25821 :**UNSET Var=selector
0.25823 :**UNSET Var=parameter
0.25827 :**GET-G dbx_modul
0.26399 :X-Interpreter Loop=10
0.26404 :**GET-G dbx_modul
0.26597 :# Settings Return=dbx_cache,s_caching=1 #
0.26601 :# Settings Return=dbx_jquery,s_caching_modul= #
0.26603 :* Modul (dbx_jquery) Cache=(1) *
0.26611 :# Settings Return=dbx_jquery,s_div=0 #
0.26614 :Interpreter [modul=dbx_jquery]op=show_shadow&selector=#nav-secondary¶meter=DEFAULT[/modul] Access=1
0.26617 :* Access Modul=dbx_jquery User=1 OK=1 Parameter=op=show_shadow&selector=#nav-secondary¶meter=DEFAULT *
0.26621 :*> Modul dbx_jquery Init=1 CAche=1 in_nocache=0 <*
0.26624 :* Modul dbx_jquery GET Content *
0.26627 :**GET-M op Val=show_shadow
0.26629 :**GET-M selector Val=#nav-secondary
0.26632 :**GET-M parameter Val=DEFAULT
0.26639 :**UNSET Var=op
0.26642 :**UNSET Var=selector
0.26645 :**UNSET Var=parameter
0.26648 :**GET-G dbx_modul
0.26716 :X-Interpreter Loop=11
0.26720 :**GET-G dbx_modul
0.27353 :*** RELOAD =(0,0) XEDIT=0 ***
0.27358 :***SYSTEM-CREATE-CACHE***
0.27361 :***system_output ncv ***
0.27364 :* dbx_set_SysVar(in_nocache,1) *
0.27375 :***system_output user ***
0.28239 :***system_output cms ***
0.28254 :# Settings Modul dbx_login Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_login/config/_config.php
0.28292 :# Settings Load=/home/www/web0/html/dbxwebapp.org/modules/dbx_login/config/_config.php
0.29146 :# Settings Return=dbx_login,s_page_name=dbXwebApp #
0.29151 :* dbx_get_SysVar(language = de) *
0.29153 :* dbx_get_SysVar(design = default) *
0.29322 :* dbx_set_SysVar(update_session_rid,1970) *
0.29324 :*GET CACHE SESSION-RECORD SID=1-l9coocfrsg79X2wr) *
0.29327 :* Session Get Var=(cms_roadrunner)
0.29432 :***system_output time ***
0.29448 :***system_output xv ***
0.30191 :***system_output js ***
0.30197 :* dbx_get_SysVar(design = default) *
0.30277 :***system_output filter ***
0.30303 :***system_output url ***
0.30307 :* dbx_get_SysVar(fca = 0) *
0.30310 :* dbx_get_SysVar(language = de) *
0.30312 :* dbx_get_SysVar(design = default) *
0.33686 :***system_output session ***
0.33697 :* dbx_get_SysVar(fca = 0) *
0.33708 :***system_output norep ***
0.33710 :***SYSTEM-OUTPUT***
0.33712 :***CACHE Create=1 RELOAD=0 **
0.33717 :# Settings Return=dbx_cache,s_caching=1 #
0.33721 :* dbx_get_SysVar(popup = 0) *
0.33724 :* dbx_get_SysVar(xedit = 0) *
0.33727 :* dbx_get_SysVar(fca = 0) *
0.33732 :>> SAVE-CACHE CACHEID=1-SYS-36bf6cac81ad7b71f0e30d2f85016a9e Time=2008-11-21 18:56:41
0.33759 :# MySql Query=SELECT * FROM dbx_dbx_cache WHERE (cacheid = '1-SYS-36bf6cac81ad7b71f0e30d2f85016a9e' ) LIMIT 1
0.34262 :# MySql Query=INSERT INTO dbx_dbx_cache VALUES ( '', '2008-11-21 18:56:41', '1-SYS-36bf6cac81ad7b71f0e30d2f85016a9e', 'a:32:{s:7:\"dbx_msg\
0.34377 :* dbx_get_SysVar(update_session_rid = 1970) *
0.34380 :* dbx_get_SysVar(update_session_upd = 1) *
0.34383 :** UPDATE SESSION-RECORD 1-l9coocfrsg79X2wr UPDATE (ID=1970,UPD=1 Where=(id = 1970) **
0.34388 :* dbx_set_SysVar(update_session_rid,1970) *
0.34391 :*GET CACHE SESSION-RECORD SID=1-l9coocfrsg79X2wr) *
0.34488 :# MySql Query=UPDATE dbx_dbx_user_session SET lastaction='2008-11-21 18:56:41', design='default', language='de', settings='a:4:{s:14:\"cms
0.34993 :* dbx_get_SysVar(dbx_edit_activ = 0) *
0.34996 :* Start CMS Replace Edit=0 *
0.48122 :* Ende CMS Replace *
Suche