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

From Joomla! Documentation

m (Added note about JParameter being deprecated in Joomla 1.6.)
m (→‎See Also: adding link to Framework vs Platform)
(15 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{RightTOC}}
+
{{Chunk:Framework quote}}
<blockquote>
+
{{Chunk:Framework}}
''A '''software framework''' is a reusable design for a software system (or subsystem). This is expressed as a set of [[:Wikipedia:abstract class|abstract class]]es and the way their instances collaborate for a specific type of software. Software frameworks can be [[:Wikipedia:Object-oriented programming|object-oriented designs]]. Although designs don't have to be implemented in an object-oriented language, they usually are. A software framework may include support programs, code [[:Wikipedia:Libraries|libraries]]<ref>[[PHP libraries]] bundled with Joomla!</ref>, a [[:Wikipedia:JavaScript|scripting language]]<ref>[[JavaScript libraries]] bundled with Joomla!</ref>, or other software to help develop and ''glue together'' the different components of a software project. Various parts of the framework may be exposed through an application programming interface ([[:Wikipedia:Application programming interface|API]]).''
+
== API Reference ==
:''From [[:Wikipedia:Framework|Wikipedia]]''
 
</blockquote>
 
  
[[Image:JoomlaArchitecture0.png]]
+
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.
  
[[:Category:Joomla! 1.5|Joomla! 1.5]] is a three tiered system:-
+
If you would like to help us improve this resource, please read about the [[API Reference Project]].
* The top, Extensions layer, consists of [[Extension|Extensions]] to the Joomla [[Framework]] and its applications:
 
** [[Module|Modules]]
 
** [[Component|Components]]
 
