Portal

Difference between revisions of "Developers/it"

From Joomla! Documentation

(Created page with "Per ulteriori articoli e informazioni:")
 
(42 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
{{section portal heading|icon=book|title=Per cominciare!}}{{Portal:Developers/Resources/en}}
 
{{section portal heading|icon=book|title=Per cominciare!}}{{Portal:Developers/Resources/en}}
  
==Ci sono quattro tipi di sviluppo di estensioni==
+
==Quattro tipi di estensioni da sviluppare==
 
<br />
 
<br />
 
{{section portal heading|icon=code|title=Componenti}}
 
{{section portal heading|icon=code|title=Componenti}}
{{Portal:Component_Development/Reading_list/en}}{{tip|See the [[S:MyLanguage/Portal:Component_Development|Component Development Portal page]].|title=Per ulteriori articoli e informazioni:}}  
+
{{Portal:Component_Development/Reading_list/en}}{{tip|Guarda la [[S:MyLanguage/Portal:Template_Development|Pagina del portale siviluppo Template]].|title=Per ulteriori articoli e informazioni:}}  
 
<br />
 
<br />
{{section portal heading|icon=plug|title=Plugins}}{{Portal:Plugin_Development/Reading_list/en}}{{tip|See the [[S:MyLanguage/Portal:Plugin_Development|Plugin Development Portal page]].|title=For more articles and information:}}
+
{{section portal heading|icon=plug|title=Plugins}}{{Portal:Plugin_Development/Reading_list/en}}{{tip|Guarda la [[S:MyLanguage/Portal:Plugin_Development|PAgina del portale dedicata allo sviluppo di plugin]].|title=Per ulteriori articoli e informazioni:}}
 
<br />
 
<br />
{{section portal heading|icon=cubes|title=Moduli}}{{Portal:Module_Development/Reading_list/en}}{{tip|See the [[S:MyLanguage/Portal:Module_Development|Module Development Portal page]].|title=For more articles and information:}}  
+
{{section portal heading|icon=cubes|title=Moduli}}{{Portal:Module_Development/Reading_list/en}}{{tip|Guarda la [[S:MyLanguage/Portal:Template_Development|Pagina del portale siviluppo Template]].|title=Per ulteriori articoli e informazioni:}}  
 
<br />
 
<br />
{{section portal heading|icon=desktop|title=Templates}}{{Portal:Template_Development/Reading_list/en}}{{tip|See the [[S:MyLanguage/Portal:Template_Development|Template Development Portal page]].|title=For more articles and information:}}  
+
{{section portal heading|icon=desktop|title=Templates}}{{Portal:Template_Development/Reading_list/en}}{{tip|Guarda il [[S:MyLanguage/Portal:Template_Development|Pagina del portale siviluppo Template]].|title=Per ulteriori articoli e informazioni:}}  
 
{{-}}
 
{{-}}
  
==More Development Topics==
+
==Ulteriori argomenti per lo sviluppo==
 
<div class="large-4 column">
 
<div class="large-4 column">
 
{{section portal heading|icon=database|title=Database}}{{Portal:Developers/Database/en}}
 
{{section portal heading|icon=database|title=Database}}{{Portal:Developers/Database/en}}
Line 26: Line 26:
 
</div>
 
</div>
 
<div class="large-4 column">
 
<div class="large-4 column">
{{section portal heading|icon=users|title=ACL Topics}}{{Portal:Developers/Access Control/en}}
+
{{section portal heading|icon=users|title=ACL argomenti}}{{Portal:Developers/Access Control/en}}
 
</div>
 
</div>
 
{{-}}
 
{{-}}
 
<div class="large-4 column">
 
<div class="large-4 column">
{{section portal heading|icon=edit|title=Forms}}{{Portal:Developers/Forms/en}}
+
{{section portal heading|icon=edit|title=Moduli}}{{Portal:Developers/Forms/en}}
 
</div>
 
</div>
 
<div class="large-4 column">
 
<div class="large-4 column">
{{section portal heading|icon=book|title=API Guides}}
+
{{section portal heading|icon=book|title=Guida alle API}}
The Joomla API Guides provide explanations and sample code relating to the Joomla API functions, to help you understand how to use the APIs in your own extensions. [[S:MyLanguage/API Guides|Click here]] to get to the index of these guides.  
+
La guida alle API fornisce spiegazioni e codice di esempio correlati alle funzione delle Joomla API, per aiutarti a comprendere come usare le API nelle tue estensioni [[S:MyLanguage/API Guides|Clicca qui]] per ottenere l'indice di queste guide.  
 
</div>
 
</div>
 
<div class="large-4 column">
 
<div class="large-4 column">
{{section portal heading|icon=lock|title=Security}}{{Portal:Developers/Security/en}}{{tip|See the [[S:MyLanguage/Security|Security Portal page]].|title=For more articles and information:}}
+
{{section portal heading|icon=lock|title=SIcurezza}}{{Portal:Developers/Security/en}}{{tip|Guarda la [[S:MyLanguage/Security|Pagina del portale sicurezza]].|title=Per ulteriori articoli e informazioni:}}
 
</div>
 
</div>
 
{{-}}
 
{{-}}
{{section portal heading|icon=user-plus|title=Contributing to Documentation}}
+
{{section portal heading|icon=user-plus|title=Contribuire alla Documentazione}}
 
{{Portal:Developers/Developer_Documentation/en}}
 
{{Portal:Developers/Developer_Documentation/en}}
  

Latest revision as of 16:06, 19 February 2021

Other languages:
বাংলা • ‎Deutsch • ‎English • ‎español • ‎eesti • ‎فارسی • ‎français • ‎Bahasa Indonesia • ‎italiano • ‎Nederlands • ‎português • ‎português do Brasil • ‎русский • ‎ไทย • ‎Türkçe • ‎українська • ‎中文(中国大陆)‎ • ‎中文(台灣)‎
Portale Sviluppatori Joomla!

The development of Joomla! itself is carried out by the Production Department and third party developers. This page is a starting point for developers interested in the development of components, modules, plugins and templates.

Have an Interest in Core Contributions?

The development of Joomla itself is carried out by Production Department and third party developers. For more information about Joomla! core development, how to contribute to code to core, or becoming more involved with the core code, you should go to Joomla! Code Contributors.


Per cominciare!

There are several ways of setting up your workstation in for Joomla! development. Some suggestions can be found at Setting up your workstation for Joomla development.

Next, you should familiarise yourself with Joomla! Secure coding guidelines and the short article on Joomla! Development Best Practices.

Documentation on the Joomla! API can assist with becoming familiar with the foundations of the Joomla! code base.

Finally, Joomla! has many resources for developers. Our Joomla! Resources page will get you pointed in the right direction if you need help and solutions.


Quattro tipi di estensioni da sviluppare


Componenti


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

Per ulteriori articoli e informazioni:

Guarda la Pagina del portale siviluppo Template.


Plugins

The following articles will help familiarise you with Joomla! plugins. They are a good starting point to understanding and then developing plugins.

Beginner

To understand how to install and use a plugin in Joomla it is recommended to read Administration of a Plugin in Joomla!

Intermediate

To understand plugins better it is advised that you create a basic plugin for Joomla!.

To read on how to run a basic content plugin in a custom module or component you may have already developed it is recommended to read Triggering content plugins in your extension.

Advanced

To understand the principles on which the Plugin system works Plugin Developer Overview. To then implement this in a component you have designed it is recommended to read Supporting plugins in your component.

Per ulteriori articoli e informazioni:

Guarda la PAgina del portale dedicata allo sviluppo di plugin.


Moduli


Per ulteriori articoli e informazioni:

Guarda la Pagina del portale siviluppo Template.


Templates

Our template development documentation contains many articles, FAQs and tutorials. A first step to developing a template is understanding how templates are executed.

Beginners

Intermediate

Per ulteriori articoli e informazioni:

Guarda il Pagina del portale siviluppo Template.

Ulteriori argomenti per lo sviluppo

Guida alle API

La guida alle API fornisce spiegazioni e codice di esempio correlati alle funzione delle Joomla API, per aiutarti a comprendere come usare le API nelle tue estensioni Clicca qui per ottenere l'indice di queste guide.

Contribuire alla Documentazione


The development of Joomla developer documentation is carried out primarily by the Documentation Working Group. There is currently one sub-projects of interest to developers:

When creating a new page, ensure you place the following marker at the bottom of the page so it is included in the category list:

[[Category:Development]]

If you locate other articles you think are relevant to developers, please add this marker to those pages.