Портал разработки компонентов
From Joomla! Documentation
This page contains many links to selected documentation concerning Component Development for and . 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.
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).
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.
Joomla! comes with a number of core components, like the content management system and contact forms.
See also: Module, Plugin, Template
Введение в разработку компонентов
Существует много статей, уроков, ссылок и часто задаваемых вопросов, которые фокусируются на разработке компонентов. Если Вы разрабатываете [свой] первый компонент для Joomla, то Вам следует начать с абсолютно начальных наставлений о том, как функционирует какой-либо компонент. Если необходимо, то Вы можете визуально представить последовательность контрольных [элементов] какого-либо компонента на этих диаграммах компонентов.
Next, you will want to read our MVC tutorial → Developing a Model-View-Controller Component. Remember to familiarise yourself with Joomla! Secure coding guidelines and Development Best Practices.
Как только Вы прочитаете это наставление и/или протестируете демонстрационный компонент, в дальнейших статьях Вы сможете сфокусироваться на подробных данных своего компонента. Они перечислены на портале разработки компонента или на любом из поддерживаемых порталов разработки (плагинов, модулей или шаблонов).
Общая Информация
- Setting up your workstation for Joomla! development
- Secure coding guidelines
- The structure and naming conventions used in Joomla Components
Часто задаваемые вопросы (FAQ)
List of all articles belonging to the categories "FAQ" AND "Component Development"
- Extensions GPL notices
- Extensions distribution
- Extensions name
- How can you view a live site while developing, but hide it from others?
- How do you add a PayPal button?
- How do you list your extension in the extensions site?
- Component Development/FAQs
- How to determine browser capabilities?
- How to implement XML-RPC in a component?