how to generate new tables

Re: how to generate new tables

autor Tim Hunt -
Počet odpovědí: 0
Obrázek: Core developers Obrázek: Documentation writers Obrázek: Particularly helpful Moodlers Obrázek: Peer reviewers Obrázek: Plugin developers
Moodle only looks for database install stuff for (some of) the predefinded types of plugin - and the way it processes database install actions is the same for all types of plugin.

If what you are trying to do fits into one of these standard types, then you are strongly recommended to make a standard plugin type. It will save you pain in the long run.

However, if all else fails, you can use Development:Local_customisation.