Developing an MVC Component/Adding an Image: Difference between revisions
From Joomla! Documentation
Page creation for Robbie |
Marked this version for translation |
||
| Line 8: | Line 8: | ||
<translate> | <translate> | ||
== Contributors == | == Contributors == <!--T:4--> | ||
</translate> | </translate> | ||
*[[User:Robbiej|Robbie Jackson]] | *[[User:Robbiej|Robbie Jackson]] | ||
| Line 14: | Line 14: | ||
{{-}} | {{-}} | ||
<div class="row"> | <div class="row"> | ||
<div class="large-6 columns">{{Basic button|<translate>S:MyLanguage/J3.x:Developing_an_MVC_Component/Adding a front-end form|Prev: Adding a front-end form</translate>|class=expand success}}</div> | <div class="large-6 columns">{{Basic button|<translate><!--T:5--> S:MyLanguage/J3.x:Developing_an_MVC_Component/Adding a front-end form|Prev: Adding a front-end form</translate>|class=expand success}}</div> | ||
<div class="large-6 columns">{{Basic button|<translate>S:MyLanguage/J3.x:Developing_an_MVC_Component/Using_the_language_filter_facility|Next: Using the language filter facility</translate>|class=expand}}</div> | <div class="large-6 columns">{{Basic button|<translate><!--T:6--> S:MyLanguage/J3.x:Developing_an_MVC_Component/Using_the_language_filter_facility|Next: Using the language filter facility</translate>|class=expand}}</div> | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
Revision as of 20:10, 11 December 2017
Joomla!
3.x
Tutorial
Developing an MVC Component
Articles in This Series
- Introduction
- Developing a Basic Component
- Adding a View to the Site Part
- Adding a Menu Type to the Site Part
- Adding a Model to the Site Part
- Adding a Variable Request in the Menu Type
- Using the Database
- Basic Backend
- Adding Language Management
- Adding Backend Actions
- Adding Decorations to the Backend
- Adding Verifications
- Adding Categories
- Adding Configuration
- Adding ACL
- Adding an Install/Uninstall/Update Script File
- Adding a Frontend Form
- Adding an Image
- Adding a Map
- Adding AJAX
- Adding an Alias
- Using the Language Filter Facility
- Adding a Modal
- Adding Associations
- Adding Checkout
- Adding Ordering
- Adding Levels
- Adding Versioning
- Adding Tags
- Adding Access
- Adding a Batch Process
- Adding Cache
- Adding a Feed
- Adding an Update Server
- Adding Custom Fields
- Upgrading to Joomla4
This is a multiple-article series of tutorials on how to develop a Model-View-Controller Component for Joomla! Version
.
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 tutorial is part of the Developing a MVC Component for Joomla! 3.x tutorial. You are encouraged to read the previous parts of the tutorial before reading this.
YOUR CONTENT HERE