Developing a MVC Component: Difference between revisions
From Joomla! Documentation
Created page with "==Table of Contents== * Introduction {{Chunk:Developing a Model-View-Controller (MVC) Component for Joomla!1..." |
m M-b-o moved page J2.5:Developing a MVC Component to Archived:Developing a MVC Component |
||
| (21 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{{version/tutor|2.5}} | |||
{{Chunk:Developing a Model-View-Controller (MVC) Component for Joomla!2.5 - Contents}} | |||
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|Skip to the first part of this tutorial]]. | |||
[[Category:Beginner Development]] | |||
[[Category:Joomla! 2.5]] | |||
[[Category:Component Development]] | |||
[[Category:Tutorials]] | |||
Latest revision as of 22:18, 26 April 2022
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.