Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/workshop/index.php File Reference

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)
 $course = $DB->get_record('course', array('id' => $id), '*', MUST_EXIST)
if(!$workshops=get_all_instances_in_course('workshop',
$course)) 
$usesections = course_format_uses_sections($course->format)
 Output starts here.
if($usesections) $timenow = time()
 $strsectionname = get_string('sectionname', 'format_'.$course->format)
 $strname = get_string('name')
 $table = new html_table()

Variable Documentation

$course = $DB->get_record('course', array('id' => $id), '*', MUST_EXIST)

Definition at line 32 of file index.php.

Definition at line 30 of file index.php.

$strname = get_string('name')

Definition at line 64 of file index.php.

$strsectionname = get_string('sectionname', 'format_'.$course->format)

Definition at line 63 of file index.php.

$table = new html_table()

Definition at line 65 of file index.php.

if ($usesections) $timenow = time()

Definition at line 62 of file index.php.

Output starts here.

Get all the appropriate data

Definition at line 57 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations