need help finding function(s)

need help finding function(s)

על ידי james yuy בתאריך
מספר תגובות: 3
does anyone know what file the database functions such as get_record() are located in?
ממוצע דרוגים: -
בתגובה ל: james yuy

Re: need help finding function(s)

על ידי Zbigniew Fiedorowicz בתאריך
They're in lib/datalib.php
בתגובה ל: james yuy

Re: need help finding function(s)

על ידי Ray Kingdon בתאריך
If you use an editor like vim or gvim and point to the tags file (...moodle/tags) you can just "hover" on the name of the function and press Ctrl-]. The library file containing the function is read in and the function header... is shown. Ctrl-t gets you back to your source file. It's magic big grin