Portal

Component Development/Reading list/uk: Difference between revisions

From Joomla! Documentation

Created page with "Є багато статей, уроків, посилань і часто ставлених запитань, Які фокусуються на розробці компо..."
FuzzyBot (talk | contribs)
Updating to match new version of source page
 
Line 2: Line 2:
Є багато статей, уроків, посилань і часто ставлених запитань, Які фокусуються на розробці компонентів. Якщо ви вперше беретеся за розробку компоненту Joomla, вам варто почати з [[S:MyLanguage/Absolute Basics of How a Component Functions|Absolute Basics of How a Component Functions]]. If needed, you can visualise the control flow of a component with these [[S:MyLanguage/Component Program Flow|diagrams]].  
Є багато статей, уроків, посилань і часто ставлених запитань, Які фокусуються на розробці компонентів. Якщо ви вперше беретеся за розробку компоненту Joomla, вам варто почати з [[S:MyLanguage/Absolute Basics of How a Component Functions|Absolute Basics of How a Component Functions]]. If needed, you can visualise the control flow of a component with these [[S:MyLanguage/Component Program Flow|diagrams]].  


Next, you will want to read our {{JVer/multi|2.5,3.x}} MVC tutorial {{rarr}} [[S:MyLanguage/Developing a MVC Component|Developing a Model-View-Controller Component]]. Remember to familiarise yourself with Joomla! '''[[S:MyLanguage/Secure coding guidelines|Secure coding guidelines]]''' and '''[[S:MyLanguage/Development Best Practices|Development Best Practices]]'''.
Next, you will want to read our {{JVer/multi|3.x}} MVC tutorial {{rarr}} [[S:MyLanguage/J3.x:Developing_an_MVC_Component|Developing a Model-View-Controller Component]]. Remember to familiarise yourself with Joomla! '''[[S:MyLanguage/Secure coding guidelines|Secure coding guidelines]]''' and '''[[S:MyLanguage/Development Best Practices|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 [[S:MyLanguage/Portal:Component Development|Component Development Portal]] or any of the supporting Portals for Development(Plugins, Modules or Templates).  
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 [[S:MyLanguage/Portal:Component Development|Component Development Portal]] or any of the supporting Portals for Development(Plugins, Modules or Templates).  

Latest revision as of 17:50, 22 February 2017

Є багато статей, уроків, посилань і часто ставлених запитань, Які фокусуються на розробці компонентів. Якщо ви вперше беретеся за розробку компоненту 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  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).