XOOPS Docs - XOOPS
[ class tree: XOOPS ] [ index: XOOPS ] [ all elements ]

Class: xos_kernel_Xoops2

Source Location: /include/common.php

Class Overview


Extremely reduced kernel class This class should not really be defined in this file, but it wasn't worth including an entire file for those two functions.


Variables

Methods



Class Details

[line 40]
Extremely reduced kernel class This class should not really be defined in this file, but it wasn't worth including an entire file for those two functions.

Few notes:

  • modules should use this class methods to generate physical paths/URIs (the ones which do not conform
will perform badly when true URL rewriting is implemented)




[ Top ]


Class Variables

$paths = array(
      'www' => array(),'modules'=>array(),'themes'=>array(),)

[line 41]


Type:   mixed


[ Top ]



Class Methods


constructor xos_kernel_Xoops2 [line 44]

xos_kernel_Xoops2 xos_kernel_Xoops2( )



[ Top ]

method buildUrl [line 72]

void buildUrl( $url, [ $params = array()])

Build an URL with the specified request params



Parameters:

   $url  
   $params  

[ Top ]

method path [line 52]

void path( $url, [ $virtual = false])

Convert a XOOPS path to a physical one



Parameters:

   $url  
   $virtual  

[ Top ]

method url [line 66]

void url( $url)

Convert a XOOPS path to an URL



Parameters:

   $url  

[ Top ]


XOOPS Docs generated by phpDocumentor