Framework (CMS 1.5 and 1.6)

From Joomla! Documentation

Revision as of 05:53, 3 July 2009 by Chris Davenport (talk | contribs) (Added image alt text.)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

JoomlaArchitecture0.png

Joomla! 1.5 is a three tiered system:-

  • The top, Extensions layer, consists of Extensions to the Joomla Framework and its applications:
  • 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.
    • Libraries that are required by the Framework or are installed for use by third-party developers.
    • Plugins extend the functionality available in the Framework.

Packages and Classes[edit]

The classes in the Joomla! Framework 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 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.

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

Access[edit]

Application[edit]

Backup[edit]

Base[edit]

Cache[edit]

Client[edit]

Database[edit]

Document[edit]

Environment[edit]

Error[edit]

Event[edit]

Filesystem[edit]

Filter[edit]

Form[edit]

HTML[edit]

Installer[edit]

Language[edit]

Mail[edit]

Plugin[edit]

Registry[edit]

Session[edit]

Task[edit]

Template[edit]

This package is deprecated from 1.5 onwards. Template extensions are part of the Document package now.

Updater[edit]

User[edit]

Utilities[edit]

See also[edit]

  1. PHP libraries bundled with Joomla!
  2. JavaScript libraries bundled with Joomla!