|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | mod |
Local Library of functions for module scorm. | |
Variables | |
| $id = required_param('id', PARAM_INT) | |
| $cm = get_coursemodule_from_id('lesson', $id, 0, false, MUST_EXIST) | |
| $course = $DB->get_record('course', array('id' => $cm->course), '*', MUST_EXIST) | |
| $lesson = new lesson($DB->get_record('lesson', array('id' => $cm->instance), '*', MUST_EXIST)) | |
| $cm = get_coursemodule_from_id('lesson', $id, 0, false, MUST_EXIST) |
| $course = $DB->get_record('course', array('id' => $cm->course), '*', MUST_EXIST) |