CMS Architecture in 1.5 and 1.6
From Joomla! Documentation
(Difference between revisions)
m (more fixes and improvements, better image, using File: as Image: call is depreciated) |
m (improving article, text, layout and citations) |
||
| Line 1: | Line 1: | ||
{{RightTOC}} | {{RightTOC}} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ==[[:Category:Joomla! 1.5|Joomla! 1.5]] is a three tiered system | + | ==The Joomla! 1.5 Framework<ref>See also [[Platform]]</ref><ref>[[Framework]]</ref>== |
| + | |||
| + | The [[:Category:Joomla! 1.5|Joomla! 1.5]] and is a three tiered system consisting of the following: | ||
| + | |||
[[File:JoomlaArchitecture0.png|thumb|425px|Joomla! 1.5 Architecture]] | [[File:JoomlaArchitecture0.png|thumb|425px|Joomla! 1.5 Architecture]] | ||
# The top, Extensions layer, consists of [[Extension|Extensions]] to the Joomla [[Framework]] and its applications: | # The top, Extensions layer, consists of [[Extension|Extensions]] to the Joomla [[Framework]] and its applications: | ||
| Line 13: | Line 12: | ||
# The middle, Application layer, consists of applications that extend the Framework [[JApplication]] class. Currently there are four applications included in the Joomla distribution:- | # The middle, Application layer, consists of applications that extend the Framework [[JApplication]] class. Currently there are four applications included in the Joomla distribution:- | ||
#*[[JInstallation]] is responsible for installing Joomla on a web server and is deleted after the installation procedure has been completed. | #*[[JInstallation]] is responsible for installing Joomla on a web server and is deleted after the installation procedure has been completed. | ||
| − | #*[[JAdministrator]] is responsible for the back-end | + | #*[[JAdministrator]] is responsible for the back-end website administration. |
#*[[JSite]] is responsible for the front-end of the website. | #*[[JSite]] is responsible for the front-end of the website. | ||
#*[[XML-RPC]] supports remote administration of the Joomla website. | #*[[XML-RPC]] supports remote administration of the Joomla website. | ||
| Line 22: | Line 21: | ||
==References== | ==References== | ||
| − | <references> | + | <references/> |
[[Category:Tutorials]][[Category:Framework]] | [[Category:Tutorials]][[Category:Framework]] | ||
Revision as of 23:43, 17 August 2012
The Joomla! 1.5 Framework[1][2]
The Joomla! 1.5 and is a three tiered system consisting of the following:
- The top, Extensions layer, consists of Extensions to the Joomla Framework and its applications:
- The middle, Application layer, consists of applications that extend the Framework JApplication class. Currently there are four applications included in the Joomla distribution:-
- JInstallation is responsible for installing Joomla on a web server and is deleted after the installation procedure has been completed.
- JAdministrator is responsible for the back-end website administration.
- JSite is responsible for the front-end of the website.
- XML-RPC supports remote administration of the Joomla website.
- The bottom, Framework layer, consists of:-
