Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

File/joomla/filesystem/path.php

Description
  • filesource: Source code for this file
  • license: GNU/GPL,
  • copyright: Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.
  • version: $Id: path.php 6559 2007-02-10 18:22:43Z friesengeist $
Classes
Class Description
 class JPath A Path handling class
Constants
DS = DIRECTORY_SEPARATOR (line 22)

string Shortcut for the DIRECTORY_SEPARATOR define

JPATH_ISMAC = (strtoupper(substr(PHP_OS,0,3))==='MAC') (line 18)

boolean True if a Mac based host

JPATH_ISWIN = (strtoupper(substr(PHP_OS,0,3))==='WIN') (line 16)

boolean True if a Windows based host

JPATH_ROOT = JPath::clean(JPATH_SITE) (line 27)

string The root directory of the file system in native format


Documentation generated on Mon, 05 Mar 2007 21:13:47 +0000 by phpDocumentor 1.3.1