|
XOOPS 2.5.6
Final
|
Public Member Functions | |
| buildUrl ($url, $params=array()) | |
| gzipCompression () | |
| path ($url, $virtual =false) | |
| pathExists ($path, $error_type) | |
| pathTranslation () | |
| themeSelect () | |
| url ($url) | |
| xos_kernel_Xoops2 () | |
Public Attributes | |
| $paths = array('XOOPS' => array(), 'www' => array(), 'var' => array(), 'lib' => array(), 'modules' => array(), 'themes' => array()) | |
Definition at line 24 of file xoopskernel.php.
| xos_kernel_Xoops2::buildUrl | ( | $url, | |
$params = array() |
|||
| ) |
Build an URL with the specified request params
Definition at line 71 of file xoopskernel.php.
| xos_kernel_Xoops2::gzipCompression | ( | ) |
xos_kernel_Xoops2::gzipCompression()
Disable gzip compression if PHP is run under CLI mode and needs refactored to work correctly
Definition at line 111 of file xoopskernel.php.
References $_SERVER, xoops_getConfigOption(), and xoops_setConfigOption().

| xos_kernel_Xoops2::path | ( | $url, | |
$virtual = false |
|||
| ) |
Convert a XOOPS path to a physical one
Definition at line 44 of file xoopskernel.php.
| xos_kernel_Xoops2::pathExists | ( | $path, | |
| $error_type | |||
| ) |
xos_kernel_Xoops2::pathExists()
Definition at line 96 of file xoopskernel.php.
References $GLOBALS, $path, and _XO_ER_FILENOTFOUND.
| xos_kernel_Xoops2::pathTranslation | ( | ) |
xos_kernel_Xoops2::pathTranslation()
*#@+ Host abstraction layer
User Mulitbytes
Definition at line 133 of file xoopskernel.php.
References $_SERVER.
| xos_kernel_Xoops2::themeSelect | ( | ) |
xos_kernel_Xoops2::themeSelect()
Definition at line 163 of file xoopskernel.php.
References $_POST, $_SESSION, xoops_getConfigOption(), and xoops_setConfigOption().

| xos_kernel_Xoops2::url | ( | $url | ) |
| xos_kernel_Xoops2::xos_kernel_Xoops2 | ( | ) |
Actual Xoops OS
Definition at line 31 of file xoopskernel.php.
| xos_kernel_Xoops2::$paths = array('XOOPS' => array(), 'www' => array(), 'var' => array(), 'lib' => array(), 'modules' => array(), 'themes' => array()) |
Definition at line 26 of file xoopskernel.php.