where can I find the data dictionary?

where can I find the data dictionary?

wót wendy solorzano -
Anzahl Antworten: 6

I doing my thesis in moodle, and I need the data dictionary, if Someone knows where I can find this?.

And I need to do uses cases abaut moodle if someone kows where I can find that I'm looking for, please write me.

Als Antwort auf wendy solorzano

Re: where can I find the data dictionary?

wót Tariq Adel Al Ammadi -
Do you mean the database schema? In which case see this thread, alternatively the specifics of each database table can be looked up using define mdl_xxx; If this is not what you're looking for then you need to provide more information about the data you are looking for.
Als Antwort auf Tariq Adel Al Ammadi

Re: where can I find the data dictionary?

wót wendy solorzano -
thaks for answer me, yes i looking for something like this

TABLE USER:

FIELD DESCRIPTION

id user's id
name user's name
emails users's email address


with your link i saw the database model, but I need some information about the main moodle's vars and funtions, because i need change some lines of original moodle code.

Als Antwort auf wendy solorzano

Re: where can I find the data dictionary?

wót danding aganon -

where can i found or look the data dictionary of moodle?

Als Antwort auf danding aganon

Re: where can I find the data dictionary?

wót Davo Smith -
Nutzerbild von Core developers Nutzerbild von Particularly helpful Moodlers Nutzerbild von Peer reviewers Nutzerbild von Plugin developers

If you want to find the data types of all the fields in the Moodle database, then use adminer or phpmyadmin to look at your database.

If you want to know what the fields are used for, then you will either need to read through the PHP code, or look for the install.xml file that defines that field to see if there are any comments to explain it (or take a guess from the name, as the field names are fairly clear in many cases).