In this Joomla development tutorial we write the base file of a Joomla module. Joomla module development is an excellent place to begin your Joomla development if you're not comfortable with the intricacies of either plugin development or larger component development. You'll learn the basics of the Joomla module base file in this lesson. The base file is a PHP file located at the base of the Joomla module directory and is used as the entry point for the CMS when it includes the module. This file is simple to setup and contains relatively few lines of code. In this tutorial we will return to our sample module code and continue development.
Lesson 13: Module Base
Joomla Development 101: Lesson 13 from dbhurley on Vimeo.
Associated Slides for JD101 Module Base
Previous Posts in Series
- [JD101] Lesson 1: Introduction
- [JD101] Lesson 2: Setting up Development
- [JD101] Lesson 3: Code Versioning & Backup
- [JD101] Lesson 4: Testing
- [JD101] Lesson 5: Basic Joomla
- [JD101] Lesson 6: Starting a Plugin
- [JD101] Lesson 7: Plugin XML
- [JD101] Lesson 8: Main PHP
- [JD101] Lesson 9: Helper PHP
- [JD101] Lesson 10: Plugin Triggers
- [JD101] Lesson 11: Module Structure
- [JD101] Lesson 12: Module XML