Disable PHP code sniffer rules
I work with Moodle code a lot and on most (if not all) projects codesniffer is employed to ensure a
Read moreI work with Moodle code a lot and on most (if not all) projects codesniffer is employed to ensure a
Read moreIntroduction For years now I’ve been developing Moodle code in Notepad++, because of its tabs and understanding of line endings
Read moreIntroduction If you’ve not read my ‘The first step’ posts (all three – one, two and three) and don’t understand
Read moreLast time in part one we setup a web server and looked at PHP output. This time in part two we will look at:
1. variables
2. functions
3. scope and globals
So you want to modify your Moodle installation? You’ve learnt a little about HTML and CSS, but you’re not really a programmer. As Moodle’s dynamic element is orchestrated by PHP which is a scripting language (similar to a programming one). How can you make that leap?
Read moreIntroduction Moodle principally generates its HTML output using PHP (some can be generated via JavaScript on your web browser) using
Read more