Summary
We have started the development of our component. So far, we have added just the minimum code to make it work and added some functionalities.
In this chapter, you learned what the architecture of a Joomla! component is, how to add different views to your component, and of course, how to allow the items in your database to be edited. In this journey, we learned about some Joomla! classes that can work for us, minimizing the code we need to add to connect to the database.
We will keep adding new features in the following chapters, and we will create another type of extension to add even more functionalities to the project.
In the next chapter, we will develop the frontend part of our component.