Stud.IP  2.5 Revision
evaluation_export.php File Reference

Namespaces

 Export
 

Variables

 $o_mode = Request::option('o_mode')
 
 $xml_file_id = Request::option('xml_file_id',"")
 
 $xslt_filename = Request::quoted('xslt_filename')
 
 $page = Request::option('page')
 
 $filter = Request::option('filter')
 
 $ex_type = Request::quoted('ex_type')
 
 $format = Request::option('format')
 
 $choose = Request::quoted('choose')
 
 $range_id = Request::option('range_id')
 
 if (( $o_mode !="direct") AND( $o_mode !="passthrough"))
 
if(get_config('EXPORT_ENABLE')) else
 

Variable Documentation

◆ $choose

$choose = Request::quoted('choose')

◆ $ex_type

$ex_type = Request::quoted('ex_type')

◆ $filter

◆ $format

$format = Request::option('format')

◆ $o_mode

$o_mode = Request::option('o_mode')

◆ $page

$page = Request::option('page')

◆ $range_id

$range_id = Request::option('range_id')

◆ $xml_file_id

$xml_file_id = Request::option('xml_file_id',"")

◆ $xslt_filename

$xslt_filename = Request::quoted('xslt_filename')

◆ else

if (get_config( 'EXPORT_ENABLE')) else
Initial value:
{
include ('lib/include/html_head.inc.php')

◆ if

if(($o_mode !="direct") AND($o_mode !="passthrough"))