
Public Member Functions | |
| checkDBDrivers () | |
| dbInstallError ($errorMsg) | |
| display () | |
| execute () | |
| initData () | |
| installError ($errorMsg) | |
| InstallForm () | |
| readInputData () | |
Definition at line 29 of file InstallForm.inc.php.
| InstallForm.checkDBDrivers | ( | ) |
Check if database drivers have the required PHP module loaded. The names of drivers that appear to be unavailable are bracketed.
Definition at line 227 of file InstallForm.inc.php.
Referenced by display().
| InstallForm.dbInstallError | ( | $ | errorMsg | ) |
Fail with a database installation error.
| $errorMsg | string |
Definition at line 254 of file InstallForm.inc.php.
References display(), TemplateManager.getManager(), and Locale.translate().
Referenced by execute().
| InstallForm.display | ( | ) |
Display the form.
Reimplemented from Form.
Definition at line 110 of file InstallForm.inc.php.
References checkDBDrivers(), VersionCheck.getCurrentCodeVersion(), TemplateManager.getManager(), String.hasMBString(), and Locale.translate().
Referenced by dbInstallError(), and installError().
| InstallForm.execute | ( | ) |
Perform installation.
Reimplemented from Form.
Definition at line 191 of file InstallForm.inc.php.
References dbInstallError(), Form.getData(), TemplateManager.getManager(), and installError().
| InstallForm.initData | ( | ) |
Initialize form data.
Reimplemented from Form.
Definition at line 130 of file InstallForm.inc.php.
References Locale.getLocale(), Request.getServerHost(), and Core.isWindows().
| InstallForm.installError | ( | $ | errorMsg | ) |
Fail with a generic installation error.
| $errorMsg | string |
Definition at line 243 of file InstallForm.inc.php.
References display(), and TemplateManager.getManager().
Referenced by execute().
| InstallForm.InstallForm | ( | ) |
Constructor.
Definition at line 49 of file InstallForm.inc.php.
References Form.addCheck(), Locale.getAllLocales(), and Locale.translate().
| InstallForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 159 of file InstallForm.inc.php.
References Form.getData(), Form.readUserVars(), and Form.setData().
1.5.6