Public Member Functions | |
| checkDBDrivers () | |
| dbInstallError ($errorMsg) | |
| display () | |
| execute () | |
| initData () | |
| installError ($errorMsg) | |
| InstallForm () | |
| readInputData () | |
Public Attributes | |
| $localesComplete | |
| $supportedClientCharsets | |
| $supportedConnectionCharsets | |
| $supportedDatabaseCharsets | |
| $supportedDatabaseDrivers | |
| $supportedLocales | |
Definition at line 25 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 253 of file InstallForm.inc.php.
References display().
Referenced by execute().
| InstallForm.display | ( | ) |
Display the form.
Definition at line 113 of file InstallForm.inc.php.
References checkDBDrivers().
Referenced by dbInstallError(), and installError().
| InstallForm.execute | ( | ) |
Perform installation.
Definition at line 194 of file InstallForm.inc.php.
References dbInstallError(), and installError().
| InstallForm.initData | ( | ) |
Initialize form data.
Definition at line 134 of file InstallForm.inc.php.
References AppLocale.getLocale().
| InstallForm.installError | ( | $ | errorMsg | ) |
Fail with a generic installation error.
| $errorMsg | string |
Definition at line 243 of file InstallForm.inc.php.
References display().
Referenced by execute().
| InstallForm.InstallForm | ( | ) |
Constructor.
Definition at line 48 of file InstallForm.inc.php.
| InstallForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 163 of file InstallForm.inc.php.
1.4.7