Enumerations | |
| enum | wc_inc_path |
Variables | |
| $file_path = __FILE__ | |
| $path = dirname(__FILE__).'/' | |
| $ini = new ini(wc_inc_path.'/conf/config.ini') | |
| global configuration variable | |
| $mode = '' | |
| current mode of wiki, it controls the behaviour or the active plugin | |
| $title = '' | |
| the title of the page we're looking at | |
| $user_lang = wc_default_lang | |
| lang of user for the content, can be overriden by the lang specified in the url | |
| $cacheLite = new WiclearCache($user_id, $mode, $title, $user_lang) | |
| the cache | |
| $browser_title_page = handleBrowserTitlePage() | |
| $data = ob_get_contents() | |
| global | $node |
| global | $mainPage |
| $accept_xml | |
| $accept_xml |
Initial value:
isset($_SERVER['HTTP_ACCEPT']) &&
strpos($_SERVER['HTTP_ACCEPT'],'application/xhtml+xml') !== false
| $cacheLite = new WiclearCache($user_id, $mode, $title, $user_lang) |
the cache
| $mode = '' |
current mode of wiki, it controls the behaviour or the active plugin
| $title = '' |
the title of the page we're looking at
| $user_lang = wc_default_lang |
lang of user for the content, can be overriden by the lang specified in the url
1.4.7