Difference between revisions of "Component/fr"

From Joomla! Documentation

(Updating to match new version of source page)
Line 6: Line 6:
 
=== Développeurs ===
 
=== Développeurs ===
 
{{RecReading/Portal|Component|dev|audience}}
 
{{RecReading/Portal|Component|dev|audience}}
 +
 +
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]].
 +
 +
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]]
 +
 +
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).
  
 
[[Category:Extensions/fr|Extensions]][[Category:Landing Pages/fr]][[Category:Glossary/fr|Glossaire]][[Category:JED/fr|JED]]__NOTOC__
 
[[Category:Extensions/fr|Extensions]][[Category:Landing Pages/fr]][[Category:Glossary/fr|Glossaire]][[Category:JED/fr|JED]]__NOTOC__

Revision as of 08:24, 27 February 2014

Other languages:
Bahasa Indonesia • ‎Deutsch • ‎English • ‎Kiswahili • ‎Nederlands • ‎Türkçe • ‎català • ‎eesti • ‎español • ‎français • ‎hrvatski • ‎italiano • ‎português • ‎português do Brasil • ‎русский • ‎中文(台灣)‎ • ‎日本語

Un composant est un type d'extension pour Joomla!. Les composants sont les principales unités fonctionnelles de Joomla! ; ils peuvent être considérés comme des mini-applications. Une analogie possible serait de considérer Joomla! comme un système d'exploitation où les composants seraient des applications du bureau. Crées par un composant, les contenus sont généralement affichés au centre de la zone de contenu du template (en fonction du template).

La plupart des composants sont composés de deux éléments principaux : une interface d'administration (backend) et une partie site (frontend). La partie site est celle utilisée pour le rendu des pages lorsque le composant est appelé pendant le fonctionnement normal du site. L'interface d'administration permet de configurer et de gérer différents aspects du composant. Elle est accessible depuis l'espace d'administration de Joomla!.

Joomla! propose nativement un certain nombre de composants comme le système de gestion de contenu, des formulaires de contact et les Liens Web.

Voir également : Module, Plugin, Template


Lectures Recommandées

Développeurs

<translate> Component Development</translate>

{{Portal:Component_Development/Intro/<translate> en</translate>}}

<translate> Intro to Component Development</translate>

{{Portal:Component_Development/Reading list/<translate> en</translate>}}

<translate> General Information</translate>

{{Portal:Component_Development/Information/<translate> en</translate>}}

<translate> FAQs</translate>

{{Portal:Component_Development/FAQs/<translate> en</translate>}}

<translate> Tutorials</translate>

{{Portal:Component_Development/Tutorials/<translate> en</translate>}}


For more articles and developer information, see the Component Development Portal page.


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

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