dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
dbxSelfTest.class.php
Go to the documentation of this file.
1<?php
3
6{
7 public function run()
8 {
9 $controller = dbx()->get_include_obj('dbxSelfTestController', 'dbxSelfTest');
10 return is_object($controller) ? $controller->run() : '';
11 }
12}
Administrativer Einstieg fuer vollstaendige und einzelne Systemtests.
DBX schema administration.