Notice (8): Undefined index: sort [APP/Controller/EventController.php, line 1912]Code Context $objPHPExcel->getProperties()->setCreator("Eric De Kock")->setLastModifiedBy("V4a")->setTitle("Export Data")->setSubject("Export Data")->setDescription("Export Data")->setKeywords("Export Data")->setCategory("Export Data");
if ($_GET['sort'] == "competition_list") {
$tournament_id = '142'
$sort = 'competitions.position ASC'
$label = 'Order by position ASC'
$Contestant = array(
(int) 0 => array(
'competitions' => array(
'id' => '14978',
'tournament_id' => '142',
'contestant_id_1' => '6315',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '4000',
'timer_read' => '00:04',
'position' => '1',
'rank' => '4',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6315',
'name' => 'Joshua',
'city' => 'Maastricht',
'outlet' => 'Gastrobar 2H',
'country' => '',
'date_created' => null
)
),
(int) 1 => array(
'competitions' => array(
'id' => '14979',
'tournament_id' => '142',
'contestant_id_1' => '6321',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '2',
'rank' => '1',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6321',
'name' => 'Iris',
'city' => 'Maastricht',
'outlet' => 'Alex maastricht',
'country' => '',
'date_created' => null
)
),
(int) 2 => array(
'competitions' => array(
'id' => '14980',
'tournament_id' => '142',
'contestant_id_1' => '6320',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '3',
'rank' => '2',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6320',
'name' => 'Felix',
'city' => 'Maastricht',
'outlet' => 'Tapperij de Poshoorn',
'country' => '',
'date_created' => null
)
),
(int) 3 => array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)
)
$objPHPExcel = object(PHPExcel) {
[private] _uniqueID => '6967647d51a37'
[private] _properties => object(PHPExcel_DocumentProperties) {}
[private] _security => object(PHPExcel_DocumentSecurity) {}
[private] _workSheetCollection => array(
(int) 0 => object(PHPExcel_Worksheet) {}
)
[private] _calculationEngine => object(PHPExcel_Calculation) {}
[private] _activeSheetIndex => (int) 0
[private] _namedRanges => array()
[private] _cellXfSupervisor => object(PHPExcel_Style) {}
[private] _cellXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _cellStyleXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _hasMacros => false
[private] _macrosCode => null
[private] _macrosCertificate => null
[private] _ribbonXMLData => null
[private] _ribbonBinObjects => null
}
$date_created = '2026_01_14 09:40:13'
$filename = 'Export - 2026_01_14 09:40:13'EventController::excel() - APP/Controller/EventController.php, line 1912
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108
Warning (2): Cannot modify header information - headers already sent by (output started at /home/diodevs/public_html/heineken/twts/twts/lib/Cake/Utility/Debugger.php:801) [APP/Controller/EventController.php, line 1966]Code Context
// Redirect output to a client?s web browser (Excel2007)
header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
$tournament_id = '142'
$sort = 'competitions.position ASC'
$label = 'Order by position ASC'
$Contestant = array(
(int) 0 => array(
'competitions' => array(
'id' => '14978',
'tournament_id' => '142',
'contestant_id_1' => '6315',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '4000',
'timer_read' => '00:04',
'position' => '1',
'rank' => '4',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6315',
'name' => 'Joshua',
'city' => 'Maastricht',
'outlet' => 'Gastrobar 2H',
'country' => '',
'date_created' => null
)
),
(int) 1 => array(
'competitions' => array(
'id' => '14979',
'tournament_id' => '142',
'contestant_id_1' => '6321',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '2',
'rank' => '1',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6321',
'name' => 'Iris',
'city' => 'Maastricht',
'outlet' => 'Alex maastricht',
'country' => '',
'date_created' => null
)
),
(int) 2 => array(
'competitions' => array(
'id' => '14980',
'tournament_id' => '142',
'contestant_id_1' => '6320',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '3',
'rank' => '2',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6320',
'name' => 'Felix',
'city' => 'Maastricht',
'outlet' => 'Tapperij de Poshoorn',
'country' => '',
'date_created' => null
)
),
(int) 3 => array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)
)
$objPHPExcel = object(PHPExcel) {
[private] _uniqueID => '6967647d51a37'
[private] _properties => object(PHPExcel_DocumentProperties) {}
[private] _security => object(PHPExcel_DocumentSecurity) {}
[private] _workSheetCollection => array(
(int) 0 => object(PHPExcel_Worksheet) {}
)
[private] _calculationEngine => object(PHPExcel_Calculation) {}
[private] _activeSheetIndex => (int) 0
[private] _namedRanges => array()
[private] _cellXfSupervisor => object(PHPExcel_Style) {}
[private] _cellXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _cellStyleXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _hasMacros => false
[private] _macrosCode => null
[private] _macrosCertificate => null
[private] _ribbonXMLData => null
[private] _ribbonBinObjects => null
}
$date_created = '2026_01_14 09:40:13'
$filename = 'Export - 2026_01_14 09:40:13'
$i = (int) 6
$row = array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)header - [internal], line ??
EventController::excel() - APP/Controller/EventController.php, line 1966
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108
Warning (2): Cannot modify header information - headers already sent by (output started at /home/diodevs/public_html/heineken/twts/twts/lib/Cake/Utility/Debugger.php:801) [APP/Controller/EventController.php, line 1967]Code Context // Redirect output to a client?s web browser (Excel2007)
header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
header('Content-Disposition: attachment;filename="' . $filename . '.xlsx"');
$tournament_id = '142'
$sort = 'competitions.position ASC'
$label = 'Order by position ASC'
$Contestant = array(
(int) 0 => array(
'competitions' => array(
'id' => '14978',
'tournament_id' => '142',
'contestant_id_1' => '6315',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '4000',
'timer_read' => '00:04',
'position' => '1',
'rank' => '4',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6315',
'name' => 'Joshua',
'city' => 'Maastricht',
'outlet' => 'Gastrobar 2H',
'country' => '',
'date_created' => null
)
),
(int) 1 => array(
'competitions' => array(
'id' => '14979',
'tournament_id' => '142',
'contestant_id_1' => '6321',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '2',
'rank' => '1',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6321',
'name' => 'Iris',
'city' => 'Maastricht',
'outlet' => 'Alex maastricht',
'country' => '',
'date_created' => null
)
),
(int) 2 => array(
'competitions' => array(
'id' => '14980',
'tournament_id' => '142',
'contestant_id_1' => '6320',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '3',
'rank' => '2',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6320',
'name' => 'Felix',
'city' => 'Maastricht',
'outlet' => 'Tapperij de Poshoorn',
'country' => '',
'date_created' => null
)
),
(int) 3 => array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)
)
$objPHPExcel = object(PHPExcel) {
[private] _uniqueID => '6967647d51a37'
[private] _properties => object(PHPExcel_DocumentProperties) {}
[private] _security => object(PHPExcel_DocumentSecurity) {}
[private] _workSheetCollection => array(
(int) 0 => object(PHPExcel_Worksheet) {}
)
[private] _calculationEngine => object(PHPExcel_Calculation) {}
[private] _activeSheetIndex => (int) 0
[private] _namedRanges => array()
[private] _cellXfSupervisor => object(PHPExcel_Style) {}
[private] _cellXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _cellStyleXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _hasMacros => false
[private] _macrosCode => null
[private] _macrosCertificate => null
[private] _ribbonXMLData => null
[private] _ribbonBinObjects => null
}
$date_created = '2026_01_14 09:40:13'
$filename = 'Export - 2026_01_14 09:40:13'
$i = (int) 6
$row = array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)header - [internal], line ??
EventController::excel() - APP/Controller/EventController.php, line 1967
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108
Warning (2): Cannot modify header information - headers already sent by (output started at /home/diodevs/public_html/heineken/twts/twts/lib/Cake/Utility/Debugger.php:801) [APP/Controller/EventController.php, line 1968]Code Context header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
header('Content-Disposition: attachment;filename="' . $filename . '.xlsx"');
header('Cache-Control: max-age=0');
$tournament_id = '142'
$sort = 'competitions.position ASC'
$label = 'Order by position ASC'
$Contestant = array(
(int) 0 => array(
'competitions' => array(
'id' => '14978',
'tournament_id' => '142',
'contestant_id_1' => '6315',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '4000',
'timer_read' => '00:04',
'position' => '1',
'rank' => '4',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6315',
'name' => 'Joshua',
'city' => 'Maastricht',
'outlet' => 'Gastrobar 2H',
'country' => '',
'date_created' => null
)
),
(int) 1 => array(
'competitions' => array(
'id' => '14979',
'tournament_id' => '142',
'contestant_id_1' => '6321',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '2',
'rank' => '1',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6321',
'name' => 'Iris',
'city' => 'Maastricht',
'outlet' => 'Alex maastricht',
'country' => '',
'date_created' => null
)
),
(int) 2 => array(
'competitions' => array(
'id' => '14980',
'tournament_id' => '142',
'contestant_id_1' => '6320',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '3',
'rank' => '2',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6320',
'name' => 'Felix',
'city' => 'Maastricht',
'outlet' => 'Tapperij de Poshoorn',
'country' => '',
'date_created' => null
)
),
(int) 3 => array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)
)
$objPHPExcel = object(PHPExcel) {
[private] _uniqueID => '6967647d51a37'
[private] _properties => object(PHPExcel_DocumentProperties) {}
[private] _security => object(PHPExcel_DocumentSecurity) {}
[private] _workSheetCollection => array(
(int) 0 => object(PHPExcel_Worksheet) {}
)
[private] _calculationEngine => object(PHPExcel_Calculation) {}
[private] _activeSheetIndex => (int) 0
[private] _namedRanges => array()
[private] _cellXfSupervisor => object(PHPExcel_Style) {}
[private] _cellXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _cellStyleXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _hasMacros => false
[private] _macrosCode => null
[private] _macrosCertificate => null
[private] _ribbonXMLData => null
[private] _ribbonBinObjects => null
}
$date_created = '2026_01_14 09:40:13'
$filename = 'Export - 2026_01_14 09:40:13'
$i = (int) 6
$row = array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)header - [internal], line ??
EventController::excel() - APP/Controller/EventController.php, line 1968
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108
Warning (2): Cannot modify header information - headers already sent by (output started at /home/diodevs/public_html/heineken/twts/twts/lib/Cake/Utility/Debugger.php:801) [APP/Controller/EventController.php, line 1970]Code Context header('Cache-Control: max-age=0');
// If you're serving to IE 9, then the following may be needed
header('Cache-Control: max-age=1');
$tournament_id = '142'
$sort = 'competitions.position ASC'
$label = 'Order by position ASC'
$Contestant = array(
(int) 0 => array(
'competitions' => array(
'id' => '14978',
'tournament_id' => '142',
'contestant_id_1' => '6315',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '4000',
'timer_read' => '00:04',
'position' => '1',
'rank' => '4',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6315',
'name' => 'Joshua',
'city' => 'Maastricht',
'outlet' => 'Gastrobar 2H',
'country' => '',
'date_created' => null
)
),
(int) 1 => array(
'competitions' => array(
'id' => '14979',
'tournament_id' => '142',
'contestant_id_1' => '6321',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '2',
'rank' => '1',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6321',
'name' => 'Iris',
'city' => 'Maastricht',
'outlet' => 'Alex maastricht',
'country' => '',
'date_created' => null
)
),
(int) 2 => array(
'competitions' => array(
'id' => '14980',
'tournament_id' => '142',
'contestant_id_1' => '6320',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '3',
'rank' => '2',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6320',
'name' => 'Felix',
'city' => 'Maastricht',
'outlet' => 'Tapperij de Poshoorn',
'country' => '',
'date_created' => null
)
),
(int) 3 => array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)
)
$objPHPExcel = object(PHPExcel) {
[private] _uniqueID => '6967647d51a37'
[private] _properties => object(PHPExcel_DocumentProperties) {}
[private] _security => object(PHPExcel_DocumentSecurity) {}
[private] _workSheetCollection => array(
(int) 0 => object(PHPExcel_Worksheet) {}
)
[private] _calculationEngine => object(PHPExcel_Calculation) {}
[private] _activeSheetIndex => (int) 0
[private] _namedRanges => array()
[private] _cellXfSupervisor => object(PHPExcel_Style) {}
[private] _cellXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _cellStyleXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _hasMacros => false
[private] _macrosCode => null
[private] _macrosCertificate => null
[private] _ribbonXMLData => null
[private] _ribbonBinObjects => null
}
$date_created = '2026_01_14 09:40:13'
$filename = 'Export - 2026_01_14 09:40:13'
$i = (int) 6
$row = array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)header - [internal], line ??
EventController::excel() - APP/Controller/EventController.php, line 1970
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108
Warning (2): Cannot modify header information - headers already sent by (output started at /home/diodevs/public_html/heineken/twts/twts/lib/Cake/Utility/Debugger.php:801) [APP/Controller/EventController.php, line 1973]Code Context
// If you're serving to IE over SSL, then the following may be needed
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); // Date in the past
$tournament_id = '142'
$sort = 'competitions.position ASC'
$label = 'Order by position ASC'
$Contestant = array(
(int) 0 => array(
'competitions' => array(
'id' => '14978',
'tournament_id' => '142',
'contestant_id_1' => '6315',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '4000',
'timer_read' => '00:04',
'position' => '1',
'rank' => '4',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6315',
'name' => 'Joshua',
'city' => 'Maastricht',
'outlet' => 'Gastrobar 2H',
'country' => '',
'date_created' => null
)
),
(int) 1 => array(
'competitions' => array(
'id' => '14979',
'tournament_id' => '142',
'contestant_id_1' => '6321',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '2',
'rank' => '1',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6321',
'name' => 'Iris',
'city' => 'Maastricht',
'outlet' => 'Alex maastricht',
'country' => '',
'date_created' => null
)
),
(int) 2 => array(
'competitions' => array(
'id' => '14980',
'tournament_id' => '142',
'contestant_id_1' => '6320',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '3',
'rank' => '2',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6320',
'name' => 'Felix',
'city' => 'Maastricht',
'outlet' => 'Tapperij de Poshoorn',
'country' => '',
'date_created' => null
)
),
(int) 3 => array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)
)
$objPHPExcel = object(PHPExcel) {
[private] _uniqueID => '6967647d51a37'
[private] _properties => object(PHPExcel_DocumentProperties) {}
[private] _security => object(PHPExcel_DocumentSecurity) {}
[private] _workSheetCollection => array(
(int) 0 => object(PHPExcel_Worksheet) {}
)
[private] _calculationEngine => object(PHPExcel_Calculation) {}
[private] _activeSheetIndex => (int) 0
[private] _namedRanges => array()
[private] _cellXfSupervisor => object(PHPExcel_Style) {}
[private] _cellXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _cellStyleXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _hasMacros => false
[private] _macrosCode => null
[private] _macrosCertificate => null
[private] _ribbonXMLData => null
[private] _ribbonBinObjects => null
}
$date_created = '2026_01_14 09:40:13'
$filename = 'Export - 2026_01_14 09:40:13'
$i = (int) 6
$row = array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)header - [internal], line ??
EventController::excel() - APP/Controller/EventController.php, line 1973
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108
Warning (2): Cannot modify header information - headers already sent by (output started at /home/diodevs/public_html/heineken/twts/twts/lib/Cake/Utility/Debugger.php:801) [APP/Controller/EventController.php, line 1974]Code Context // If you're serving to IE over SSL, then the following may be needed
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); // Date in the past
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); // always modified
$tournament_id = '142'
$sort = 'competitions.position ASC'
$label = 'Order by position ASC'
$Contestant = array(
(int) 0 => array(
'competitions' => array(
'id' => '14978',
'tournament_id' => '142',
'contestant_id_1' => '6315',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '4000',
'timer_read' => '00:04',
'position' => '1',
'rank' => '4',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6315',
'name' => 'Joshua',
'city' => 'Maastricht',
'outlet' => 'Gastrobar 2H',
'country' => '',
'date_created' => null
)
),
(int) 1 => array(
'competitions' => array(
'id' => '14979',
'tournament_id' => '142',
'contestant_id_1' => '6321',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '2',
'rank' => '1',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6321',
'name' => 'Iris',
'city' => 'Maastricht',
'outlet' => 'Alex maastricht',
'country' => '',
'date_created' => null
)
),
(int) 2 => array(
'competitions' => array(
'id' => '14980',
'tournament_id' => '142',
'contestant_id_1' => '6320',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '3',
'rank' => '2',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6320',
'name' => 'Felix',
'city' => 'Maastricht',
'outlet' => 'Tapperij de Poshoorn',
'country' => '',
'date_created' => null
)
),
(int) 3 => array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)
)
$objPHPExcel = object(PHPExcel) {
[private] _uniqueID => '6967647d51a37'
[private] _properties => object(PHPExcel_DocumentProperties) {}
[private] _security => object(PHPExcel_DocumentSecurity) {}
[private] _workSheetCollection => array(
(int) 0 => object(PHPExcel_Worksheet) {}
)
[private] _calculationEngine => object(PHPExcel_Calculation) {}
[private] _activeSheetIndex => (int) 0
[private] _namedRanges => array()
[private] _cellXfSupervisor => object(PHPExcel_Style) {}
[private] _cellXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _cellStyleXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _hasMacros => false
[private] _macrosCode => null
[private] _macrosCertificate => null
[private] _ribbonXMLData => null
[private] _ribbonBinObjects => null
}
$date_created = '2026_01_14 09:40:13'
$filename = 'Export - 2026_01_14 09:40:13'
$i = (int) 6
$row = array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)header - [internal], line ??
EventController::excel() - APP/Controller/EventController.php, line 1974
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108
Warning (2): Cannot modify header information - headers already sent by (output started at /home/diodevs/public_html/heineken/twts/twts/lib/Cake/Utility/Debugger.php:801) [APP/Controller/EventController.php, line 1975]Code Context header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); // Date in the past
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); // always modified
header('Cache-Control: cache, must-revalidate'); // HTTP/1.1
$tournament_id = '142'
$sort = 'competitions.position ASC'
$label = 'Order by position ASC'
$Contestant = array(
(int) 0 => array(
'competitions' => array(
'id' => '14978',
'tournament_id' => '142',
'contestant_id_1' => '6315',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '4000',
'timer_read' => '00:04',
'position' => '1',
'rank' => '4',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6315',
'name' => 'Joshua',
'city' => 'Maastricht',
'outlet' => 'Gastrobar 2H',
'country' => '',
'date_created' => null
)
),
(int) 1 => array(
'competitions' => array(
'id' => '14979',
'tournament_id' => '142',
'contestant_id_1' => '6321',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '2',
'rank' => '1',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6321',
'name' => 'Iris',
'city' => 'Maastricht',
'outlet' => 'Alex maastricht',
'country' => '',
'date_created' => null
)
),
(int) 2 => array(
'competitions' => array(
'id' => '14980',
'tournament_id' => '142',
'contestant_id_1' => '6320',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '3',
'rank' => '2',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6320',
'name' => 'Felix',
'city' => 'Maastricht',
'outlet' => 'Tapperij de Poshoorn',
'country' => '',
'date_created' => null
)
),
(int) 3 => array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)
)
$objPHPExcel = object(PHPExcel) {
[private] _uniqueID => '6967647d51a37'
[private] _properties => object(PHPExcel_DocumentProperties) {}
[private] _security => object(PHPExcel_DocumentSecurity) {}
[private] _workSheetCollection => array(
(int) 0 => object(PHPExcel_Worksheet) {}
)
[private] _calculationEngine => object(PHPExcel_Calculation) {}
[private] _activeSheetIndex => (int) 0
[private] _namedRanges => array()
[private] _cellXfSupervisor => object(PHPExcel_Style) {}
[private] _cellXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _cellStyleXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _hasMacros => false
[private] _macrosCode => null
[private] _macrosCertificate => null
[private] _ribbonXMLData => null
[private] _ribbonBinObjects => null
}
$date_created = '2026_01_14 09:40:13'
$filename = 'Export - 2026_01_14 09:40:13'
$i = (int) 6
$row = array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)header - [internal], line ??
EventController::excel() - APP/Controller/EventController.php, line 1975
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108
Warning (2): Cannot modify header information - headers already sent by (output started at /home/diodevs/public_html/heineken/twts/twts/lib/Cake/Utility/Debugger.php:801) [APP/Controller/EventController.php, line 1976]Code Context header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); // always modified
header('Cache-Control: cache, must-revalidate'); // HTTP/1.1
header('Pragma: public'); // HTTP/1.0
$tournament_id = '142'
$sort = 'competitions.position ASC'
$label = 'Order by position ASC'
$Contestant = array(
(int) 0 => array(
'competitions' => array(
'id' => '14978',
'tournament_id' => '142',
'contestant_id_1' => '6315',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '4000',
'timer_read' => '00:04',
'position' => '1',
'rank' => '4',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6315',
'name' => 'Joshua',
'city' => 'Maastricht',
'outlet' => 'Gastrobar 2H',
'country' => '',
'date_created' => null
)
),
(int) 1 => array(
'competitions' => array(
'id' => '14979',
'tournament_id' => '142',
'contestant_id_1' => '6321',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '2',
'rank' => '1',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6321',
'name' => 'Iris',
'city' => 'Maastricht',
'outlet' => 'Alex maastricht',
'country' => '',
'date_created' => null
)
),
(int) 2 => array(
'competitions' => array(
'id' => '14980',
'tournament_id' => '142',
'contestant_id_1' => '6320',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '3',
'rank' => '2',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6320',
'name' => 'Felix',
'city' => 'Maastricht',
'outlet' => 'Tapperij de Poshoorn',
'country' => '',
'date_created' => null
)
),
(int) 3 => array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)
)
$objPHPExcel = object(PHPExcel) {
[private] _uniqueID => '6967647d51a37'
[private] _properties => object(PHPExcel_DocumentProperties) {}
[private] _security => object(PHPExcel_DocumentSecurity) {}
[private] _workSheetCollection => array(
(int) 0 => object(PHPExcel_Worksheet) {}
)
[private] _calculationEngine => object(PHPExcel_Calculation) {}
[private] _activeSheetIndex => (int) 0
[private] _namedRanges => array()
[private] _cellXfSupervisor => object(PHPExcel_Style) {}
[private] _cellXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _cellStyleXfCollection => array(
(int) 0 => object(PHPExcel_Style) {}
)
[private] _hasMacros => false
[private] _macrosCode => null
[private] _macrosCertificate => null
[private] _ribbonXMLData => null
[private] _ribbonBinObjects => null
}
$date_created = '2026_01_14 09:40:13'
$filename = 'Export - 2026_01_14 09:40:13'
$i = (int) 6
$row = array(
'competitions' => array(
'id' => '14981',
'tournament_id' => '142',
'contestant_id_1' => '6317',
'contestant_id_2' => null,
'number' => '',
'number2' => null,
'timer' => '0',
'timer_read' => '00:00',
'position' => '4',
'rank' => '3',
'j1' => '0',
'j2' => '0',
'j3' => '0',
'j4' => '0',
'j5' => '0',
'j6' => '0',
'j7' => '0',
'j8' => '0',
'j9' => '0',
'j10' => '0',
'total_score' => '0',
'date_created' => '2023-10-07 15:08:25',
'round' => 'competition'
),
'contestants' => array(
'id' => '6317',
'name' => 'Kevin',
'city' => 'Heerlen',
'outlet' => 'Café Dingus',
'country' => '',
'date_created' => null
)
)header - [internal], line ??
EventController::excel() - APP/Controller/EventController.php, line 1976
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108
PK M.\GDX [Content_Types].xmlMN0"%nY vAa (0ؖgw{&i@nbE{yd۸l
mX()F;@1_c)jx/%Ey
QĿi!K y3JO,X٭>B~Ӥ6J=oBZtX4Cg,Qg mrLٯcet Z?hPv±ujR}CvPK M.\78 K _rels/.relsj0{
{1F^ʠ2l$-}yÎOvy;؋Ӱ.JP^Yű3GWwg)>qQCDb!]i$L32noT:Z
h[4ი]yN,ە>>j
-'
V)#EF^6n8q"KH>_ׄeƏ<⇄Udv
TPK M.\$V xl/_rels/workbook.xml.relsj0D
ZvZJ)s)\[LlIh7mUHĬؙH8OL*JM|4g[=
&$w74r}$M<)pEJ2GMEMҨ9ɨ^w(We$O
V )C_9J$/:dG]dWKss<[VtB)?0_!!4EǩyPK M.\F G docProps/app.xmlSn0+9A1pWgUc$';;MGͩmXw9_2_ZwgHڕrM05Q
V*]T>RW5pG&˾8ʫ0ⶣ-ˡIOk4KGkG_y2H,$-*bʽ
IXUA3!@3iQɎM#vrh#~7)W߱ bNp]b{#!K$|i`|v:?G|)[ςG;/v*|(|>b*GiiIu2-nҜ:Eʉ0P*Kg|*SN/ PK M.\7ddt % docProps/core.xmln0}*TQR\JJKb[!o_'@ G|7o"#@#^|ߒ#גFÈ8ʄMq
|OM)b%@ .+9[RŚ/% 9mc9qEk JiKEpxURam";zUVUի-Ok5V gRGS"@h:GB3Ă{|^(u>=/g\۫ O~|&$NsvYKk>19gwiã$n|[mt ^8e1u5gܾq
ueбЮlȽ4>:a{:PK M.\s{Y xl/theme/theme1.xmlYOo6Slu:E֦
CDK)Q 餾
qaݰˀvh]O
{c6iSlC-Q|^!k9"]hxc!p`ҵDZW>7UDbA`>`(MLD"S'sgbֵ@NF䞲RBjl/ZC
OIWfN'vU`0%},uV<5Pʻno7zQ÷*4vw+oo^o6n"F
:22KȄFxP
Dk1 yp RL>ǂL $X[)|2B4U]CFTO|1z'9~«8 uWfo~i*G6 2gE(pHp3Gλ- t=LQZ׀FsetsfIh.f:nCf)djbُHM=!IBb Ciͯ\Bw(ajtɈ*!.slu7Q3rXGBB`fbIX͍±Qc3yȤ\5K h)M47ż5]6HԄ9ב;|ڏpuIc?SآqeT3$Cp6ܷ)QgK[4$[ SJ^9`Vcl3
u}^c(pgx_WwBU)^;gm'5g̋!L惜h*:p
b\B(K֡D)pίlŽXn%|J]P+cpZaKo&)xfiKٚ7!o^&8f!6
f$^0XC$#2FuJu^5MFͤ&H8w8X,h5=8Z1NJfaҵ|Ud>iy[:DB,*_ZI*|_WVOL&Wkfag(8Bc6vP GEs1n_f>ev`FI-<^ꐏ45)s4{wMv.4 zA 0hBEPQ(qe^"S v+9V(raiJ"AȞ*|3FeY+wL ePrɠ٦p6^=gE\kGƛpƣiMᚂ/(ToG|%xSrr:w42VoBiSsvklk家WS.2h,>w~4cJ?PK M.\7685 xl/sharedStrings.xmlKN0=vC)P%PQ r!6Isp1ؠEF5|bhWzyz)1jg1$9OR"R&+v6@#ע
pX#T!rSDjX):k>:\r&S2yY~[Nq$ÐWHH"Dr4H.#O6
F!>}X%3j?ޜPb`ݰLO5Et}\ky%p7=.wFOqFsF<PK M.\_ h
xl/styles.xmln0}
ÑR5hT5T V|Ap
yژE6>?Q
rcV)oNtU?E+%
R:٧$@wg[
X0^T6bE@2{{PnF2ti#a$)%+%jDK*=(LFYh)1
BRwE_`'!V]אDZ*-!-SbrA<2Kýump!־4Y3D0*w Ybak
uTMc}u~͵]jSo74HeB<9
G%ދkK0!=-b-|^L%dO,8=̌-.x$LkJ:mЂーRaS'aº9_5o,VYUOfJ6VʁH!+$]jh XnO k/~ѸTV:S#PK M.\qޘ xl/workbook.xmlQMs0+4SLہL:!ek]Tjrw$e"#FZȢoZq2G֗7-ŇA"0
!0*
P /hx_@]/Ѡ?0pPcWM#'LI<``nR~Q}tZ9giq
&tZ({PM9!lot 76mi3%F ^_"M~U*R:G8S>JJ'V]$T.!/{L+Z7آôkty;*dtշBTNbve)-7,3GgbG6ǒ진<|qS{18H'ɹdo72ecr|PK M.\q
xl/worksheets/sheet1.xmlr8)\ߘcfs>Tٹ+ o6tMwwK7o?ϩwB2CheǑ-IE<#JፋwyTy` s*R_LR dtg"xN3P.D)ii3aYa O$,O