J3.x

Difference between revisions of "Developing an MVC Component/Using the language filter facility"

From Joomla! Documentation

< J3.x:Developing an MVC Component
m (fix up prev link at bottom)
m (set Previous step link to Adding AJAX)
 
Line 16: Line 16:
 
<div class="row">  
 
<div class="row">  
 
<div class="large-6 columns">{{Basic button|<translate><!--T:12-->
 
<div class="large-6 columns">{{Basic button|<translate><!--T:12-->
S:MyLanguage/J3.x:Developing_an_MVC_Component/Adding a Map|Prev: Adding a map</translate>|class=expand success}}</div>
+
S:MyLanguage/J3.x:Developing_an_MVC_Component/Adding AJAX|Prev: Adding AJAX</translate>|class=expand success}}</div>
 
<div class="large-6 columns">{{Basic button|<translate><!--T:13-->
 
<div class="large-6 columns">{{Basic button|<translate><!--T:13-->
 
S:MyLanguage/J3.x:Developing_an_MVC_Component/Adding an update server|Next: Adding an update server</translate>|class=expand}}</div>
 
S:MyLanguage/J3.x:Developing_an_MVC_Component/Adding an update server|Next: Adding an update server</translate>|class=expand}}</div>

Latest revision as of 05:31, 14 February 2018

Other languages:
العربية • ‎English • ‎español • ‎français • ‎Nederlands
Quill icon.png
Content is Incomplete

This article or section is incomplete, which means it may be lacking information. You are welcome to assist in its completion by editing it as well. If this article or section has not been edited in several days, please consider helping complete the content.
This article was last edited by Robbiej (talk| contribs) 7 hours ago. (Purge)


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.

Using the language filter facility

This part is open for editing.

Contributors