API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JInstallerHelper::cleanupInstall | ( | $ | package, |
$ | resultdir | ||
) | [static] |
Clean up temporary uploaded package and unpacked extension
string | $package | Path to the uploaded package file |
string | $resultdir | Path to the unpacked extension |
Références $config, JPath::clean(), JFile::delete(), JFolder::delete(), elseif, et JFactory::getConfig().
Référencé par InstallerModelInstall::install().
JInstallerHelper::detectType | ( | $ | p_dir | ) | [static] |
Method to detect the extension type from a package directory
string | $p_dir | Path to package directory |
Références $file, $type, JText::_(), JFolder::files(), JFactory::getXMLParser(), et JError::raiseWarning().
Référencé par InstallerModelInstall::_getPackageFromFolder(), et unpack().
JInstallerHelper::downloadPackage | ( | $ | url, |
$ | target = false |
||
) | [static] |
Downloads a package
string | URL of file to download |
string | Download target filename [optional] |
Références $config, $error, $target, $url, JText::_(), JFactory::getConfig(), JError::raiseWarning(), et JFile::write().
Référencé par InstallerModelInstall::_getPackageFromUrl().
JInstallerHelper::getFilenameFromURL | ( | $ | url | ) | [static] |
JInstallerHelper::splitSql | ( | $ | sql | ) |
Splits contents of a sql file into array of discreet queries queries need to be delimited with end of statement marker ';'
string |
Références $db, et JFactory::getDBO().
Référencé par JInstaller::parseSQLFiles().
JInstallerHelper::unpack | ( | $ | p_filename | ) | [static] |
Unpacks a file and verifies it as a Joomla element package Supports .gz .tar .tar.gz and .zip
string | $p_filename | The uploaded package filename or install directory |
Références JPath::clean(), detectType(), JFolder::exists(), JArchive::extract(), JFolder::files(), et JFolder::folders().
Référencé par InstallerModelInstall::_getPackageFromUpload(), et InstallerModelInstall::_getPackageFromUrl().