I need help understanding how/where Moodle keeps its database

Re: Re: Re: I need help understanding how/where Moodle keeps its database

by Marcus Green -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
the xml files are used to create the tables when a plugin is first installed. If you need to modify tables once a plugin is installed (i.e. as part of an upgrade), then you need to create/update the update.php file with php that triggers the changes. Those changes can be generated from within the xmldb editor. See any plugin with an upgrade.php for what this code looks lile.
Average of ratings: Useful (1)