Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $courseid = $PAGE->course->id
  2.  
  3. $courseid = optional_param('course', null, PARAM_INT);
  4.  
  5. function getCourses(){
  6. global $COURSE;
  7. echo $COURSE->id;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement