dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
dbxShop_admin.class.php
Go to the documentation of this file.
1<?php
3
5
6 private function unavailable(): string {
7 return dbx()->get_system_obj('dbxTPL')->get_tpl('dbx|alert-warning', array(
8 'msg' => 'Die Shop-Administration konnte nicht geladen werden.',
9 ));
10 }
11
12 public function run() {
13 $admin = dbx()->get_include_obj('dbxShopAdmin', 'dbxShop_admin');
14 return is_object($admin) ? $admin->run() : $this->unavailable();
15 }
16}
17?>
DBX schema administration.