Joomla development continues in this Joomla development tutorial with a focus on the helper file included with a Joomla module. This helper file is an optional file used to provide a bit of organization and clarity to a Joomla module. The PHP helper file for a Joomla module acts very similar to the helper file we explored previously with the Joomla plugins. As we near the end of the module development tutorial of Joomla Development 101 we will begin to focus on the finishing touches which will make our Joomla module stand out from the crowd.
Lesson 14: Module Helper
Joomla Development 101: Lesson 14 from dbhurley on Vimeo.
Associated Slides for JD101 Module Helper
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
- [JD101] Lesson 13: Module Base