Databases: moodle and MySQL explaination

Databases: moodle and MySQL explaination

kunaal sharma發表於
Number of replies: 3

i was wondering if someone could guide me to any references about how moodle interacts with database?

評比平均分數: -
In reply to kunaal sharma

Re: Databases: moodle and MySQL explaination

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片
I'm not sure how much information you are looking for.

In outline, it uses and abstraction library call adodb. On top of that there is a Moodle specific database layer providing a large number of regularly used database functions. You will find this in lib/datalib.php and is probably the best place to start looking.