J3.x

Developing an MVC Component/Adding an update server: Difference between revisions

From Joomla! Documentation

No edit summary
MATsxm (talk | contribs)
Marked for translation
Line 1: Line 1:
{{:J3.1:Developing a MVC Component}}
<noinclude><languages /></noinclude>
 
{{:J3.1:Developing a MVC Component/<translate>en</translate>}}
{{review}}
{{review}}
<translate>== Introduction ==</translate>
<translate>This tutorial is part of the [[S:MyLanguage/J3.2:Developing a MVC Component | Developing a MVC Component for Joomla! 3.2]] tutorial. You are encouraged to read the previous parts of the tutorial before reading this.</translate>


This is a multiple-article series of tutorials on how to develop a Model-View-Contoller [[Component]] for Joomla! Version {{JVer|{{CurrentSTSVer|minor}}}}.
<translate>In this part, we will cover the various aspects of setting up our component to auto discover new updates using an update server.</translate>


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 [[S:MyLanguage/Deploying an Update Server|Deploying an Update Server]].


While we write the page, please, refer to [[Deploying an Update Server]].
<div class="row">
<div class="large-6 columns">{{Basic button|<translate>S:MyLanguage/J3.x:Developing_a_MVC_Component/Using the language filter facility|Prev: Using the language filter facility</translate>|class=expand success}}</div>
<div class="large-6 columns">{{Basic button|<translate>S:MyLanguage/J3.x:Developing_a_MVC_Component/Example of a frontend update function|Next: Example of a frontend update function</translate>|class=expand}}</div>
</div>


<noinclude>
<translate>
[[Category:Joomla! 3.x]]
[[Category:Joomla! 3.0]]
[[Category:Joomla! 3.0]]
[[Category:Joomla! 3.1]]
[[Category:Joomla! 3.1]]
[[Category:Joomla! 3.2]]
[[Category:Joomla! 3.2]]
[[Category:Joomla! 3.3]]
[[Category:Joomla! 3.4]]
[[Category:Beginner Development]]
[[Category:Beginner Development]]
[[Category:Component Development]]
[[Category:Component Development]]
[[Category:Tutorials]]
[[Category:Tutorials in a Series]]
</translate>
</noinclude>

Revision as of 18:12, 7 July 2015

Joomla! 
3.x
Tutorial
Developing a 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).



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.


Introduction

This tutorial is part of the Developing a 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.