API17:JInstallerHelper
From Joomla! Documentation
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] Description:JInstallerHelper
Defined in
libraries/joomla/installer/helper.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| cleanupInstall | Clean up temporary uploaded package and unpacked extension. |
| detectType | Method to detect the extension type from a package directory. |
| downloadPackage | Downloads a package. |
| getFilenameFromURL | Gets a file name out of a url. |
| splitSql | Splits contents of a sql file into array of discreet queries queries need to be delimited with end of statement marker ';'. |
| unpack | Unpacks a file and verifies it as a Joomla element package Supports .gz .tar .tar.gz and .zip. |
Importing
jimport( 'joomla.installer.helper' );
See also
- JInstallerHelper source code in BitBucket
- Other versions of this class
SeeAlso:JInstallerHelper [Edit See Also]
Examples
<CodeExamplesForm />
