dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
dbx.class.php
Go to the documentation of this file.
1<?php
2namespace dbx\dbx;
3
4class 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 schema administration.