XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
xos_kernel_Xoops2 Class Reference

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())
 

Detailed Description

Definition at line 24 of file xoopskernel.php.

Member Function Documentation

xos_kernel_Xoops2::buildUrl (   $url,
  $params = array() 
)

Build an URL with the specified request params

Definition at line 71 of file xoopskernel.php.

References $_SERVER, $query, and $url.

xos_kernel_Xoops2::gzipCompression ( )

xos_kernel_Xoops2::gzipCompression()

Returns

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().

Here is the call graph for this function:

xos_kernel_Xoops2::path (   $url,
  $virtual = false 
)

Convert a XOOPS path to a physical one

Definition at line 44 of file xoopskernel.php.

References $path, and $url.

xos_kernel_Xoops2::pathExists (   $path,
  $error_type 
)

xos_kernel_Xoops2::pathExists()

Returns

Definition at line 96 of file xoopskernel.php.

References $GLOBALS, $path, and _XO_ER_FILENOTFOUND.

xos_kernel_Xoops2::pathTranslation ( )

xos_kernel_Xoops2::pathTranslation()

Returns

*#@+ Host abstraction layer

User Mulitbytes

Definition at line 133 of file xoopskernel.php.

References $_SERVER.

xos_kernel_Xoops2::themeSelect ( )

xos_kernel_Xoops2::themeSelect()

Returns

Definition at line 163 of file xoopskernel.php.

References $_POST, $_SESSION, xoops_getConfigOption(), and xoops_setConfigOption().

Here is the call graph for this function:

xos_kernel_Xoops2::url (   $url)

Convert a XOOPS path to an URL

Definition at line 63 of file xoopskernel.php.

References $url.

xos_kernel_Xoops2::xos_kernel_Xoops2 ( )

Actual Xoops OS

Definition at line 31 of file xoopskernel.php.

Member Data Documentation

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.


The documentation for this class was generated from the following file: