Good practices when creating a template

Re: Good practices when creating a template

by Gareth J Barnard -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

I use:

  • Notepad++ or gEdit.
  • Local web server for testing.
  • error_log() and print_r($thing, true) for debugging.
  • Browser developer tools.

G

Average of ratings: Useful (1)