J3.x

Difference between revisions of "Developing an MVC Component/Example of a frontend update function"

From Joomla! Documentation

< J3.x:Developing an MVC Component
m (Marked for translation)
m (Typo)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude><languages /></noinclude>
 
<noinclude><languages /></noinclude>
{{:J3.1:Developing a MVC Component/<translate>en</translate>}}
 
 
{{review}}
 
{{review}}
<translate>== Introduction ==</translate>
+
{{:J3.1:Developing an MVC Component/<translate><!--T:1-->
<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>
+
en</translate>}}
 +
<translate>== Introduction == <!--T:2--></translate>
 +
<translate><!--T:3-->
 +
This tutorial is part of the [[S:MyLanguage/J3.2:Developing an MVC Component | Developing an MVC Component for Joomla! 3.2]] tutorial. You are encouraged to read the previous parts of the tutorial before reading this.</translate>
  
 
<div class="row">  
 
<div class="row">  
<div class="large-6 columns">{{Basic button|<translate>S:MyLanguage/J3.x:Developing_a_MVC_Component/AAdding an update server|Prev: Adding an update server</translate>|class=expand success}}</div>
+
<div class="large-6 columns">{{Basic button|<translate><!--T:4-->
<div class="large-6 columns">{{Basic button|<translate>S:MyLanguage/J3.x:Developing_a_MVC_Component/Example of menu parameters and stylesheets|Next: Example of menu parameters and stylesheets</translate>|class=expand}}</div>
+
S:MyLanguage/J3.x:Developing_an_MVC_Component/Adding an update server|Prev: Adding an update server</translate>|class=expand success}}</div>
 +
<div class="large-6 columns">{{Basic button|<translate><!--T:5-->
 +
S:MyLanguage/J3.x:Developing_an_MVC_Component/Example of menu parameters and stylesheets|Next: Example of menu parameters and stylesheets</translate>|class=expand}}</div>
 
</div>
 
</div>
 
+
__NOTOC__
 
<noinclude>
 
<noinclude>
 
<translate>
 
<translate>
 +
<!--T:6-->
 
[[Category:Joomla! 3.x]]
 
[[Category:Joomla! 3.x]]
 
[[Category:Joomla! 3.0]]
 
[[Category:Joomla! 3.0]]

Latest revision as of 08:59, 14 July 2015

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[edit]

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.