Go to the source code of this file.
Definition at line 30 of file wizard.php.
| enum DB_WIZARD_DEBUG |
Definition at line 12 of file wizard.php.
| enum MIN_PHP_VERSION |
Definition at line 23 of file wizard.php.
| enum TEMP_FOLDER |
Definition at line 74 of file wizard.php.
Definition at line 18 of file wizard.php.
| connectDb | ( | $ | ignoreError = false, |
|
| $ | selectDatabase = true | |||
| ) |
Open a connection to the database
Definition at line 94 of file wizard.php.
References $config, $db, PDb.getDriver(), and getValue().
Referenced by UpdateStepTwo.perform(), WizardStepFour.perform(), and WizardStepTwo.perform().
| getDbPrefix | ( | ) |
| $_actionMap["Fix111"] = "UpdateFix111" |
Definition at line 88 of file wizard.php.
| $_actionMap["Update3"] = "UpdateStepThree" |
Definition at line 87 of file wizard.php.
| $_actionMap["Update2"] = "UpdateStepTwo" |
Definition at line 86 of file wizard.php.
| $_actionMap["Update1"] = "UpdateStepOne" |
Definition at line 85 of file wizard.php.
| $_actionMap["Step5"] = "WizardStepFive" |
Definition at line 84 of file wizard.php.
| $_actionMap["Step4"] = "WizardStepFour" |
Definition at line 83 of file wizard.php.
| $_actionMap["Step3"] = "WizardStepThree" |
Definition at line 82 of file wizard.php.
| $_actionMap["Step2"] = "WizardStepTwo" |
Definition at line 81 of file wizard.php.
| $_actionMap["Step1"] = "WizardStepOne" |
Definition at line 80 of file wizard.php.
| $_actionMap["Intro"] = "WizardIntro" |
Definition at line 79 of file wizard.php.
| $_actionMap["Default"] = "WizardChecks" |
Definition at line 78 of file wizard.php.
| $_actionMap["Checks"] = "WizardChecks" |
Definition at line 77 of file wizard.php.
| $controller = new Controller( $_actionMap, "nextStep" ) |
Definition at line 2587 of file wizard.php.