dbxapp
4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
dbxapp.de
Portal
Start
Anwender
Entwickler
KI-Bereiche
Loading...
Searching...
No Matches
dbxUser_admin.class.php
Go to the documentation of this file.
1
<?php
2
namespace
dbx\dbxUser_admin
;
3
4
Class
dbxUser_admin
{
5
6
7
public
function
run
($action=
''
) {
8
$modul =
dbx
()->get_system_var(
'dbx_modul'
);
9
$action=
dbx
()->get_modul_var(
'dbx_run1'
);
10
$work
=
dbx
()->get_modul_var(
'dbx_run2'
);
11
$content
=
''
;
12
switch
($action) {
13
14
15
case
'user'
:
16
$obj=
dbx
()->get_include_obj(
'dbxUser'
);
17
$content
=$obj->run();
18
break
;
19
20
case
'user_list'
:
21
$obj=
dbx
()->get_include_obj(
'user_list'
);
22
$content
=$obj->run();
23
break
;
24
25
26
default
:
27
$oTPL=
dbx
()->get_system_obj(
'dbxTPL'
);
28
$msg[
'msg'
]=
"Modul=($modul) Action=($action) is undef."
;
29
$content
=$oTPL->get_tpl(
'dbx'
,
'alert-warning'
,$msg);
30
31
}
// action
32
return
$content
;
33
}
34
}
35
36
?>
$content
$content
Definition
dbxForm_try_count_test.php:72
$work
$work
Definition
dbxUpdateService_test.php:152
dbx\dbxUser_admin
Definition
dbxUser_admin.class.php:2
dbx\dbxUser_admin\run
run()
Definition
dbxUser_import.class.php:94
dbx
DBX schema administration.
dbx
modules
dbxUser_admin
dbxUser_admin.class.php
Generated by
1.17.0