Portal

Difference between revisions of "Component Development"

From Joomla! Documentation

m (Hutchy68 moved page Component Development to Portal:Component Development: navigational structure)
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="width:auto; margin:0; padding:0px 8px 8px 8px; border:1px solid #4F91CD; background-color:#DCEBFF;">
+
__TOC__
<!-- This portal was created using subst:box portal skeleton  -->
 
{{browsebar|development}}
 
<div style="clear:both; width:100%">
 
{{/box-header-sq|<big>Introduction to {{PAGENAME}}</big>|{{FULLPAGENAME}}/Intro|}}
 
 
{{:{{FULLPAGENAME}}/Intro}}
 
{{:{{FULLPAGENAME}}/Intro}}
{{/box-footer|}}
+
<hr>
</div>
+
<div class="row">
 
+
<div class="large-7 columns">
<div class="portal-column-left">
+
==Intro to Component Development==
{{/box-header-sq|Recommended Reading|{{FULLPAGENAME}}/Reading list|}}<onlyinclude>{{:Component Development/Reading list}}</onlyinclude>
+
<onlyinclude>{{:Portal:Component_Development/Reading list}}</onlyinclude>
{{/box-footer|}}
 
</div>
 
 
 
<div class="portal-column-right"> <!-- Switch to one column on narrow screens -->
 
{{/box-header-sq|General Information|{{FULLPAGENAME}}/Information|}}
 
 
{{:{{FULLPAGENAME}}/Information}}
 
{{:{{FULLPAGENAME}}/Information}}
{{/box-footer|}}
 
 
</div>
 
</div>
 
+
<div class="large-5 columns panel radius" style="background-color:azure">
<div class="portal-column-right"> <!-- Switch to one column on narrow screens -->
 
{{/box-header-sq|FAQs|{{FULLPAGENAME}}/FAQs|}}
 
 
{{:{{FULLPAGENAME}}/FAQs}}
 
{{:{{FULLPAGENAME}}/FAQs}}
{{/box-footer|}}
 
 
</div>
 
</div>
 
+
</div><!--close the row-->
<div style="clear:both; width:100%">
+
<div class="row panel radius">
 
 
{{/box-header-sq|Component Development Tutorials|{{FULLPAGENAME}}/Tutorials|}}
 
 
{{:{{FULLPAGENAME}}/Tutorials}}
 
{{:{{FULLPAGENAME}}/Tutorials}}
{{/box-footer|}}
 
</div>
 
 
 
</div>
 
</div>
__NOTOC__ __NOEDITSECTION__
+
<noinclude>[[Category:Development]]  
<noinclude>[[Category:Development]][[Category:Components]]</noinclude>
+
[[Category:Component Development]]
 +
</noinclude>

Revision as of 15:12, 8 October 2013

<translate> This page contains many links to selected documentation concerning Component Development for Joomla 2.5 and Joomla 3.x. A good place to start is with the Intro to Component Development articles below as they provide a good introductory base of knowledge to build on.</translate>

<translate> What is a Joomla! Component?</translate>

<translate>

A component is a kind of Joomla! extension. Components are the main functional units of Joomla!; they can be seen as mini-applications. An easy analogy would be that Joomla! is the operating system and the components are desktop applications. They are usually displayed in the center of the main content area of a template (depending on the template).</translate>

<translate> Most components have two main parts: an administrator part and a site part. The site part is what is used to render pages when being called during normal site operation. The administrator part provides an interface to configure and manage different aspects of the component and is accessible through the Joomla! administrator application.</translate>

<translate> Joomla! comes with a number of core components, like the content management system and contact forms.</translate>

<translate>

See also: Module, Plugin, Template</translate>



Intro to Component Development[edit]

<translate> 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.</translate>

<translate> 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.</translate>

<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 Component Development Portal or any of the supporting Portals for Development(Plugins, Modules or Templates).</translate>



<translate>