Archived

Difference between revisions of "CMS Architecture in 1.5 and 1.6"

From Joomla! Documentation

m (improving article, text, layout and citations)
m (more editing and improving)
Line 1: Line 1:
 
{{RightTOC}}
 
{{RightTOC}}
  
==The Joomla! 1.5 Framework<ref>See also [[Platform]]</ref><ref>[[Framework]]</ref>==
+
==The Joomla! Framework<ref>See also [[Platform]]</ref><ref>See also [[Framework]]</ref><ref>[[Joomla! Framework vs Joomla! Platform]]</ref>==
  
The [[:Category:Joomla! 1.5|Joomla! 1.5]] and is a three tiered system consisting of the following:
+
The [[:Category:Joomla! 1.5|Joomla! 1.5]] and [[:Category:Joomla! 1.6|Joomla! 1.6]] 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]]
Line 20: Line 20:
 
#*[[Plugin|Plugins]] extend the functionality available in the [[Framework]].
 
#*[[Plugin|Plugins]] extend the functionality available in the [[Framework]].
  
==References==
+
== Further Reading ==
 
<references/>
 
<references/>
  
 
[[Category:Tutorials]][[Category:Framework]]
 
[[Category:Tutorials]][[Category:Framework]]

Revision as of 00:16, 18 August 2012

This page has been archived. This page contains information for an unsupported Joomla! version or is no longer relevant. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

The Joomla! Framework[1][2][3][edit]

The Joomla! 1.5 and Joomla! 1.6 is a three tiered system consisting of the following:

Joomla! 1.5 Architecture
  1. The top, Extensions layer, consists of Extensions to the Joomla Framework and its applications:
  2. 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.
  3. The bottom, Framework layer, consists of:-

Further Reading[edit]