JApplicationHelper
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
[Edit Descripton] Template:Description:JApplicationHelper
Defined in[edit]
libraries/joomla/application/helper.php
Subpackage[edit]
Extends[edit]
Extended by[edit]
Methods[edit]
Method name | Description |
---|---|
addClientInfo | Adds information for a client. |
getClientInfo | Gets information on a specific client id. |
getComponentName | Return the name of the request component [main component]. |
getPath | Get a path. |
parseXMLInstallFile | Parse a XML install manifest file. |
parseXMLLangMetaFile | |
_checkPath | Tries to find a file in the administrator or site areas. |
Importing[edit]
jimport( 'joomla.application.helper' );
See also[edit]
Template:SeeAlso:JApplicationHelper [Edit See Also]
Examples[edit]
<CodeExamplesForm />