API17

JInstallerHelper

From Joomla! Documentation

Revision as of 17:58, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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:JInstallerHelper

Defined in[edit]

libraries/joomla/installer/helper.php

Subpackage[edit]

Installer

Extends[edit]

Extended by[edit]

Methods[edit]

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[edit]

jimport( 'joomla.installer.helper' );

See also[edit]

Template:SeeAlso:JInstallerHelper [Edit See Also]

Examples[edit]

<CodeExamplesForm />