Portal

Разработчикам

From Joomla! Documentation

Revision as of 08:32, 29 May 2015 by Dosfanat (talk | contribs) (Created page with "ru")

Разработка самой Joomla! выполняется производственной рабочей группой и сторонними разработчиками. Эта страница - начальная точка для разработчиков, заинтересованных в разработке компонентов, модулей, плагинов и шаблонов.

Заинтересованы в участии в разработке ядра?


Приступая К Работе!

Существует несколько способов настройки Вашей рабочей станции для разработок системы Joomla. Некоторые рекомендации можно найти на вики по "'настройке рабочей станции для разработок системы Joomla"'.

Далее, Вы должны ознакомиться с "'рекомендациями по безопасному кодированию"' и с короткой статьей по "'лучшей практике разработки [системы] Joomla"'.

Документация по "'Joomla! API"' может помочь ознакомиться с основами кодовой базы [системы] Joomla!.

В заключение, если Вам нужна помощь или какие-либо решения, то существует много [других] ресурсов для разработчиков. Наша веб-страница ресурсов по [системе] Joomla! направит Вас [на них].


There is four types of extensions development:

Components

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

For more articles and information:

See the Component Development Portal page.

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.

For more articles and information:

See the Plugin Development Portal page.

Modules


For more articles and information:

See the Module Development Portal page.

More Development Topics

Contributing to Documentation


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.