Course material data retrieval ?

Course material data retrieval ?

by Haidar Aji -
Number of replies: 1

Good afternoon,

I'm new in the development of moodle plugin or even moodle in general. Currently, i am assigned to create a plugin similar to course_overview that already available. The difference is that i need to retrieve file that uploaded by the lecturer as well. I have two question i want to ask here :

1. How course_overview plugin retrieve the course data ? 

I am aware about the usage of $DB to retrieve file and help to understand how the plugin retrieve and decide that the data (such as forum post etc) is new is very much appreciated.

2. Where does the moodle store the data of uploaded file by lecturer ? in what table ?


Thank you very much for helping smile

Average of ratings: -
In reply to Haidar Aji

Re: Course material data retrieval ?

by Haidar Aji -
TL DR anyone know how to add new resource uploaded by the lecturer to course_overview block ?