XOOPS 2.5.6
Final
|
Public Member Functions | |
baseLocation () | |
checkAccess () | |
CreateForm () | |
initLanguage ($language) | |
loadLangFile ($file) | |
pageURI ($page) | |
redirectToPage ($page, $status=303, $message= 'See other') | |
setPage ($page) | |
xoInit () | |
Public Attributes | |
$configs = array() | |
$currentPage = 'langselect' | |
$language = 'english' | |
$pageIndex = 0 | |
$pages = array() | |
Definition at line 27 of file installwizard.php.
XoopsInstallWizard::baseLocation | ( | ) |
Definition at line 168 of file installwizard.php.
References $_SERVER.
Referenced by pageURI().
XoopsInstallWizard::checkAccess | ( | ) |
Definition at line 92 of file installwizard.php.
References $_SERVER, $GLOBALS, install_acceptUser(), INSTALL_PASSWORD, INSTALL_USER, and redirect_header().
Referenced by xoInit().
XoopsInstallWizard::CreateForm | ( | ) |
Definition at line 209 of file installwizard.php.
XoopsInstallWizard::initLanguage | ( | $language | ) |
Definition at line 138 of file installwizard.php.
References $language, and loadLangFile().
Referenced by xoInit().
XoopsInstallWizard::loadLangFile | ( | $file | ) |
Definition at line 129 of file installwizard.php.
Referenced by initLanguage().
XoopsInstallWizard::pageURI | ( | $page | ) |
Definition at line 176 of file installwizard.php.
References $page, $pageIndex, $pages, and baseLocation().
Referenced by redirectToPage().
XoopsInstallWizard::redirectToPage | ( | $page, | |
$status = 303 , |
|||
$message = 'See other' |
|||
) |
Definition at line 200 of file installwizard.php.
References $_SERVER, $page, and pageURI().
XoopsInstallWizard::setPage | ( | $page | ) |
Definition at line 148 of file installwizard.php.
References $page, $pageIndex, and $pages.
Referenced by xoInit().
XoopsInstallWizard::xoInit | ( | ) |
Definition at line 35 of file installwizard.php.
References $_SERVER, $configs, $pages, checkAccess(), initLanguage(), and setPage().
XoopsInstallWizard::$configs = array() |
Definition at line 33 of file installwizard.php.
Referenced by xoInit().
XoopsInstallWizard::$currentPage = 'langselect' |
Definition at line 31 of file installwizard.php.
XoopsInstallWizard::$language = 'english' |
Definition at line 29 of file installwizard.php.
Referenced by initLanguage().
XoopsInstallWizard::$pageIndex = 0 |
Definition at line 32 of file installwizard.php.
XoopsInstallWizard::$pages = array() |
Definition at line 30 of file installwizard.php.