Developing a MVC Component: Difference between revisions
From Joomla! Documentation
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). |
m added Category:Tutorials using HotCat |
||
| Line 9: | Line 9: | ||
[[Category:Joomla! 2.5]] | [[Category:Joomla! 2.5]] | ||
[[Category:Component Development]] | [[Category:Component Development]] | ||
[[Category:Tutorials]] | |||
Revision as of 18:05, 6 April 2020
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.