dbxapp
4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
dbxapp.de
Portal
Start
Anwender
Entwickler
KI-Bereiche
Loading...
Searching...
No Matches
dbxHelp.class.php
Go to the documentation of this file.
1
<?php
2
namespace
dbx\dbxHelp
;
3
4
5
class
dbxHelp
{
6
7
8
public
function
run
() {
9
10
$modul =
dbx
()->get_system_var(
'dbx_modul'
);
11
12
$content
=
""
;
13
$action =
dbx
()->get_modul_var(
'dbx_run1'
,
'dbx'
);
14
$work
=
dbx
()->get_modul_var(
'dbx_run2'
,
'show'
);
15
16
switch
(
$work
) {
17
case
'show'
:
18
dbx
()->set_system_var(
'dbx_page'
,
'_window'
);
19
$obj=
dbx
()->get_include_obj(
'dbxHelp_content'
);
20
$content
=$obj->run();
21
break
;
22
23
default
:
24
$content
.=
"<div class='warning action_msg'>Modul=($modul) Action=($action) Work ($work) is undef.</div>"
;
25
}
// switch
26
return
$content
;
27
}
// run()
28
29
}
// class
dbx\dbxHelp\dbxHelp
Definition
dbxHelp.class.php:5
dbx\dbxHelp\dbxHelp\run
run()
Definition
dbxHelp.class.php:8
$content
$content
Definition
dbxForm_try_count_test.php:72
$work
$work
Definition
dbxUpdateService_test.php:152
dbx\dbxHelp
Definition
dbxHelp.class.php:2
dbx
DBX schema administration.
dbx
modules
dbxHelp
dbxHelp.class.php
Generated by
1.17.0