\JoomlaInstallerScript
Script file of Joomla CMS
Synopsis
class JoomlaInstallerScript
{
- // methods
- public void update()
- protected void updateDatabase()
- protected void updateManifestCaches()
- public void deleteUnexistingFiles()
- protected void clearRadCache()
- public void updateAssets()
Tasks
Tasks
Line | Task |
---|---|
1019 | There is an issue while deleting folders using the ftp mode |
Methods
protected
- clearRadCache() — Clears the RAD layer's table cache. The cache vastly improves performance but needs to be cleared every time you update the database schema.
- updateDatabase() — Medtho to update Database
- updateManifestCaches() — Update the manifest caches
public
- deleteUnexistingFiles() — Delete files that should not exist
- update() — Method to update Joomla!
- updateAssets() — Method to create assets for newly installed components