Archived

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

From Joomla! Documentation

m (improving article, text, layout and citations)
(Fix red links)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{RightTOC}}
 
{{RightTOC}}
  
==The Joomla! 1.5 Framework<ref>See also [[Platform]]</ref><ref>[[Framework]]</ref>==
+
The [[:Category:Joomla! 1.5|1.5]] and [[:Category:Joomla! 1.6|1.6]] versions of the Joomla! [[CMS]] are based on a three-tiered system that consists of the following:
 
 
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_(CMS_1.5_and_1.6)|Framework]] and its applications:
 
#*[[Module|Modules]]
 
#*[[Module|Modules]]
 
#*[[Component|Components]]
 
#*[[Component|Components]]
 
#*[[Template|Templates]]
 
#*[[Template|Templates]]
# 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 website administration.
+
#*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.
# The bottom, Framework layer, consists of:-
+
# The bottom, Framework layer, consists of:
#*the Joomla! 1.5 [[Framework/1.5|Framework]] itself, whose classes are listed [[Framework/1.5#Packages and Classes|here]].
+
#*the Joomla! [[Framework|Framework]]<ref>See also [[Platform]]</ref><ref>[[Joomla! Framework vs Joomla! Platform]]</ref> itself, whose classes are listed [[Framework/1.5#Packages and Classes|here]].
 
#*[[Library|Libraries]] that are required by the [[Framework]] or are installed for use by third-party developers.
 
#*[[Library|Libraries]] that are required by the [[Framework]] or are installed for use by third-party developers.
 
#*[[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:Archived pages]]

Latest revision as of 02:56, 10 July 2013

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 1.5 and 1.6 versions of the Joomla! CMS are based on a three-tiered system that consists 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]