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.
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.
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.
where can i found or look the data dictionary of moodle?
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).