|
XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
| installer | |
Variables | |
| $_SESSION ['pageHasHelp'] = true | |
| $_SESSION ['pageHasForm'] = true | |
| $_SESSION ['content'] = $content | |
| $_SESSION ['settings'] = $settings | |
| foreach($driver_params as $param) | $content = ob_get_contents() |
| if(array_key_exists('DB_PARAMETERS', $settings)) | $driver_info = $wizard->configs['db_types'][$settings['DB_DRIVER']] |
| $driver_params =explode(',', $driver_info['params']) | |
| foreach($driver_params as $param) | $error = '' |
| $settings = $_SESSION['settings'] | |
| $settings ['DB_TYPE'] = $driver_info['type'] | |
| $wizard = $_SESSION['wizard'] | |
| if (!empty($error)) | |
| $_SESSION['pageHasHelp'] = true |
Definition at line 151 of file page_dbconnection.php.
| $_SESSION['pageHasForm'] = true |
Definition at line 152 of file page_dbconnection.php.
| $_SESSION['content'] = $content |
Definition at line 153 of file page_dbconnection.php.
| $_SESSION['settings'] = $settings |
Definition at line 154 of file page_dbconnection.php.
| foreach ($driver_params as $param) $content = ob_get_contents() |
Definition at line 148 of file page_dbconnection.php.
| if (array_key_exists('DB_PARAMETERS', $settings)) $driver_info = $wizard->configs['db_types'][$settings['DB_DRIVER']] |
Definition at line 39 of file page_dbconnection.php.
Referenced by getDbConnectionParams().
| $driver_params =explode(',', $driver_info['params']) |
Definition at line 40 of file page_dbconnection.php.
Referenced by getDbConnectionParams().
| foreach ($driver_params as $param) $error = '' |
Definition at line 90 of file page_dbconnection.php.
| $settings = $_SESSION['settings'] |
Definition at line 32 of file page_dbconnection.php.
| $settings['DB_TYPE'] = $driver_info['type'] |
Definition at line 41 of file page_dbconnection.php.
| $wizard = $_SESSION['wizard'] |
Definition at line 30 of file page_dbconnection.php.
| if(!empty($error)) |
Definition at line 102 of file page_dbconnection.php.