API15:JApplicationHelper
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JApplicationHelper}}
=...) |
|||
| (One intermediate revision by one user not shown) | |||
| Line 11: | Line 11: | ||
!Method name | !Method name | ||
!Description | !Description | ||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[API15:JApplicationHelper/getClientInfo|getClientInfo]] | |[[API15:JApplicationHelper/getClientInfo|getClientInfo]] | ||
|Gets information on a specific client id. This method will be useful in future versions when we start mapping applications in the database. | |Gets information on a specific client id. This method will be useful in future versions when we start mapping applications in the database. | ||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[API15:JApplicationHelper/getPath|getPath]] | |[[API15:JApplicationHelper/getPath|getPath]] | ||
| Line 25: | Line 19: | ||
|- | |- | ||
|[[API15:JApplicationHelper/parseXMLInstallFile|parseXMLInstallFile]] | |[[API15:JApplicationHelper/parseXMLInstallFile|parseXMLInstallFile]] | ||
| − | | | + | | |
|- | |- | ||
|[[API15:JApplicationHelper/parseXMLLangMetaFile|parseXMLLangMetaFile]] | |[[API15:JApplicationHelper/parseXMLLangMetaFile|parseXMLLangMetaFile]] | ||
| | | | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.application.helper' );</source> | <source lang="php">jimport( 'joomla.application.helper' );</source> | ||
Latest revision as of 12:26, 25 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[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 |
[edit] Defined in
libraries/joomla/application/helper.php
[edit] 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 |
[edit] Importing
jimport( 'joomla.application.helper' );
[Edit See Also] SeeAlso:JApplicationHelper
[edit] Examples
<CodeExamplesForm />
