SYSPATH/classes/kohana/request.php [ 638 ]
633 }
634
635 // No matching route for this URI
636 $this->status = 404;
637
638 throw new Kohana_Request_Exception('Unable to find a route to match the URI: :uri',
639 array(':uri' => $uri));
640 }
641
642 /**
643 * Returns the response as the string representation of a request.
-
SYSPATH/classes/kohana/request.php [ 275 ] » Kohana_Request->__construct(arguments)
0string(10) "menu8a.htm"270 271 // Remove all dot-paths from the URI, they are not valid 272 $uri = preg_replace('#\.[\s./]*/#', '', $uri); 273 274 // Create the instance singleton 275 Request::$instance = Request::$current = new Request($uri); 276 277 // Add the default Content-Type header 278 Request::$instance->headers['Content-Type'] = 'text/html; charset='.Kohana::$charset; 279 } 280 -
APPPATH/views/template/header.php [ 30 ] » Kohana_Request::instance()
25 </ul> 26 27 </div> 28 29 <?php 30 $sControl = Request::instance()->param('lang'); 31 $number = rand(1,7); 32 $link = "{$sBase}media/swf/gasthof_durigon_na_zime.swf"; 33 if(!empty($sControl)){ 34 //$link = "{$sBase}media/swf/{$number}.swf"; 35 $link = "{$sBase}media/swf/gasthof_durigon_na_zime.swf"; -
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0string(77) "/homepages/15/d241899427/htdocs/durigon/application/views/template/header.php"56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean(); -
SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)
0string(77) "/homepages/15/d241899427/htdocs/durigon/application/views/template/header.php"1array(1) ( "aMainMenu" => array(7) ( 0 => array(3) ( "title" => string(4) "Home" "link" => string(0) "" "id" => string(1) "1" ) 1 => array(3) ( "title" => string(11) "Fotogallery" "link" => string(0) "" "id" => string(1) "2" ) 2 => array(3) ( "title" => string(6) "Preise" "link" => string(0) "" "id" => string(1) "3" ) 3 => array(3) ( "title" => string(5) "Lifte" "link" => string(0) "" "id" => string(1) "4" ) 4 => array(3) ( "title" => string(6) "Wetter" "link" => string(113) "http://www.wetter.at/wetter/oesterreich/salzburg/ramingstein;jsessionid=0620FF41BE5F2512A3F970F17D48E3BD.apppubl3" "id" => string(1) "5" ) 5 => array(3) ( "title" => string(7) "Kontakt" "link" => string(0) "" "id" => string(1) "6" ) 6 => array(3) ( "title" => string(7) "Anfahrt" "link" => string(0) "" "id" => string(1) "7" ) ) )
338 { 339 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 340 } 341 342 // Combine local and global data and capture the output 343 return View::capture($this->_file, $this->_data); 344 } 345 346 } // End View -
SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 // Display the exception message 233 Kohana::exception_handler($e); -
APPPATH/views/template/index.php [ 91 ] » Kohana_View->__toString()
86 <div class="tail-top"> 87 <div class="tail-bottom"> 88 <div id="main"> 89 <!-- header --> 90 <div id="header"> 91 <?php echo isset($oHeader) ? $oHeader : '' ;?> 92 </div> 93 <!-- content --> 94 <div id="content"> 95 <div class="wrapper"> 96 <div class="col-1"> -
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0string(76) "/homepages/15/d241899427/htdocs/durigon/application/views/template/index.php"56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean(); -
SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)
0string(76) "/homepages/15/d241899427/htdocs/durigon/application/views/template/index.php"1array(4) ( "oHeader" => object View(2)
{ protected _file => string(77) "/homepages/15/d241899427/htdocs/durigon/application/views/template/header.php" protected _data => array(1) ( "aMainMenu" => array(7) ( 0 => array(3) ( "title" => string(4) "Home" "link" => string(0) "" "id" => string(1) "1" ) 1 => array(3) ( "title" => string(11) "Fotogallery" "link" => string(0) "" "id" => string(1) "2" ) 2 => array(3) ( "title" => string(6) "Preise" "link" => string(0) "" "id" => string(1) "3" ) 3 => array(3) ( "title" => string(5) "Lifte" "link" => string(0) "" "id" => string(1) "4" ) 4 => array(3) ( "title" => string(6) "Wetter" "link" => string(113) "http://www.wetter.at/wetter/oesterreich/salzburg/ramingstein;jsessionid=0620FF41BE5F2512A3F970F17D48E3BD.apppubl3" "id" => string(1) "5" ) 5 => array(3) ( "title" => string(7) "Kontakt" "link" => string(0) "" "id" => string(1) "6" ) 6 => array(3) ( "title" => string(7) "Anfahrt" "link" => string(0) "" "id" => string(1) "7" ) ) ) }"oContent" => object View(2){ protected _file => string(77) "/homepages/15/d241899427/htdocs/durigon/application/views/template/errors.php" protected _data => array(0) }"oLeftBox" => object View(2){ protected _file => string(79) "/homepages/15/d241899427/htdocs/durigon/application/views/template/left_box.php" protected _data => array(2) ( "aLeftMenu" => array(6) ( 0 => array(3) ( "title" => string(15) "Victoria Travel" "link" => string(24) "http://victoriatravel.eu" "id" => string(1) "9" ) 1 => array(3) ( "title" => string(4) "News" "link" => string(0) "" "id" => string(2) "10" ) 2 => array(3) ( "title" => string(13) "Unser Partner" "link" => string(0) "" "id" => string(2) "11" ) 3 => array(3) ( "title" => string(15) "Stellenangebote" "link" => string(0) "" "id" => string(2) "12" ) 4 => array(3) ( "title" => string(18) "Silvester 2012 !!!" "link" => string(0) "" "id" => string(2) "13" ) 5 => array(3) ( "title" => string(23) "MT Messe Warschau 2011" "link" => string(0) "" "id" => string(2) "14" ) ) "img" => string(14) "menu_hotel.jpg" ) }"oFooter" => object View(2){ protected _file => string(77) "/homepages/15/d241899427/htdocs/durigon/application/views/template/footer.php" protected _data => array(0) })338 { 339 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 340 } 341 342 // Combine local and global data and capture the output 343 return View::capture($this->_file, $this->_data); 344 } 345 346 } // End View -
SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 // Display the exception message 233 Kohana::exception_handler($e); -
APPPATH/bootstrap.php [ 174 ] » Kohana_View->__toString()
169 $total = array( 170 '1,065.20KB' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 171 '0.03858 seconds' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds'); 172 173 // Insert the totals into the response 174 $request->response = strtr((string) $request->response, $total); 175 } 176 177 178 179 /** -
DOCROOT/index.php [ 103 ] » require(arguments)
0string(65) "/homepages/15/d241899427/htdocs/durigon/application/bootstrap.php"98 // Load empty core extension 99 require SYSPATH.'classes/kohana'.EXT; 100 } 101 102 // Bootstrap the application 103 require APPPATH.'bootstrap'.EXT;




