dbXapp
2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Toggle main menu visibility
Loading...
Searching...
No Matches
dbxConstruct.class.php
Go to the documentation of this file.
1
<?php
2
namespace
dbx\dbxConstruct
;
3
4
Class
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\dbxConstruct
Definition
dbxConstruct.class.php:2
dbx
DBX schema administration.
dbx
modules
dbxConstruct
dbxConstruct.class.php
Generated by
1.17.0