dbxapp
4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
dbxapp.de
Portal
Start
Anwender
Entwickler
KI-Bereiche
Loading...
Searching...
No Matches
dbxUser_view.class.php
Go to the documentation of this file.
1
<?php
2
namespace
dbx\dbxUser_admin;
3
4
dbx
()->use_system_class(
'dbxView'
);
5
6
Class dbxUser_view extends \dbxView {
7
8
public
function
run
() {
9
$uid=
dbx
()->user();
10
$work
=
dbx
()->get_modul_var(
'dbx_run2'
);
11
$rid=(
$work
==
'new_user'
) ? 0 :
dbx
()->get_modul_var(
'rid'
,$uid);
12
$profile
=
dbx
()->get_include_obj(
'dbxUser_profil'
)->run(
'user'
);
13
14
$oTPL=
dbx
()->get_system_obj(
'dbxTPL'
);
15
$content
=$oTPL->get_tpl(
'dbxUser_admin|view-profil'
, array(
16
'rid'
=> $rid,
17
'profile'
=>
$profile
18
));
19
return
$content
;
20
}
21
22
23
}
24
25
?>
dbx
dbx()
Liefert die zentrale dbXapp-API als Singleton.
Definition
dbxApi.php:2805
$content
$content
Definition
dbxForm_try_count_test.php:72
$work
$work
Definition
dbxUpdateService_test.php:152
dbx\dbxUser_admin\run
run()
Definition
dbxUser_import.class.php:94
$profile
$profile
Definition
run.php:6
dbx
modules
dbxUser_admin
include
dbxUser_view.class.php
Generated by
1.17.0