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)
0
string(21) "page/6/www.durigon.at"
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 [ 34 ] » Kohana_Request::instance()
29 </ul> 30 31 </div> 32 33 <?php 34 $sControl = Request::instance()->param('lang'); 35 $number = rand(1,7); 36 37 foreach($slider as $slide){ 38 if($slide['aktywny'] == '1'){ 39 if($slide['id_slider'] == '1'){
-
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0
string(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)
0
string(77) "/homepages/15/d241899427/htdocs/durigon/application/views/template/header.php"
1
array(2) ( "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" ) ) "slider" => array(2) ( 0 => array(3) ( "aktywny" => string(1) "0" "id_slider" => string(1) "1" "name" => string(4) "zima" ) 1 => array(3) ( "aktywny" => string(1) "1" "id_slider" => string(1) "2" "name" => string(4) "lato" ) ) )
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 [ 96 ] » Kohana_View->__toString()
91 <div class="tail-top"> 92 <div class="tail-bottom"> 93 <div id="main"> 94 <!-- header --> 95 <div id="header"> 96 <?php echo isset($oHeader) ? $oHeader : '' ;?> 97 </div> 98 <!-- content --> 99 <div id="content"> 100 <div class="wrapper"> 101 <div class="col-1">
-
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0
string(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)
0
string(76) "/homepages/15/d241899427/htdocs/durigon/application/views/template/index.php"
1
array(4) ( "oHeader" => object View(2)
{ protected _file => string(77) "/homepages/15/d241899427/htdocs/durigon/application/views/template/header.php" protected _data => array(2) ( "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" ) ) "slider" => array(2) ( 0 => array(3) ( "aktywny" => string(1) "0" "id_slider" => string(1) "1" "name" => string(4) "zima" ) 1 => array(3) ( "aktywny" => string(1) "1" "id_slider" => string(1) "2" "name" => string(4) "lato" ) ) ) }
"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(0) "" "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(0) "" "link" => string(0) "" "id" => string(2) "12" ) 4 => array(3) ( "title" => string(0) "" "link" => string(0) "" "id" => string(2) "13" ) 5 => array(3) ( "title" => string(0) "" "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,723.43KB' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 171 '0.01605 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)
0
string(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; 104 105 ?> 106 107 108