Portal

Difference between revisions of "Component Development/Reading list"

From Joomla! Documentation

< Portal:Component Development
(Remove deleted page)
(removing the 2.5 outdated stuff)
 
(32 intermediate revisions by 4 users not shown)
Line 1: Line 1:
* [[Portal:Platform|Joomla Platform Portal]] {{JVer|platform}}
+
<noinclude><languages /></noinclude>
* [[File Structure and Naming Conventions]] {{JVer/multi|2.5,3.x}}
+
<translate><!--T:1-->
* [[Component Program Flow]]. {{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 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>
:(UML sequence diagrams showing the control flow for a component.)
+
 
* [[Developing a Model-View-Controller Component]] {{JVer/multi|2.5,3.x}}
+
<translate><!--T:2-->
* [[Manifest files]] {{JVer/multi|2.5,3.x}}
+
Next, you will want to read our {{JVer/multi|3.x}} MVC tutorial {{rarr}} [[S:MyLanguage/J3.x:Developing_an_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>
:(For the installation of extensions.)
+
 
* [[Adding sortable columns to a table in a component]]
+
<translate><!--T:3-->
* [[How to add custom filters to components]] {{JVer|2.5}}
+
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>
* [[Supporting SEF URLs in your component]]
+
 
* [[Using the JHtmlTabs class in a component]] {{JVer/multi|2.5,3.x}}
+
<noinclude>
* [[Using the editor in a component]]
+
<translate><!--T:4-->
* [[Adding AJAX to your component]]
+
[[Category:Landing subpages]]</translate>
* [[How to add breadcrumbs]]
+
</noinclude>
* [[Sending email from extensions]]
 
* [[Using the JToolBar class in the frontend]]
 
* [[Creating a toolbar for your component]]
 
* [[Creating a file uploader in your component]]
 
* [[Creating Mootools accordion or simple slider/toggler]]
 
* [[Adding view layout configuration parameters]]
 
* [[Using a custom image in the menu bar title]]
 
* [[How to implement XML-RPC in a component]]
 
* [[Using multiple models in an MVC component]]
 
* [[Adding ACL rules to your component]] {{JVer/multi|2.5,3.x}}
 
* [[JController and its subclass usage overview]] {{JVer/multi|2.5}}
 
* [[Managing Component Updates with Joomla!2.5 - Part 1]] {{JVer/multi|2.5}}
 
* [[Xml-rpc changes in Joomla! 2.5]] {{JVer/multi|2.5,3.x}}
 
* [[Creating PDF views]] {{JVer|2.5}}<noinclude>[[Category:Landing subpages|{{PAGENAME}}]]</noinclude>
 
* [[J3.1:Using Tags in an Extension|Using Tags in an Extension]] {{JVer|3.x}}
 

Latest revision as of 12:45, 22 February 2017

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 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).