Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

004. Adding a model to the site part

Astrid edited this page Oct 17, 2019 · 16 revisions

In this chapter we will ...

Now, we want to create a view on the front end.

t4_1

Newly created or Modified files

Newly created files

components/com_foos/Model/FooModel.php

Modified files

administrator/components/com_foos/foos.xml

components/com_foos/View/Foo/HtmlView.php

components/com_foos/tmpl/foo/default.php

changelog.xml

foo_update.xml

All changes at a glance

https://github.com/astridx/boilerplate/compare/t3...t4

Detailed explanations

File Structure

Example in Joomla 4

Side Note

Test your component

Concluding Remark

Overview of all files