You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just one remaining issue here - process_data_field - ideally like to see that function removed completely and rewritten to build the sql using normal moodle processes rather than this helper function.
As described in https://docs.moodle.org/dev/Plugin_files#lib.php :
So your functions defined in index.php should be moved to locallib.php
Moreover to prevent namespace collision you should always use frankenstyle style for your constants and function's name (https://docs.moodle.org/dev/Coding_style#Functions_and_Methods, https://docs.moodle.org/dev/Coding_style#Constants)
The text was updated successfully, but these errors were encountered: