dbXapp
2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Toggle main menu visibility
Loading...
Searching...
No Matches
dbx.class.php
Go to the documentation of this file.
1
<?php
2
namespace
dbx\dbx
;
3
4
class
dbx
{
5
6
public
function
run
() {
7
$uid =
dbx
()->user();
8
$mid =
dbx
()->get_system_var(
'dbx_modul_id'
);
9
$modul =
dbx
()->get_system_var(
'dbx_modul'
);
10
11
$run1=
dbx
()->get_modul_var(
'dbx_run1'
,
''
,
'parameter'
);
12
$run2=
dbx
()->get_modul_var(
'dbx_run2'
,
''
,
'parameter'
);
13
14
$oTPL=
dbx
()->get_system_obj(
'dbxTPL'
);
15
$msg[
'msg'
]=
"Modul=($modul) ist ein dbx Service Modul ohne direkten Aufruf."
;
16
$content=$oTPL->get_tpl(
'dbx|alert-warning'
,$msg);
17
18
19
return
$content;
20
}
21
22
23
}
// class
24
25
?>
dbx\dbx\dbx\run
run()
Definition
dbx.class.php:6
dbx\dbx
Definition
dbx.class.php:2
dbx
DBX schema administration.
dbx
modules
dbx
dbx.class.php
Generated by
1.17.0