** [[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:-
 
** [[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 Administrator.
 
** [[JSite]] is responsible for the front-end of the website.
 
** [[XML-RPC]] supports remote administration of the Joomla website.
 
* The bottom, Framework layer, consists of:-
 
** the Joomla [[Framework]] itself, whose classes are listed below.
 
** [[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]].
 
  
== Packages and Classes ==
+
{{splist|API documentation is available in the following Joomla! '''Framework''' Versions|versions}}
The classes in the {{jf}} are loosely grouped into several different packages, listed below.  The links will take you to further information about each class including, where possible, examples of use.  You can also browse the Joomla Framework and included libraries on [http://api.joomla.org api.joomla.org] which is automatically generated by the phpDocumentor package from an analysis of the Joomla! source code, making use of specially formatted comments embedded in the source code itself.  These two resources, one manually maintained, the other automatic, are intended to complement one another.
+
=== See Also ===
 
+
<references/>
If you would like to help us improve this resource, please read [[API Reference Project]].
+
=== Further Reading ===
 
+
*[[Joomla! Framework vs Joomla! Platform]]
For an alphabetical list of class names click on the "Class" column heading.
+
<noinclude>[[Category:Framework]][[Category:Subpackages]]</noinclude>
 
 
{|class="wikitable sortable"
 
|-
 
!Subpackage
 
!Class
 
!class="unsortable" | Comments
 
|-
 
|
 
|[[JFactory]]
 
|
 
|-
 
|
 
|[[JRoute]]
 
|
 
|-
 
|
 
|[[JText]]
 
|
 
|-
 
|
 
|[[JVersion]]
 
|
 
|-
 
|Access
 
|[[JAccess]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Access
 
|[[JAccessHelper]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Access
 
|[[JAccessLevel]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Access
 
|[[JHtmlAccess]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Access
 
|[[JRule]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Access
 
|[[JRules]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Access
 
|[[JSimpleRule]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Application
 
|[[JApplication]]
 
|
 
|-
 
|Application
 
|[[JApplicationHelper]]
 
|
 
|-
 
|Application
 
|[[JCategoryTree]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Application
 
|[[JCategoryNode]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Application
 
|[[JComponentHelper]]
 
|
 
|-
 
|Application
 
|[[JController]]
 
|
 
|-
 
|Application
 
|[[JMenu]]
 
|
 
|-
 
|Application
 
|[[JModel]]
 
|
 
|-
 
|Application
 
|[[JModelItem]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Application
 
|[[JModelList]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Application
 
|[[JModuleHelper]]
 
|
 
|-
 
|Application
 
|[[JPathway]]
 
|
 
|-
 
|Application
 
|[[JRouter]]
 
|
 
|-
 
|Application
 
|[[JView]]
 
|
 
|-
 
|Backup
 
|[[JBackup]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Backup
 
|[[JBackupFilesystem]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Backup
 
|[[JBackupSql]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Backup
 
|[[JBackupTable]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Base
 
|[[JAdapter]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Base
 
|[[JAdapterInstance]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Base
 
|[[JClass]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Base
 
|[[JObject]]
 
|
 
|-
 
|Base
 
|[[JObservable]]
 
|
 
|-
 
|Base
 
|[[JObserver]]
 
|
 
|-
 
|Base
 
|[[JTree]]
 
|
 
|-
 
|Base
 
|[[JNode]]
 
|
 
|-
 
|Cache
 
|[[JCache]]
 
|
 
|-
 
|Cache
 
|[[JCacheCallback]]
 
|
 
|-
 
|Cache
 
|[[JCacheOutput]]
 
|
 
|-
 
|Cache
 
|[[JCachePage]]
 
|
 
|-
 
|Cache
 
|[[JCacheStorage]]
 
|
 
|-
 
|Cache
 
|[[JCacheStorageApc]]
 
|
 
|-
 
|Cache
 
|[[JCacheStorageEaccelerator]]
 
|
 
|-
 
|Cache
 
|[[JCacheStorageFile]]
 
|
 
|-
 
|Cache
 
|[[JCacheStorageMemcache]]
 
|
 
|-
 
|Cache
 
|[[JCacheStorageXCache]]
 
|
 
|-
 
|Cache
 
|[[JCacheView]]
 
|
 
|-
 
|Client
 
|[[JClientHelper]]
 
|
 
|-
 
|Client
 
|[[JFTP]]
 
|
 
|-
 
|Client
 
|[[JLDAP]]
 
|
 
|-
 
|Database
 
|[[JDatabase]]
 
|
 
|-
 
|Database
 
|[[JDatabaseMySQL]]
 
|
 
|-
 
|Database
 
|[[JDatabaseMySQLi]]
 
|
 
|-
 
|Database
 
|[[JDataLoad]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Database
 
|[[JDataLoaderSQL]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Database
 
|[[JQuery]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Database
 
|[[JQueryElement]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Database
 
|[[JRecordSet]]
 
|
 
|-
 
|Database
 
|[[JTable]]
 
|
 
|-
 
|Database
 
|[[JTableARO]]
 
|
 
|-
 
|Database
 
|[[JTableAROGroup]]
 
|
 
|-
 
|Database
 
|[[JTableAsset]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Database
 
|[[JTableBackup]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Database
 
|[[JTableBackupEntry]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Database
 
|[[JTableCategory]]
 
|
 
|-
 
|Database
 
|[[JTableComponent]]
 
|
 
|-
 
|Database
 
|[[JTableContent]]
 
|
 
|-
 
|Database
 
|[[JTableExtension]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Database
 
|[[JTableMenu]]
 
|
 
|-
 
|Database
 
|[[JTableMenuTypes]]
 
|
 
|-
 
|Database
 
|[[JTableModule]]
 
|
 
|-
 
|Database
 
|[[JTableNested]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Database
 
|[[JTablePlugin]]
 
|
 
|-
 
|Database
 
|[[JTableSection]]
 
|
 
|-
 
|Database
 
|[[JTableSession]]
 
|
 
|-
 
|Database
 
|[[JTableTree]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Database
 
|[[JTableUpdate]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Database
 
|[[JTableUser]]
 
|
 
|-
 
|Database
 
|[[JTableUsergroup]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Document
 
|[[JDocument]]
 
|
 
|-
 
|Document
 
|[[JDocumentError]]
 
|
 
|-
 
|Document
 
|[[JDocumentFeed]]
 
|
 
|-
 
|Document
 
|[[JDocumentHTML]]
 
|
 
|-
 
|Document
 
|[[JDocumentJSON]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Document
 
|[[JDocumentPDF]]
 
|
 
|-
 
|Document
 
|[[JDocumentRaw]]
 
|
 
|-
 
|Document
 
|[[JDocumentRenderer]]
 
|
 
|-
 
|Document
 
|[[JDocumentRendererAtom]]
 
|
 
|-
 
|Document
 
|[[JDocumentRendererComponent]]
 
|
 
|-
 
|Document
 
|[[JDocumentRendererHead]]
 
|
 
|-
 
|Document
 
|[[JDocumentRendererInstallation]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Document
 
|[[JDocumentRendererMessage]]
 
|
 
|-
 
|Document
 
|[[JDocumentRendererModule]]
 
|
 
|-
 
|Document
 
|[[JDocumentRendererModules]]
 
|
 
|-
 
|Document
 
|[[JDocumentRendererRSS]]
 
|
 
|-
 
|Document
 
|[[JDocumentVCARD]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Document
 
|[[JDocumentXML]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Document
 
|[[JFeedEnclosure]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Document
 
|[[JFeedImage]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Document
 
|[[JFeedItem]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Environment
 
|[[JBrowser]]
 
|
 
|-
 
|Environment
 
|[[JRequest]]
 
|
 
|-
 
|Environment
 
|[[JResponse]]
 
|
 
|-
 
|Environment
 
|[[JURI]]
 
|
 
|-
 
|Error
 
|[[JError]]
 
|
 
|-
 
|Error
 
|[[JException]]
 
|
 
|-
 
|Error
 
|[[JLog]]
 
|
 
|-
 
|Error
 
|[[JProfiler]]
 
|
 
|-
 
|Event
 
|[[JDispatcher]]
 
|
 
|-
 
|Event
 
|[[JEvent]]
 
|
 
|-
 
|Filesystem
 
|[[JArchive]]
 
|
 
|-
 
|Filesystem
 
|[[JArchiveBzip2]]
 
|
 
|-
 
|Filesystem
 
|[[JArchiveGzip]]
 
|
 
|-
 
|Filesystem
 
|[[JArchiveTar]]
 
|
 
|-
 
|Filesystem
 
|[[JArchiveZip]]
 
|
 
|-
 
|Filesystem
 
|[[JFile]]
 
|
 
|-
 
|Filesystem
 
|[[JFilesystem]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Filesystem
 
|[[JFilesystemFTP]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Filesystem
 
|[[JFilesystemHelper]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Filesystem
 
|[[JFilesystemSSH]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Filesystem
 
|[[JFilesystemPHP]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Filesystem
 
|[[JFolder]]
 
|
 
|-
 
|Filesystem
 
|[[JPath]]
 
|
 
|-
 
|Filesystem
 
|[[JStream]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Filesystem
 
|[[JStreamString]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Filesystem
 
|[[JStringController]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Filter
 
|[[JFilterInput]]
 
|
 
|-
 
|Filter
 
|[[JFilterOutput]]
 
|
 
|-
 
|Form
 
|[[JForm]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormField]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldAccessLevels]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldAccessSections]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldCalendar]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldCategories]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldCheckbox]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldCombo]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldEditor]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldEditors]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldFile]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldHelpsites]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldHidden]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldIntegers]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldLanguages]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldList]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldMedia]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldPassword]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldRadio]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldRules]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldSpacer]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldText]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldTextarea]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldTimezones]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormFieldUserGroups]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormRule]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormRuleBoolean]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormRuleEquals]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormRuleEmail]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormRuleRules]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormRuleUsername]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Form
 
|[[JFormValidator]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|HTML
 
|[[JButton]]
 
|
 
|-
 
|HTML
 
|[[JButtonConfirm]]
 
|
 
|-
 
|HTML
 
|[[JButtonCustom]]
 
|
 
|-
 
|HTML
 
|[[JButtonHelp]]
 
|
 
|-
 
|HTML
 
|[[JButtonLink]]
 
|
 
|-
 
|HTML
 
|[[JButtonPopup]]
 
|
 
|-
 
|HTML
 
|[[JButtonSeparator]]
 
|
 
|-
 
|HTML
 
|[[JButtonStandard]]
 
|
 
|-
 
|HTML
 
|[[JEditor]]
 
|
 
|-
 
|HTML
 
|[[JElement]]
 
|
 
|-
 
|HTML
 
|[[JElementCalendar]]
 
|
 
|-
 
|HTML
 
|[[JElementCategory]]
 
|
 
|-
 
|HTML
 
|[[JElementEditors]]
 
|
 
|-
 
|HTML
 
|[[JElementFileList]]
 
|
 
|-
 
|HTML
 
|[[JElementFolderList]]
 
|
 
|-
 
|HTML
 
|[[JElementHelpsites]]
 
|
 
|-
 
|HTML
 
|[[JElementHidden]]
 
|
 
|-
 
|HTML
 
|[[JElementImageList]]
 
|
 
|-
 
|HTML
 
|[[JElementLanguages]]
 
|
 
|-
 
|HTML
 
|[[JElementList]]
 
|
 
|-
 
|HTML
 
|[[JElementList_AssetGroups]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|HTML
 
|[[JElementMenu]]
 
|
 
|-
 
|HTML
 
|[[JElementMenuItem]]
 
|
 
|-
 
|HTML
 
|[[JElementPassword]]
 
|
 
|-
 
|HTML
 
|[[JElementRadio]]
 
|
 
|-
 
|HTML
 
|[[JElementSection]]
 
|
 
|-
 
|HTML
 
|[[JElementSpacer]]
 
|
 
|-
 
|HTML
 
|[[JElementSQL]]
 
|
 
|-
 
|HTML
 
|[[JElementText]]
 
|
 
|-
 
|HTML
 
|[[JElementTextarea]]
 
|
 
|-
 
|HTML
 
|[[JElementTimezones]]
 
|
 
|-
 
|HTML
 
|[[JElementUserGroup]]
 
|
 
|-
 
|HTML
 
|[[JHtml]]
 
|
 
|-
 
|HTML
 
|[[JHtmlAccess]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|HTML
 
|[[JHtmlAcl]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|HTML
 
|[[JHtmlBehavior]]
 
|
 
|-
 
|HTML
 
|[[JHtmlContent]]
 
|
 
|-
 
|HTML
 
|[[JHtmlEmail]]
 
|
 
|-
 
|HTML
 
|[[JHtmlForm]]
 
|
 
|-
 
|HTML
 
|[[JHtmlGrid]]
 
|
 
|-
 
|HTML
 
|[[JHtmlImage]]
 
|
 
|-
 
|HTML
 
|[[JHtmlList]]
 
|
 
|-
 
|HTML
 
|[[JHtmlMenu]]
 
|
 
|-
 
|HTML
 
|[[JHtmlRules]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|HTML
 
|[[JHtmlSelect]]
 
|
 
|-
 
|HTML
 
|[[JContent]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|HTML
 
|[[JPagination]]
 
|
 
|-
 
|HTML
 
|[[JPaginationObject]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|HTML
 
|[[JPane]]
 
|
 
|-
 
|HTML
 
|[[JPaneTabs]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|HTML
 
|[[JPaneSliders]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|HTML
 
|[[JParameter]]
 
|Deprecated from Joomla 1.6 onwards.  Use [[JForm]] instead.
 
|-
 
|HTML
 
|[[JToolBar]]
 
|
 
|-
 
|Installer
 
|[[JDependency]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Installer
 
|[[JExtension]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Installer
 
|[[JInstaller]]
 
|
 
|-
 
|Installer
 
|[[JInstallerComponent]]
 
|
 
|-
 
|Installer
 
|[[JInstallerFiles]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Installer
 
|[[JInstallerHelper]]
 
|
 
|-
 
|Installer
 
|[[JInstallerLanguage]]
 
|
 
|-
 
|Installer
 
|[[JInstallerLibrary]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Installer
 
|[[JInstallerModule]]
 
|
 
|-
 
|Installer
 
|[[JInstallerPackage]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Installer
 
|[[JInstallerPlugin]]
 
|
 
|-
 
|Installer
 
|[[JInstallerSQL]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Installer
 
|[[JInstallerTemplate]]
 
|
 
|-
 
|Installer
 
|[[JLibraryManifest]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Installer
 
|[[JPackageManifest]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Language
 
|[[JHelp]]
 
|
 
|-
 
|Language
 
|[[JLanguageHelper]]
 
|
 
|-
 
|Language
 
|[[JLanguage]]
 
|
 
|-
 
|Mail
 
|[[JMailHelper]]
 
|
 
|-
 
|Mail
 
|[[JMail]]
 
|
 
|-
 
|Plugin
 
|[[JPluginHelper]]
 
|
 
|-
 
|Plugin
 
|[[JPlugin]]
 
|
 
|-
 
|Registry
 
|[[JRegistry]]
 
|
 
|-
 
|Registry
 
|[[JRegistryFormat]]
 
|
 
|-
 
|Registry
 
|[[JRegistryFormatINI]]
 
|
 
|-
 
|Registry
 
|[[JRegistryFormatPHP]]
 
|
 
|-
 
|Registry
 
|[[JRegistryFormatXML]]
 
|
 
|-
 
|Registry
 
|[[JRegistryFormatJSON]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Session
 
|[[JSession]]
 
|
 
|-
 
|Session
 
|[[JSessionStorage]]
 
|
 
|-
 
|Session
 
|[[JSessionStorageApc]]
 
|
 
|-
 
|Session
 
|[[JSessionStorageDatabase]]
 
|
 
|-
 
|Session
 
|[[JSessionStorageEaccelerator]]
 
|
 
|-
 
|Session
 
|[[JSessionStorageMemcache]]
 
|
 
|-
 
|Session
 
|[[JSessionStorageNone]]
 
|
 
|-
 
|Session
 
|[[JSessionStorageXcache]]
 
|
 
|-
 
|Task
 
|[[JTask]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Task
 
|[[JTaskSet]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Template
 
|[[JTemplate]]
 
|This subpackage is deprecated from 1.5 onwards.
 
|-
 
|Template
 
|[[patTemplate_Function_Sef]]
 
|This subpackage is deprecated from 1.5 onwards.
 
|-
 
|Template
 
|[[patTemplate_Function_Translate]]
 
|This subpackage is deprecated from 1.5 onwards.
 
|-
 
|Template
 
|[[patTemplate_Modifier_SEF]]
 
|This subpackage is deprecated from 1.5 onwards.
 
|-
 
|Template
 
|[[patTemplate_Modifer_Translate]]
 
|This subpackage is deprecated from 1.5 onwards.
 
|-
 
|Updater
 
|[[JUpdate]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Updater
 
|[[JUpdateAdapter]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Updater
 
|[[JUpdater]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Updater
 
|[[JUpdaterCollection]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Updater
 
|[[JUpdaterExtension]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|User
 
|[[JAuthentication]]
 
|
 
|-
 
|User
 
|[[JAuthenticationResponse]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|User
 
|[[JAuthorization]]
 
|
 
|-
 
|User
 
|[[JUserHelper]]
 
|
 
|-
 
|User
 
|[[JUser]]
 
|
 
|-
 
|Utilities
 
|[[JArrayHelper]]
 
|
 
|-
 
|Utilities
 
|[[JBuffer]]
 
|
 
|-
 
|Utilities
 
|[[JDate]]
 
|
 
|-
 
|Utilities
 
|[[JSimpleCrypt]]
 
|
 
|-
 
|Utilities
 
|[[JSimpleTemplate]]
 
|{{JVer|1.6|From Joomla 1.6}}
 
|-
 
|Utilities
 
|[[JSimpleXML]]
 
|Deprecated from Joomla 1.6 onwards
 
|-
 
|Utilities
 
|[[JSimpleXMLElement]]
 
|Deprecated from Joomla 1.6 onwards
 
|-
 
|Utilities
 
|[[JString]]
 
|
 
|-
 
|Utilities
 
|[[JUtility]]
 
|
 
|}
 
 
 
==See also==
 
<references />
 
<noinclude>[[Category:Development]][[Category:Framework]]</noinclude>
 

Revision as of 13:31, 25 August 2012

A software framework is a reusable design for a software system (or subsystem). This is expressed as a set of abstract classes and the way their instances collaborate for a specific type of software. Software frameworks can be object-oriented designs. Although designs don't have to be implemented in an object-oriented language, they usually are. A software framework may include support programs, code libraries[1], a scripting language[2], or other software to help develop and glue together the different components of a software project. Various parts of the framework may be exposed through an application programming interface (API).

From Wikipedia


The Joomla Framework 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.[3]

The Framework comprises code originally developed for the Joomla Content Management System and is a continuation of the Platform project. The Joomla Framework and the Joomla CMS are separate projects with separate development teams. Unlike the Platform, the Framework is not primarily intended as a platform for the Joomla CMS, and the Joomla CMS is not currently built on the Framework. More information about the differences between the Platform and the Framework can be found in the March 2013 edition of the Joomla Community Magazine.

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.

If you would like to help us improve this resource, please read about the API Reference Project.

See Also[edit]

  1. See also External Libraries in Joomla bundled with Joomla!
  2. See also JavaScript libraries bundled with Joomla!
  3. https://github.com/joomla/joomla-framework/

Further Reading[edit]