Portal

Programadores

From Joomla! Documentation

This page is a translated version of the page Portal:Developers and the translation is 100% complete.
Portal dos Programadores do Joomla!

O desenvolvimento do próprio Joomla! é realizado pelo Departmento de Produção e programadores terceiros. Esta página é um ponto de partida para os programadores interessados no desenvolvimento de componentes, módulos, plug-ins e modelos.

Tem interesse nas «Contribuições de Código»?

O desenvolvimento do Joomla é realizado pelo «Departamento de Produção» e programadores terceiros. Para mais informação sobre o desenvolvimento principal do Joomla!, como contribuir para o código principal, ou envolver-se com o código principal, deve ir para «Colaboradores do Joomla!».


== Começar! ==

Existem vários meios de configuração da sua estação de trabalho para desenvolver o Joomla!. Pode encontrar algumas sugestões em Configurar a sua estação de trabalho para o desenvolvimento do Joomla.

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.


Existem quatro tipos de desenvolvimento de extensões


Componentes


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

Para mais artigos e informação:

Consulte a Página do Portal de Desenvolvimento de Componente.


Plug-ins

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.

Para mais artigos e informação:

Consulte a Página do Portal de Desenvolvimento de Plug-in.


Módulos


Para mais artigos e informação:

Consulte a Página do Portal de Desenvolvimento de Módulo.


Modelos

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

Principiantes

Intermediário

Para mais artigos e informação:

Consulte a Página do Portal de Desenvolvimento de Modelo.

Mais Tópicos de Desenvolvimento

Guia de API

Os «Guias da API» do Joomla fornecem explicações e exemplos de códigos relacionados com as funções da API do Joomla, para ajudá-lo a entender como utilizar as APIs nas suas próprias extensões. Clique aqui para aceder ao índice destes guias.

Contribuir para a Documentação


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.