Book Image

Developing Extensions for Joomla! 5

By : Carlos M. Cámara Mora
5 (3)
Book Image

Developing Extensions for Joomla! 5

5 (3)
By: Carlos M. Cámara Mora

Overview of this book

Joomla! 5 is a groundbreaking CMS that helps you take a significant leap into the world of content management systems. Joomla! 5 features a variety of impressive new features that align with current web standards and enable you to experience lightning-fast performance for optimal web page optimization, leverage the new code architecture, and tap into the WebService API, among others. This book takes you on a journey of extending Joomla's capabilities by developing your own extensions. The chapters not only explain the key concepts behind Joomla's architecture but also equip you with the latest techniques for crafting components and plugins. You’ll discover how to leverage existing features within Joomla! to empower your extensions and create tailored solutions. The book takes you from the initial stages of planning your extension development to a fully featured finished product. As you advance, you'll learn invaluable techniques for testing your extension, addressing common issues, and preparing it for publication. The concluding chapters of this comprehensive guide teach you how to test your extension for common issues, along with how to publish the extension for everyone to use. By the end of this book, you’ll have the confidence and skills to complete the cycle of extension development.
Table of Contents (21 chapters)
1
Part 1: Developing Components
8
Part 2: Developing Modules and Plugins
12
Part 3: Extending Templates
15
Part 4: Distributing Your Extensions

Preface

Joomla! is one of the most popular Content Management Systems (CMS) around. What started in 2005 as a fork of Mambo, now has nothing to do with it and has evolved to a great standard of security, efficiency, and usability. In all these years Joomla! API has grown to a stable and functional framework, and it embraces the modern PHP development standards. This book is about the latest Joomla! architecture and how to develop extensions that take advantage of it. The 14 chapters are grouped into 4 sections, each of which can be read individually, but if you are not familiar with Joomla! development, I recommend following the chapters sequentially.

Part 1 covers all topics related to component development and provides a full vision of the current Joomla! architecture that will be used in the other parts of the book.

Part 2 of the book explores module and plugin development and introduces the Joomla! Command Line Interface. This part will settle your understanding of Joomla’s new architecture.

Part 3 of the book covers template development. We go first through template overrides to understand how a template works and we then introduce Joomla! child templates. When you know how to develop a child template, developing a parent template is just a matter of adding the remaining files.

Finally, in the last part of the book, we explore what we need to take into account before distributing our extensions. We cover testing, security practices, and of course how to package and distribute our extensions.