JInstallerHelper/1.5
From Joomla! Documentation
JInstallerHelper
Description
Description:JInstallerHelper [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | splitSql | Splits contents of a sql file into array of discreet queries queries need to be delimited with end of statement marker ';'. |
| public | cleanupInstall | Clean up temporary uploaded package and unpacked extension. |
| public | detectType | Method to detect the extension type from a package directory. |
| public | downloadPackage | Downloads a package. |
| public | getFilenameFromURL | Gets a file name out of a url. |
| public | unpack | Unpacks a file and verifies it as a element package Supports .gz .tar .tar.gz and .zip. |
- Defined in libraries/joomla/installer/helper.php
Importing
jimport( 'joomla.installer.helper' );
See also
-
JInstallerHelper on api.joomla.org
-
JInstallerHelper source code on JoomlaCode
-
Subpackage Installer
- Other versions of JInstallerHelper
SeeAlso:JInstallerHelper [Edit See Also]
User contributed notes
<CodeExamplesForm />