dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
dbxConstruct.class.php
Go to the documentation of this file.
1<?php
3
4Class dbxConstruct {
5
6
7 public function run() {
8 dbx()->set_system_var('dbx_page' ,'home');
9 dbx()->set_system_var('dbx_design','_construct');
10 return 'System is under Consruction';
11 }
12}
13
14?>
DBX schema administration.