API17

Difference between revisions of "JInstallerHelper"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎User contributed notes: bad link repair)
Line 60: Line 60:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInstallerHelper]]</noinclude>
+
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JInstallerHelper]]</noinclude>

Revision as of 13:54, 29 August 2012

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.

Joomla 11.1 JInstallerHelper[edit]

Description[edit]

Template:Description:JInstallerHelper [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static cleanupInstall Clean up temporary uploaded package and unpacked extension.
public static detectType Method to detect the extension type from a package directory.
public static downloadPackage Downloads a package.
public static getFilenameFromURL Gets a file name out of a url.
public static splitSql Splitsql.
public static unpack Unpacks a file and verifies it as a Joomla element package Supports .gz .tar .tar.gz and .zip.
  • Defined in libraries/joomla/installer/helper.php

Importing[edit]

jimport( 'joomla.installer.helper' );

See also[edit]

Template:SeeAlso:JInstallerHelper [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />