JApplicationHelper/1.5
From Joomla! Documentation
< JApplicationHelper(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 38: | Line 38: | ||
<source lang="php">jimport( 'joomla.application.helper' );</source> | <source lang="php">jimport( 'joomla.application.helper' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JApplicationHelper''' on [http://api.joomla.org/Joomla-Framework/Application/JApplicationHelper.html api.joomla.org] | + | * {{JVer|1.5}} '''JApplicationHelper''' on [http://api.joomla.org/1.5/Joomla-Framework/Application/JApplicationHelper.html api.joomla.org] |
* {{JVer|1.5}} '''JApplicationHelper source code''' on [[jframework15:application/helper.php|JoomlaCode]] | * {{JVer|1.5}} '''JApplicationHelper source code''' on [[jframework15:application/helper.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Application/1.5|Application]] | * {{JVer|1.5}} Subpackage [[Subpackage Application/1.5|Application]] | ||
Latest revision as of 12:49, 13 February 2013
[edit]
JApplicationHelper
[edit] Description
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. [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _checkPath | Tries to find a file in the administrator or site areas. |
| public | getClientInfo | Gets information on a specific client id. |
| public | getPath | Get a path. |
| public | parseXMLInstallFile | |
| public | parseXMLLangMetaFile |
- Defined in libraries/joomla/application/helper.php
[edit] Importing
jimport( 'joomla.application.helper' );
[edit] See also
-
JApplicationHelper on api.joomla.org
-
JApplicationHelper source code on JoomlaCode
-
Subpackage Application
- Other versions of JApplicationHelper
SeeAlso:JApplicationHelper [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />