dbxapp
4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
dbxapp.de
Portal
Start
Anwender
Entwickler
KI-Bereiche
Loading...
Searching...
No Matches
dbxSetup.class.php
Go to the documentation of this file.
1
<?php
2
namespace
dbx\dbxSetup
;
3
4
5
class
dbxSetup
{
6
7
public
function
run
($action=
''
) {
8
$uid =
dbx
()->user();
9
$mid =
dbx
()->get_system_var(
'dbx_modul_id'
);
10
$modul =
dbx
()->get_system_var(
'dbx_modul'
);
11
12
$content
=
""
;
13
if
(!$action) $action=
dbx
()->get_modul_var(
'dbx_run1'
);
14
dbx
()->set_system_var(
'dbx_design'
,
'dbxapp'
);
15
dbx
()->set_system_var(
'dbx_page'
,
'install'
);
16
dbx
()->set_system_var(
'dbx_title'
,
'dbxapp installieren'
);
17
dbx
()->set_system_var(
'dbx_has_access'
, 1);
18
19
switch
($action) {
20
21
case
'install'
:
22
$obj=
dbx
()->get_include_obj(
'dbxInstall'
);
23
$content
=$obj->run();
24
break
;
25
case
'update'
:
26
$obj=
dbx
()->get_include_obj(
'dbxUpdate'
);
27
$content
=$obj->run();
28
break
;
29
default
:
30
$content
.=
"<span class='warning action_msg'>Install Modul=($modul) Action=($action) is undef.</span>"
;
31
}
// switch
32
33
return
$content
;
34
}
// run()
35
36
}
// class
37
38
?>
dbx\dbxSetup\dbxSetup
Definition
dbxSetup.class.php:5
dbx\dbxSetup\dbxSetup\run
run($action='')
Definition
dbxSetup.class.php:7
$content
$content
Definition
dbxForm_try_count_test.php:72
dbx\dbxSetup
Definition
dbxSetup.class.php:2
dbx
DBX schema administration.
dbx
modules
dbxSetup
dbxSetup.class.php
Generated by
1.17.0