Portal

Difference between revisions of "Component Development/Reading list"

From Joomla! Documentation

< Portal:Component Development
m (update)
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, 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}}.  
+
There are many articles, tutorials, references and FAQs 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 our MVC tutorial, [[Developing a MVC Component|Developing a Model-View-Controller Component]] {{JVer/multi|2.5,3.x}}. Once you have read the tutorial and tried the example component, you can focus more on the specifics of your component with additional articles, which are listed on the [[Portal:Component Development|Component Development Portal]].  
  
 
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]{{NOINDEX}}</noinclude>
 
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]{{NOINDEX}}</noinclude>

Revision as of 11:22, 7 October 2013

There are many articles, tutorials, references and FAQs 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 our MVC tutorial, Developing a Model-View-Controller Component  Joomla 2.5 Joomla 3.x. Once you have read the tutorial and tried the example component, you can focus more on the specifics of your component with additional articles, which are listed on the Component Development Portal.