Difference between revisions of "Platform"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (→‎API Reference: update to link to API pages)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Description:Platform}}
+
{{Chunk:Platform}}
 +
== API Reference ==
 +
 
 +
On this page we'd like to provide you a way to reference of all classes and respective methods. Use the links below to navigate to further information about framework versions or the version classes which include, where possible, examples of use.
 +
 
 +
The Platform project maintains its own documentation that may be more up-to-date than the documentation found on this Wiki:
 +
 
 +
* [http://joomla.github.com/joomla-platform/ The Joomla! Platform Manual]
 +
* [http://api.joomla.org/ An automatically genenerated '''API reference''']
 +
* [http://developer.joomla.org/manual/ A DocBook '''developer manual''' inside the source tree]
 +
 
 +
{{Navbox
 +
|state=off
 +
|navbar=off
 +
|title=API documentation is available in the following '''Joomla! Platform Versions'''
 +
|titlestyle=font-weight:normal; padding:5px;
 +
|image=[[File:Joomla vert logo.png|120px]]
 +
|group1= Select a framework version
 +
|group2= See also
 +
|group1style=font-size:1.1em; width:18%;
 +
|list2=
 +
* [[API15:Framework|Framework]] {{JVer|1.5}}
 +
* [[API16:Framework|Framework]] {{JVer|1.6}}
 +
|list1=
 +
* [[API17:Platform|Platform]] {{JVer|11.1}}
 +
|list1style=padding-left:10px; font-size:1.2em;
 +
|list2style=padding-left:10px; font-size:1.2em;
 +
}}
  
API documentation is available for the following Joomla Platform versions:-
 
<splist showpath=notparent kidsonly=yes />
 
 
===See Also===
 
===See Also===
* [[Framework]]
+
*[[Framework]]
* [[Subpackages]]
+
*[[Subpackages]]
 +
*[[Joomla! Framework vs Joomla! Platform]]
 +
===References===
 +
<references/>
 
<noinclude>[[Category:Platform]][[Category:Subpackages]]</noinclude>
 
<noinclude>[[Category:Platform]][[Category:Subpackages]]</noinclude>

Latest revision as of 22:11, 12 May 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.

API Reference[edit]

On this page we'd like to provide you a way to reference of all classes and respective methods. Use the links below to navigate to further information about framework versions or the version classes which include, where possible, examples of use.

The Platform project maintains its own documentation that may be more up-to-date than the documentation found on this Wiki:

See Also[edit]

References[edit]