| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: helper.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 337 lines (9 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JApplicationHelper:: (5 methods):
getClientInfo()
getPath()
parseXMLInstallFile()
parseXMLLangMetaFile()
_checkPath()
Class: JApplicationHelper - X-Ref
Application helper functions| getClientInfo($id = null, $byName = false) X-Ref |
| Gets information on a specific client id. This method will be useful in future versions when we start mapping applications in the database. param: int $id A client identifier param: boolean $byName If True, find the client by it's name return: mixed Object describing the client or false if not known |
| getPath( $varname, $user_option=null ) X-Ref |
| Get a path param: string $varname param: string $user_option return: string The requested path |
| parseXMLInstallFile($path) X-Ref |
| No description |
| parseXMLLangMetaFile($path) X-Ref |
| No description |
| _checkPath( $path, $checkAdmin=1 ) X-Ref |
| Tries to find a file in the administrator or site areas param: string $parth A file name param: integer $checkAdmin 0 to check site only, 1 to check site and admin, -1 to check admin only |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |