Portal

Difference between revisions of "Component Development/Reading list"

From Joomla! Documentation

< Portal:Component Development
m (update with another link)
(Marked this version for translation)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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 should start with the [[Absolute Basics of How a Component Functions]]. If needed, you can visualise the control flow of a component with these [[Component Program Flow|diagrams]].  
+
<noinclude><languages /></noinclude>
 +
<translate><!--T:1-->
 +
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 should start with the [[S:MyLanguage/Absolute Basics of How a Component Functions|Absolute Basics of How a Component Functions]]. If needed, you can visualise the control flow of a component with these [[S:MyLanguage/Component Program Flow|diagrams]].</translate>
  
Next, you will want to read our {{JVer/multi|2.5,3.x}} MVC tutorial {{rarr}} [[Developing a MVC Component|Developing a Model-View-Controller Component]]
+
<translate><!--T:2-->
 +
Next, you will want to read our {{JVer/multi|2.5,3.x}} MVC tutorial {{rarr}} [[S:MyLanguage/Developing a MVC Component|Developing a Model-View-Controller Component]]. Remember to familiarise yourself with Joomla! '''[[S:MyLanguage/Secure coding guidelines|Secure coding guidelines]]''' and '''[[S:MyLanguage/Development Best Practices|Development Best Practices]]'''.</translate>
  
Once you have read the tutorial and/or tried the example component, you can focus more on the specifics of your component with additional articles. These are listed on the [[Portal:Component Development|Component Development Portal]] or any of the supporting Portals for Development(Plugins, Modules or Templates).  
+
<translate><!--T:3-->
 +
Once you have read the tutorial and/or tried the example component, you can focus more on the specifics of your component with additional articles. These are listed on the [[S:MyLanguage/Portal:Component Development|Component Development Portal]] or any of the supporting Portals for Development(Plugins, Modules or Templates).</translate>
  
<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]{{NOINDEX}}</noinclude>
+
<noinclude>
 +
<translate><!--T:4-->
 +
[[Category:Landing subpages]]</translate>
 +
</noinclude>

Revision as of 09:53, 25 May 2015

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎português • ‎português do Brasil • ‎български • ‎русский • ‎українська • ‎বাংলা • ‎ไทย • ‎中文(台灣)‎

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 should start with the Absolute Basics of How a Component Functions. If needed, you can visualise the control flow of a component with these diagrams.

Next, you will want to read our  Joomla 2.5 Joomla 3.x MVC tutorial    Developing a Model-View-Controller Component. Remember to familiarise yourself with Joomla! Secure coding guidelines and Development Best Practices.

Once you have read the tutorial and/or tried the example component, you can focus more on the specifics of your component with additional articles. These are listed on the Component Development Portal or any of the supporting Portals for Development(Plugins, Modules or Templates).