JApplicationHelper: Difference between revisions
From Joomla! Documentation
m →Importing: clean up |
m preparing for archive only |
||
| Line 26: | Line 26: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JApplicationHelper | category=JApplicationHelper | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 00:17, 25 March 2017
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