J2.5:Developing a MVC Component/Introduction

From Joomla! Documentation
< J2.5:Developing a MVC Component(Difference between revisions)
Jump to: navigation, search
(Screen.banner.categories.15 has been moved, it is now a redirect to Help15:Screen.banner.categories.15)
(Undo revision 21477 by Redirect fixer (Talk))
Line 1: Line 1:
#REDIRECT [[Help15:Screen.banner.categories.15]]
+
{{underconstruction}}
 +
{{future|1.6}}
 +
 
 +
== Requirements ==
 +
You need Joomla! 1.6 or greater for this tutorial.
 +
 
 +
== Introduction ==
 +
Joomla !1.6 is constructed using three different applications:
 +
* installation (used for installing Joomla)
 +
* administrator (used for managing content)
 +
* public (used for displaying content)
 +
 
 +
The installation application is used once. The administrator and public are used through the concept of ''components''. Each component has two entry points:
 +
* one is located in the ''components'' directory (it is used for displaying content)
 +
* one is located in the ''administrator/components'' directory (it is used for managing content)
 +
 
 +
Both are called ''com_componentname/componentname.php'' (the ''com_'' prefix is a historical trace)
 +
 
 +
== Developing the component ==
 +
{{Chunk:Developing a Model-View-Controller (MVC) Component for Joomla!1.6 - Contents}}
 +
 
 +
== Contributors ==
 +
*[[User:cdemko|Christophe Demko]]
 +
 
 +
[[Category:Development]]
 +
[[category:Joomla! 1.6]]
 +
[[category:Manual]]

Revision as of 12:20, 14 February 2010

Template:Future

Requirements

You need Joomla! 1.6 or greater for this tutorial.

Introduction

Joomla !1.6 is constructed using three different applications:

  • installation (used for installing Joomla)
  • administrator (used for managing content)
  • public (used for displaying content)

The installation application is used once. The administrator and public are used through the concept of components. Each component has two entry points:

  • one is located in the components directory (it is used for displaying content)
  • one is located in the administrator/components directory (it is used for managing content)

Both are called com_componentname/componentname.php (the com_ prefix is a historical trace)

Developing the component

Contents


Contributors

Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox