Stud.IP  2.5 Revision
index.php File Reference

Variables

 $sem = new SemesterData()
 
 $current_sem = $sem->getCurrentSemesterData()
 
 $_view = (Request::option('view') ? Request::option('view') : 'start')
 
 $_semester_id = (Request::option('semester_id') ? Request::option('semester_id') : $current_sem['semester_id'])
 
 $_timespan = (Request::option('timespan') ? Request::option('timespan') : 'course_time')
 
 $view_script = basename($_view) . '_view.inc.php'
 

Variable Documentation

◆ $_semester_id

$_semester_id = (Request::option('semester_id') ? Request::option('semester_id') : $current_sem['semester_id'])

◆ $_timespan

$_timespan = (Request::option('timespan') ? Request::option('timespan') : 'course_time')

◆ $_view

$_view = (Request::option('view') ? Request::option('view') : 'start')

◆ $current_sem

$current_sem = $sem->getCurrentSemesterData()

◆ $sem

$sem = new SemesterData()

◆ $view_script

$view_script = basename($_view) . '_view.inc.php'