Media Summary: Here we're getting our hands dirty: grabbing data from the DB and displaying and manipulating it is a foundational aspect of ... Here we create a new form. This is a class that extends the core moodleform class. We then instantiate it in a new 'edit' page. Here I show how the internal code structure and api's make it easy to do something in the code that is reflected in the real site.
Moodle Developer Tutorial 4 5 - Detailed Analysis & Overview
Here we're getting our hands dirty: grabbing data from the DB and displaying and manipulating it is a foundational aspect of ... Here we create a new form. This is a class that extends the core moodleform class. We then instantiate it in a new 'edit' page. Here I show how the internal code structure and api's make it easy to do something in the code that is reflected in the real site. In this webinar you will learn the basics of setting up a