Extension Installer
From Joomla! Documentation
(Difference between revisions)
| (2 intermediate revisions by one user not shown) | |||
| Line 4: | Line 4: | ||
* [[Extension Installer/Writing a new installer adapter|Writing a new installer adapter]] | * [[Extension Installer/Writing a new installer adapter|Writing a new installer adapter]] | ||
* [[Extension Installer/Triggers|Installer triggers for plugins]] | * [[Extension Installer/Triggers|Installer triggers for plugins]] | ||
| + | * [[Extension Installer/Installer Hooks|Installer Hooks]] | ||
There is also documentation on the capabilities of the shipped [[Extension Installer/Adapters|Joomla! installer adapters]]. | There is also documentation on the capabilities of the shipped [[Extension Installer/Adapters|Joomla! installer adapters]]. | ||
| + | |||
| + | [[Category:Tutorials]][[Category:Template Development]] | ||
| + | [[Category:Module Development]] | ||
| + | [[Category:Plugin Development]] | ||
| + | [[Category:Language Development]] | ||
| + | [[Category:Component Development]] | ||
Latest revision as of 07:57, 19 September 2010
The Joomla! Installer is designed to allow users to install extensions into their website. Joomla! 1.5 natively allows the installation of modules, components, plugins, templates and languages. Joomla! 1.6 aims to expand this by enabling packages and libraries to be installed.
There is also documentation on the capabilities of the shipped Joomla! installer adapters.