Chunk

Difference between revisions of "Framework (CMS 1.5 and 1.6)"

From Joomla! Documentation

m (Removed the word "its" in the second paragraph)
m (Removed reference: the link is already in the text itself)
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
<noinclude>{{chunk}}</noinclude>__NOTOC__
[[Image:Joomla_Architecture.jpg|thumb|The Joomla Architecture]]
+
{|
 +
|-
 +
|The Joomla! Framework<ref>See also [[Subpackages]]</ref> was an important part of the [[CMS Architecture in 1.5 and 1.6|Joomla! CMS architecture in the versions 1.5 and 1.6]]. It was based on modern object-oriented design patterns that make the Joomla core highly maintainable and easily extendable. Between April and July 2011, the Framework was rebranded as the Joomla! [[Platform]] and is now being developed separately from the Joomla! [[CMS]]. The first version of the CMS to ship with the Platform was version [[:Category:Joomla! 1.7|1.7]].
  
The Joomla Framework is an important part of the Joomla architecture. It's based on modern object-oriented design patterns that make the Joomla core highly maintainable and easily extendable ([[About the Joomla Framework|Learn more about the Joomla Framework]]).
+
Third party developers benefit from the rich, and easily accessible functionality that the Joomla Framework provides.
 
+
|[[Image:JoomlaArchitecture0.png|thumb|425px|The Joomla Architecture]]
Third party developers benefit from the rich, and easily accessible functionality that the Joomla Framework provides. On this page we'd like to provide you a reference of all classes and respective methods. The links will take you to further information about each class including, where possible, examples of use.
+
|}
 
+
<noinclude><references/></noinclude>
If you would like to help us improve this resource, please read [[API Reference Project]].
 

Revision as of 08:39, 25 August 2012


The Joomla! Framework[1] was an important part of the Joomla! CMS architecture in the versions 1.5 and 1.6. It was based on modern object-oriented design patterns that make the Joomla core highly maintainable and easily extendable. Between April and July 2011, the Framework was rebranded as the Joomla! Platform and is now being developed separately from the Joomla! CMS. The first version of the CMS to ship with the Platform was version 1.7.

Third party developers benefit from the rich, and easily accessible functionality that the Joomla Framework provides.

The Joomla Architecture
  1. See also Subpackages