J3.x

J3.x:تطوير مكون MVC/اضافة مخدم التحديث

From Joomla! Documentation

< J3.x:Developing an MVC Component
Revision as of 15:06, 13 August 2016 by Hossen (talk | contribs) (Created page with "J3.x:تطوير مكون MVC/اضافة مخدم التحديث")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Other languages:
Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎العربية • ‎فارسی • ‎中文(台灣)‎
Copyedit.png
This Page Needs Your Help

This page is tagged because it NEEDS REVIEW. You can help the Joomla! Documentation Wiki by contributing to it.
More pages that need help similar to this one are here. NOTE-If you feel the need is satistified, please remove this notice.


Joomla! 
3.x
Tutorial
Developing an MVC Component



This is a multiple-article series of tutorials on how to develop a Model-View-Controller Component for Joomla! VersionJoomla 3.x.

Begin with the Introduction, and navigate the articles in this series by using the navigation button at the bottom or the box to the right (the Articles in this series).



Introduction

This tutorial is part of the Developing an MVC Component for Joomla! 3.2 tutorial. You are encouraged to read the previous parts of the tutorial before reading this.

In this part, we will cover the various aspects of setting up our component to auto discover new updates using an update server.

While we write the page, please, refer to Deploying an Update Server.