June 2017
Beginner to intermediate
368 pages
8h 31m
English
Roles and permissions are specified through the access.php script. These permissions are loaded when the plugin is installed or updated. Again, this file can be refactored easily using Eclipse.
Next to refactor is log.php. See https://docs.moodle.org/dev/Logging_API#Mod.2F.2A.2Fdb.2Flog.php_Files for details on the structure of this file. This file specifies how logging information should be displayed to the end user.
Then there is the file services.php. This script will expose web service functions from our plugin--which will be needed for the Moodle Mobile app.
As this is essentially a brand new plugin, the code in upgrade.php can be replaced ...
Read now
Unlock full access