Chunk

Platform: Difference between revisions

From Joomla! Documentation

Tom Hutchison (talk | contribs)
m fixing caption
Mvangeest (talk | contribs)
m Cleaned up
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{chunk}}</noinclude>
<noinclude>{{chunk}}</noinclude>__NOTOC__
__NOTOC__
<blockquote style="width:auto; border:1px solid grey; background-color:cornsilk; padding:5px; font-style:italic;">The Joomla Platform is a platform for writing Web and command line applications in PHP. It is free and open source software, distributed under the GNU General Public License version 2 or later. The Joomla Content Management System (CMS) is built on top of the Joomla Platform.<ref>https://github.com/joomla/joomla-platform</ref></blockquote>
{|
|-
|The release of the Joomla Platform on 5 July 2011<ref>http://developer.joomla.org/news/362-version-11-1-of-the-joomla-platform-released.html</ref> marked an important change in the Joomla! CMS architecture. From the very beginning, Joomla! and the Framework which the Joomla! CMS was built on were one and the same. The main difference is the separation of the Joomla! [[Framework]] from the Joomla! CMS Application. The Joomla! Platform is now completely independent of the Joomla! CMS Application. The biggest difference is the Joomla! Platform can be used to build other CMS Applications and not just the Joomla! CMS Application.


The Joomla! Platform has a release schedule of every 3 months. The version number is determined by the the year of release. For example, 11.1 was released in 2011 and 12.1 was released in 2012.<ref>need reference</ref>
[[File:Architecture Joomla Platform.png|frame|400px|The Joomla! Platform]]


Third party developers benefit from the rich, and easily accessible functionality that the Joomla Platform provides. On this page we'd like to provide you a way to reference of all classes and respective methods of the Joomla! Platform. Use the links below to navigate to further information about Platform versions or the version classes which include, where possible, examples of use.
As of 24 April 2013, the Platform project has been retired. The Platform has been merged back into the [[CMS]], and the [[Framework]] has taken its place as the standalone application framework for Joomla! applications.<ref>[https://github.com/joomla/joomla-platform/blob/84014ad35b0d6294a43fcd2745aecb130849ed9e/CONTRIBUTING.markdown CONTRIBUTING.markdown]</ref><ref>https://groups.google.com/d/msg/joomla-dev-platform/zzNrsCUKCts/hsBntnONm9MJ</ref>


If you would like to help us improve this resource, please read about the [[API Reference Project]].
The release of the Joomla Platform on 5 July 2011<ref>http://developer.joomla.org/code/cms/history/2010/12/02.html</ref> marked an important change in the Joomla! CMS architecture. The Joomla! CMS was initially a monolithic application. One of the aims of the Joomla! project was to separate the codebase into the CMS and an underlying library, which could then be reused for other projects. In version 1.5 and 1.6, that separation was prepared by creating a division between the [[Framework (CMS 1.5 and 1.6)]] ''(which is unrelated to the new [[Framework]] project)'' and the Joomla! [[CMS]] Application. The Joomla! Platform project continued this effort by separating that framework into an independent project (both in terms of code and organization). The Joomla! Platform is an independent set of libraries which do not depend on the Joomla! CMS Application. These libraries are made up of libraries maintained by the Joomla! Project and libraries maintained by other 3rd party developers. The Platform could be used for web and command-line applications entirely independent of and unrelated to the CMS.
|[[File:Architecture Joomla Platform.png|thumb|425px|The Joomla! Platform]]
 
|}
The home of the Joomla! Platform was [https://github.com/joomla/joomla-platform the ''joomla/joomla-platform'' GitHub repository] that contains the source and documentation. The Platform stopped accepting contributions on or before 24 April 2013.
<noinclude><references/></noinclude>
<noinclude><references/></noinclude>

Latest revision as of 23:37, 14 June 2013


The Joomla Platform is a platform for writing Web and command line applications in PHP. It is free and open source software, distributed under the GNU General Public License version 2 or later. The Joomla Content Management System (CMS) is built on top of the Joomla Platform.[1]

The Joomla! Platform

As of 24 April 2013, the Platform project has been retired. The Platform has been merged back into the CMS, and the Framework has taken its place as the standalone application framework for Joomla! applications.[2][3]

The release of the Joomla Platform on 5 July 2011[4] marked an important change in the Joomla! CMS architecture. The Joomla! CMS was initially a monolithic application. One of the aims of the Joomla! project was to separate the codebase into the CMS and an underlying library, which could then be reused for other projects. In version 1.5 and 1.6, that separation was prepared by creating a division between the Framework (CMS 1.5 and 1.6) (which is unrelated to the new Framework project) and the Joomla! CMS Application. The Joomla! Platform project continued this effort by separating that framework into an independent project (both in terms of code and organization). The Joomla! Platform is an independent set of libraries which do not depend on the Joomla! CMS Application. These libraries are made up of libraries maintained by the Joomla! Project and libraries maintained by other 3rd party developers. The Platform could be used for web and command-line applications entirely independent of and unrelated to the CMS.

The home of the Joomla! Platform was the joomla/joomla-platform GitHub repository that contains the source and documentation. The Platform stopped accepting contributions on or before 24 April 2013.