Розробникам
From Joomla! Documentation
Розробка самої Joomla! здійснюється Виробничими робочими групами і сторонніми розробниками. Ця сторінка є початковою точкою для розробників, зацікавлених у створенні компонентів, модулів, плагінів і шаблонів.
Розпочнемо!
Є декілька варіантів налаштування вашої робочої станції для розробки на Joomla! Деякі рекомендації можна знайти в статті Налаштування робочого середовища для розробки на Joomla.
Далі вам варто ознайомитися з правилами безпечного кодингу Joomla та короткою статтею Найкращі практики розробки на Joomla!.
Документація Joomla! API допоможе ознайомитися з основами базового коду Joomla!
Також, Joomla! має багато ресурсів для розробників. Наша стаття Ресурси Joomla! вкаже правильний напрямок, якщо вам знадобиться допомога і рішення.
==Існує чотири типи розширень:==
Компоненти
Є багато статей, уроків, посилань і часто ставлених запитань, Які фокусуються на розробці компонентів. Якщо ви вперше беретеся за розробку компоненту Joomla, вам варто почати з 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 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).
Плагіни
Наступні статті допоможуть вам ознайомитися з плагінами Joomla! Вони є гарною відправною точкою для розуміння і розробки плагінів.
Новачок
Щоб зрозуміти, як встановити і використовувати плагін в Joomla, рекомендується прочитати статтю Адміністрування плагінів в Joomla!
Середнячок
Щоб зрозуміти плагіни краще, вам рекомендується створити простий плагін для Joomla!
Щоб дізнатися, як запустити плагін вмісту в розробленому вами компоненті чи модулі, рекомендуємо прочитати про запуск плагінів вмісту в своєму розширенні.
Досвідченим
Щоб зрозуміти принципи, на яких працює система плагінів, прочитайте огляд розробки плагінів. Щоб потім застосувати це в спроектованому вами компоненті, прочитайте про підтримку плагінів в своєму компоненті.
Гляньте сторінку порталу розробки плагінів.
Модулі
Гляньте сторінку порталу розробки модулів.
Шаблони
Our template development documentation contains many articles, FAQs and tutorials. A first step to developing a template is understanding how templates are executed.
Beginners
- Changing the site favicon
- Using Firebug With Your Joomla Website
- Using Joomla's Default Icomoon Fonts
Intermediate
- jdoc statements
- How to cloak email addresses
- Understanding Output Overrides
- Layout Overrides in Joomla!
- Creating clickable background images using CSS
- Using Class Suffixes
Гляньте сторінку порталу розробки шаблонів.
More Development Topics
Database
- Accessing the database using JDatabase
- Using the JTable class
- Connecting to an external database
- Using nested sets
Localisation
- Language Guidelines for 3rd Party Extensions
- Creating a language file
- Specification of language files
- Language Metadata
- Loading extra language files
- Debugging a translation
Forms
Form Fields
- Introduction to the Form classes in Joomla
- Joomla Core Form Fields
- Creating a custom form field type
- Overriding the "Rules" Form Field
Form Rules & Validation
API Guides
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. Click here to get to the index of these guides.
Security
- How to add CSRF anti-spoofing to forms
- Securing Joomla! extensions
- Why do most of the Joomla! PHP files start with defined(' JEXEC')?
- Register Globals best practices (only relevant if your Joomla Site runs on PHP 5.3 or below)
See the Security Portal page.
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.