J3.x

Difference between revisions of "Developing an MVC Component/Adding an update server"

From Joomla! Documentation

< J3.x:Developing an MVC Component
(Created page with "{{:J3.1:Developing a MVC Component}} {{review}} This is a multiple-article series of tutorials on how to develop a Model-View-Contoller Component for Joomla! Version {{J...")
 
Line 4: Line 4:
  
 
This is a multiple-article series of tutorials on how to develop a Model-View-Contoller [[Component]] for Joomla! Version {{JVer|{{CurrentSTSVer|minor}}}}.
 
This is a multiple-article series of tutorials on how to develop a Model-View-Contoller [[Component]] for Joomla! Version {{JVer|{{CurrentSTSVer|minor}}}}.
 +
 +
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]].
  
 
[[Category:Joomla! 3.0]]
 
[[Category:Joomla! 3.0]]

Revision as of 11:46, 4 July 2014

Joomla! 
3.x
<translate> Tutorial</translate>
<translate> Developing an MVC Component</translate>

{{Chunk:Developing a Model-View-Controller (MVC) Component for Joomla!3.1 - Contents/<translate> en</translate>}} <translate> This is a multiple-article series of tutorials on how to develop a Model-View-Controller Component for Joomla! VersionJoomla 3.x.</translate>

<translate> 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).</translate>



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.


This is a multiple-article series of tutorials on how to develop a Model-View-Contoller Component for Joomla! Version Joomla 3.10.

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.