Developing a MVC Component: Difference between revisions
From Joomla! Documentation
m added Category:Component Development using HotCat |
m Improved readability and accuracy (e.g., there is no "navigation box" but navigation between the parts of the tutorial is facilitated through the "Articles in this Series" box in the sidebar). |
||
| Line 2: | Line 2: | ||
{{Chunk:Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Contents}} | {{Chunk:Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Contents}} | ||
This is a | This is a multi-part tutorial on how to develop a Model-View-Contoller Component for Joomla! 2.5. You can find the other parts of this tutorial on each page in the right sidebar under "Articles in this Series". | ||
[[J2.5:Developing_a_MVC_Component/Introduction|Read the Introduction]] or [[J2.5:Developing a MVC Component/Developing a Basic Component| | [[J2.5:Developing_a_MVC_Component/Introduction|Read the Introduction]] or [[J2.5:Developing a MVC Component/Developing a Basic Component|Skip to the first part of this tutorial]]. | ||
[[Category:Beginner Development]] | [[Category:Beginner Development]] | ||
[[Category:Joomla! 2.5]] | [[Category:Joomla! 2.5]] | ||
[[Category:Component Development]] | [[Category:Component Development]] | ||
Revision as of 07:05, 19 July 2014
Articles in this Series
- Introduction
- Developing a Basic Component
- Adding a view to the site part
- Adding a menu type to the site part
- Adding a model to the site part
- Adding a variable request in the menu type
- Using the database
- Basic backend
- Adding language management
- Adding backend actions
- Adding decorations to the backend
- Adding verifications
- Adding categories
- Adding configuration
- Adding ACL
- Adding an install/uninstall/update script file
- Using the language filter facility
- Adding an update server
- Example of a Frontend Update Function
- Example of Menu Parameters & Stylesheets
This is a multi-part tutorial on how to develop a Model-View-Contoller Component for Joomla! 2.5. You can find the other parts of this tutorial on each page in the right sidebar under "Articles in this Series".
Read the Introduction or Skip to the first part of this tutorial.