Media Summary: Here I wanted to get our feet wet by showing you how changing a setting in the front end UI affects our database in the backend. Here we create a new page and use a mustache template to output dynamic content calculated over in PHP. We send those to the ... We see this line of code everywhere so I just wanted to make a quick video explaining that here. It's also super useful to know how ...
Moodle Developer Tutorial 3 5 - Detailed Analysis & Overview
Here I wanted to get our feet wet by showing you how changing a setting in the front end UI affects our database in the backend. Here we create a new page and use a mustache template to output dynamic content calculated over in PHP. We send those to the ... We see this line of code everywhere so I just wanted to make a quick video explaining that here. It's also super useful to know how ... In this video, I walk ou through the Develoipment portal in In this webinar you will learn the basics of setting up a 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.
We add a setting to our block here and then read that in the code and use it to change the behaviour. We display a list of courses ...