JInstallerHelper/1.5
From Joomla! Documentation
[Edit Descripton] Description:JInstallerHelper
Defined in
libraries/joomla/installer/helper.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| splitSql | Splits contents of a sql file into array of discreet queries queries need to be delimited with end of statement marker ';'. |
| 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. |
| unpack | Unpacks a file and verifies it as a element package Supports .gz .tar .tar.gz and .zip. |
Importing
jimport( 'joomla.installer.helper' );
See also
[Edit See Also] SeeAlso:JInstallerHelper
Examples
<CodeExamplesForm />