Doxiki:JApplicationHelper

From Joomla! Documentation

Jump to: navigation, search

[Edit Descripton] 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.

Contents

Defined in

libraries/joomla/application/helper.php

Methods

Method name Description
getComponentName Return the name of the request component [main component]
getClientInfo Gets information on a specific client id. This method will be useful in future versions when we start mapping applications in the database.
addClientInfo Adds information for a client.
getPath Get a path
parseXMLInstallFile Parse a XML install manifest file.
parseXMLLangMetaFile

Importing

jimport( 'joomla.application.helper' );

[Edit See Also] SeeAlso:JApplicationHelper

Examples

Extension:DynamicPageList (DPL), version 1.8.9 : WARNING: No results.

Personal tools