Joomla Developer Manual

Manual Index

Developing an MVC Component

Copyedit.pngThis Page Needs Your Help

This page is tagged because it NEEDS MORE CONTENT*. 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!  4.x >Tutorial Developing an MVC Component for Joomla 4.x

Articles in this Series

  1. Introduction
  2. Developing a Basic Component
  3. Adding a View to the Site Part
  4. Adding a Menu Type to the Site Part
  5. Language Management
  6. Adding a Model to the Site Part
  7. Adding a Request Variable in the Menu Link
  8. Setting Up the Database

This is intended to be a multiple-article series of tutorials on how to develop a Model-View-Controller Component for Joomla! Version 4.x.

Under Construction

This section of the documentation is currently under heavy work, rewriting the Joomla 3 tutorial to be up-to-date. Joomla 4 is also still in the beta stage at the time of writing. While the information here should remain accurate, please be aware that pages will be missing and details may change until this notice is removed.

As per the Page Translation Guide, translation tagging will not be added to this tutorial until it is complete and the text is stabilised.

Let's start with the introduction

In this Article