Component Development/Reading list: Difference between revisions
From Joomla! Documentation
m paring down, will serve articles on the component portal |
m update |
||
| Line 1: | Line 1: | ||
There are many articles and tutorials which focus on component development. If this is your first time developing a component for Joomla | There are many articles and tutorials which focus on component development. If this is your first time developing a component for Joomla, you can visualise the control flow of a component with these [[Component Program Flow|diagrams]]. Next, you will want to work through this tutorial, [[Developing a MVC Component|Developing a Model-View-Controller Component]] {{JVer/multi|2.5,3.x}}. | ||
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]{{NOINDEX}}</noinclude> | <noinclude>[[Category:Landing subpages|{{PAGENAME}}]]{{NOINDEX}}</noinclude> | ||
Revision as of 01:31, 7 October 2013
There are many articles and tutorials which focus on component development. If this is your first time developing a component for Joomla, you can visualise the control flow of a component with these diagrams. Next, you will want to work through this tutorial, Developing a Model-View-Controller Component
.