Geführte, wiederanlaufbare Erstinstallation von dbxapp. More...
Public Member Functions | |
| __construct () | |
| run () | |
| Rendert und verarbeitet den aktuellen Installationsschritt. | |
| systemChecks () | |
| Liefert die Systemprüfungen auch für CLI-Tests und Statusanzeigen. | |
Geführte, wiederanlaufbare Erstinstallation von dbxapp.
Der Assistent speichert Installationszustand nur in der PHP-Session und installationsspezifische Werte ausschließlich in config.local.php. Strukturen entstehen aus den DDs; ausgelieferte SQL-Dumps werden nicht vorausgesetzt.
Definition at line 20 of file dbxInstall.class.php.
| dbx\dbxSetup\dbxInstall::__construct | ( | ) |
Definition at line 51 of file dbxInstall.class.php.
| dbx\dbxSetup\dbxInstall::run | ( | ) |
Rendert und verarbeitet den aktuellen Installationsschritt.
Definition at line 65 of file dbxInstall.class.php.
| dbx\dbxSetup\dbxInstall::systemChecks | ( | ) |
Liefert die Systemprüfungen auch für CLI-Tests und Statusanzeigen.
Definition at line 113 of file dbxInstall.class.php.
References $_SERVER, $checks, $https, $ok, $required, $value, get_base_dir(), and get_file_dir().