Chunks:Developing an MVC Component Contents: Difference between revisions
From Joomla! Documentation
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
This tutorial is supported by the following versions of Joomla! | This tutorial is supported by the following versions of Joomla! | ||
{{JVer|1. | {{JVer|1.7}}{{JVer|2.5}} | ||
* [[User:Rvsjoen/tutorial/Developing_an_MVC_Component|Introduction]] | * [[User:Rvsjoen/tutorial/Developing_an_MVC_Component|Introduction]] | ||
Revision as of 14:22, 26 January 2012
This tutorial is supported by the following versions of Joomla!
- Introduction
- Part 01 - Developing a Basic Component
- Part 02 - Adding a view to the frontend
- Part 03 - Adding a menu item type to the frontend
- Part 04 - Adding a model to the frontend
- Part 05 - Adding options to menu items
- Part 06 - Using a database
- Part 07 - Basic backend
- Part 08 - Adding language translation
- Part 09 - Adding actions to backend
- Part 10 - Adding decorations to the backend
- Part 11 - Adding validation
- Part 12 - Adding categories
- Part 13 - Adding component options
- Part 14 - Adding ACL
- Part 15 - Adding a script file