Part 1: Developing Components
The king of extensions in Joomla! is the component. With components, we can create tables in our database and we can offer views to manage the information in this table. Also, understanding components gives you a full view of the Joomla! 5 architecture as modules and plugins will use the same paradigm.
This part has the following chapters:
- Chapter 1, Planning Your Component
- Chapter 2, Developing the Backend of a Basic Joomla! Component
- Chapter 3, Developing the Frontend of a Basic Joomla! Component
- Chapter 4, Creating Forms in Joomla!
- Chapter 5, Harnessing the Power of Joomla! in Your Component
- Chapter 6, Adding a Web Service API to Your Component