We begin to close out our lecture series Joomla Development 101 with a focus on the view file of a module file. This is the final lesson dealing with unique portions of the Joomla module. We will move quickly through creating a view for your module and what should be included. The view file is a standard required file / folder for a Joomla module contains all the code related to the visual display and output from a module. This should be the only location where code is written which will display things to the user.
Lesson 15: View Helper
Joomla Development 101: Lesson 15 from dbhurley on Vimeo.
Associated Slides for JD101 Module View
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
- [JD101] Lesson 14: Module Helper