API15

API15:JApplicationHelper

From Joomla! Documentation

JApplicationHelper is a class which provides helper functions for using JApplication. JApplicationHelper has functions to help you get client information, paths, and parse XML files into associative arrays.

Defined in

libraries/joomla/application/helper.php

Methods

Method name Description
getClientInfo Gets information on a specific client id. This method will be useful in future versions when we start mapping applications in the database.
getPath Get a path
parseXMLInstallFile
parseXMLLangMetaFile

Importing

jimport( 'joomla.application.helper' );



Examples

Code Examples