APPPATH/views/map/map.php [ 14 ]
9 $x=0;
10 foreach($_map_markers as $md)
11 {
12 if($x!=0){echo ",";}
13 ?>
14 ["<?php echo $md['name']?>",<?php echo $md['latitude'];?>,<?php echo $md['longitude'];?>, 1, "<?php echo $md['asciiname'];?>",'<?php echo $md['marker'];?>','<?php echo $md['url'];?>']
15 <?php
16 $x++;
17 }
18 }
19 ?>
-
APPPATH/views/map/map.php [ 14 ] » Kohana_Core::error_handler(arguments)
0integer 8
1string(20) "Undefined index: url"2string(60) "/var/www/atlaspamatek.info.www/application/views/map/map.php"3integer 14
4array(9) ( "kohana_view_filename" => string(60) "/var/www/atlaspamatek.info.www/application/views/map/map.php" "kohana_view_data" => array(5) ( "_map_markers" => array(1) ( 0 => array(5) ( "name" => string(4) "Blog" "latitude" => NULL "longitude" => NULL "asciiname" => string(0) "" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" ) ) "map_zoom" => integer 5 "map_bounds" => bool TRUE "c_latitude" => NULL "c_longitude" => NULL ) "_map_markers" => array(1) ( 0 => array(5) ( "name" => string(4) "Blog" "latitude" => NULL "longitude" => NULL "asciiname" => string(0) "" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" ) ) "map_zoom" => integer 5 "map_bounds" => bool TRUE "c_latitude" => NULL "c_longitude" => NULL "x" => integer 0 "md" => array(5) ( "name" => string(4) "Blog" "latitude" => NULL "longitude" => NULL "asciiname" => string(0) "" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" ) )
9 $x=0; 10 foreach($_map_markers as $md) 11 { 12 if($x!=0){echo ",";} 13 ?> 14 ["<?php echo $md['name']?>",<?php echo $md['latitude'];?>,<?php echo $md['longitude'];?>, 1, "<?php echo $md['asciiname'];?>",'<?php echo $md['marker'];?>','<?php echo $md['url'];?>'] 15 <?php 16 $x++; 17 } 18 } 19 ?> -
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0string(60) "/var/www/atlaspamatek.info.www/application/views/map/map.php"57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean(); -
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0string(60) "/var/www/atlaspamatek.info.www/application/views/map/map.php"1array(5) ( "_map_markers" => array(1) ( 0 => array(5) ( "name" => string(4) "Blog" "latitude" => NULL "longitude" => NULL "asciiname" => string(0) "" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" ) ) "map_zoom" => integer 5 "map_bounds" => bool TRUE "c_latitude" => NULL "c_longitude" => NULL )
354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 } -
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message. -
APPPATH/views/_country/index.php [ 10 ] » Kohana_View->__toString()
5 <li><a class="link-effect" href="<?php echo URL::site();?><?php echo $country['continent']['asciiname'];?>"><?php echo $country['continent']['name']?></a></li> 6 <li><?php echo $country['name'];?></li> 7 </ol> 8 </div> 9 10 <?php echo $_map ?> 11 12 13 <?php 14 if(!empty($country['desperado']['data'])) 15 { -
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0string(67) "/var/www/atlaspamatek.info.www/application/views/_country/index.php"57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean(); -
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0string(67) "/var/www/atlaspamatek.info.www/application/views/_country/index.php"1array(8) ( "_map" => object View(2)
{ protected _file => string(60) "/var/www/atlaspamatek.info.www/application/views/map/map.php" protected _data => array(5) ( "_map_markers" => array(1) ( 0 => array(5) ( "name" => string(4) "Blog" "latitude" => NULL "longitude" => NULL "asciiname" => string(0) "" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" ) ) "map_zoom" => integer 5 "map_bounds" => bool TRUE "c_latitude" => NULL "c_longitude" => NULL ) }"clanky" => integer 0 "fotogalerie" => integer 0 "cestopisy" => integer 0 "videa" => integer 0 "country" => array(15) ( "id" => string(3) "271" "atlas_content" => string(108) "<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> " "seo_title" => NULL "seo_description" => NULL "seo_keywords" => NULL "name" => string(4) "Blog" "asciiname" => string(4) "blog" "url" => string(4) "blog" "latitude" => NULL "longitude" => NULL "continent" => NULL "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "title_image" => NULL "pocet_clanku" => string(1) "0" "desperado" => array(1) ( "page_links" => string(0) "" ) ) "continents" => array(3) ( 0 => array(8) ( "cont_code" => string(2) "AF" "name" => string(6) "Afrika" "asciiname" => string(7) "/afrika" "latitude" => string(7) "7.18810" "longitude" => string(8) "21.09375" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "28" "url" => string(7) "/afrika" ) 1 => array(8) ( "cont_code" => string(2) "EU" "name" => string(6) "Evropa" "asciiname" => string(7) "/evropa" "latitude" => string(8) "48.69096" "longitude" => string(7) "9.14062" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "39" "url" => string(7) "/evropa" ) 2 => array(8) ( "cont_code" => string(2) "NA" "name" => string(7) "Amerika" "asciiname" => string(16) "/severni-amerika" "latitude" => string(8) "46.07323" "longitude" => string(10) "-100.54688" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "21" "url" => string(16) "/severni-amerika" ) ) "desperado" => array(12) ( 0 => array(7) ( "id" => string(4) "3571" "nazev" => string(67) "Zámek Sychrov, to je novogotika pod taktovkou věhlasných Rohanů" "url" => string(158) "https://desperado.cz/clanek-3571-zamek-sychrov-to-je-novogotika-pod-taktovkou-vehlasnych-rohanu.html?utm_source=atlasmest&utm_me …" "text" => string(108) "Natáčelo se zde několik slavných pohádek, můžete si také zblízka prohlédnout nesmrtelnou slávu..." "zeme" => string(17) "Česká republika" "title_image" => string(36) "78128eee18658200f2202eb767a5abb5.jpg" "title_image_label" => string(34) "Zámek Sychrov (Česká republika)" ) 1 => array(7) ( "id" => string(4) "2096" "nazev" => string(28) "Kambodža - Doprava do země" "url" => string(120) "https://desperado.cz/clanek-2096-kambodza-doprava-do-zeme.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(100) "Doprava letecky z Evropy a okolních zemí a praktické informace o pozemních přechodech hranic..." "zeme" => string(9) "Kambodža" "title_image" => string(36) "851f7a72959841bb5d3694e0cfe4233a.jpg" "title_image_label" => string(19) "Letadlo (Kambodža)" ) 2 => array(7) ( "id" => string(3) "254" "nazev" => string(43) "Luang Prabang – starobylé město mnichů" "url" => string(131) "https://desperado.cz/clanek-254-luang-prabang-starobyle-mesto-mnichu.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topm …" "text" => string(104) "Právě svítá a v ulicích města se vynořuje oranžový proud buddhistických mnichů, kteří se..." "zeme" => string(4) "Laos" "title_image" => string(36) "b969a3332a1ce134a1f163544f21d76b.jpg" "title_image_label" => string(20) "Luang Prabang (Laos)" ) 3 => array(7) ( "id" => string(4) "3344" "nazev" => string(51) "Fotogalerie neolitického chrámu Mnajdra na Maltě" "url" => string(130) "https://desperado.cz/clanek-3344-fotogalerie-archeologicke-lokality.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topme …" "text" => string(104) "Nachází se necelého půl kilometru od dalšího velkého chrámu Hagar Qim, je už od roku 1992 na..." "zeme" => string(5) "Malta" "title_image" => string(36) "25228fd638de604ae710dfd69917047a.jpg" "title_image_label" => string(37) "Megalitický stavby v Mnajdra (Malta)" ) 4 => array(7) ( "id" => string(4) "2192" "nazev" => string(56) "Nejkrásnější fontánou v Římě je Fontana di Trevi" "url" => string(130) "https://desperado.cz/clanek-2192-italie-rim-fontana-di-trevi-v-rime.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topme …" "text" => string(113) "Sezona dovolených se blíží a tak se v našich článcích zaměřujeme na významná turistická centra...." "zeme" => string(7) "Itálie" "title_image" => string(36) "7182ecff171109b991e62f9db3d0e50f.jpg" "title_image_label" => string(36) "Fontana di Trevi v Římě (Itálie)" ) 5 => array(7) ( "id" => string(3) "749" "nazev" => string(67) "Pobaltí a Petrohrad očima českého turisty – CESTA (část 6.)" "url" => string(138) "https://desperado.cz/clanek-749-pobalti-a-petrohrad-cesta-6-rusko-petrohrad.html?utm_source=atlasmest&utm_medium=link&utm_campai …" "text" => string(102) "7. den 13. 6. 2006, úterý V Rusku - centrum Petrohradu Ráno málem zaspíme (budíme se v 6:45)...." "zeme" => string(5) "Rusko" "title_image" => string(36) "dc43c6b7d5aa1e31e23cb0259db5033b.jpg" "title_image_label" => string(54) "Křižník Aurora na řece Něvě v Petrohradu (Rusko)" ) 6 => array(7) ( "id" => string(4) "4048" "nazev" => string(101) "Záložní zesilovací stanice neboli obří bunkr z dob studené války v Přáslavicích u Olomouce" "url" => string(186) "https://desperado.cz/clanek-4048-zalozni-zesilovaci-stanice-neboli-obri-bunkr-z-dob-studene-valky-v-praslavicich-u-olomouce.html …" "text" => string(107) "Vojenský objekt byl po dlouhá léta obestřen tajemnem. S jeho stavbou se začalo v 70. letech 20...." "zeme" => string(17) "Česká republika" "title_image" => string(36) "870fd92afaa7ebee6371bcb62e46940c.jpg" "title_image_label" => string(103) "Záložní zesilovací stanice - pancéřované dveře dvojkřídlé (Přáslavice - Česká republika)" ) 7 => array(7) ( "id" => string(4) "3479" "nazev" => string(41) "Znáte CN Tower a víte kde se nachází?" "url" => string(132) "https://desperado.cz/clanek-3479-znate-cn-tower-a-vite-kde-se-nachazi.html?utm_source=atlasmest&utm_medium=link&utm_campaign=top …" "text" => string(111) "CN Tower je telekomunikační a turistická věž. Se svoji výškou 553,33 metrů je to třetí nejvyšší..." "zeme" => string(6) "Kanada" "title_image" => string(36) "12eeab3e0ed05ab99d35694d4ee60743.jpg" "title_image_label" => string(48) "CN Tower v kanadském Torontu (Toronto - Kanada)" ) 8 => array(7) ( "id" => string(3) "276" "nazev" => string(23) "Zlepšováky z Japonska" "url" => string(116) "https://desperado.cz/clanek-276-zlepsovaky-z-japonska.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(67) "Podívejte co již vymysleli v zemi vycházejícího slunce. " "zeme" => string(8) "Japonsko" "title_image" => string(36) "112d8fbfaa1768a067ccfc8bcaf13078.jpg" "title_image_label" => string(29) "Bláznivé nápady z Japonska" ) 9 => array(7) ( "id" => string(4) "3688" "nazev" => string(68) "Baroko a hraběnka Marie, to je zámek v Kuníně u Nového Jičína" "url" => string(156) "https://desperado.cz/clanek-3688-baroko-a-hrabenka-marie-to-je-zamek-v-kunine-u-noveho-jicina.html?utm_source=atlasmest&utm_medi …" "text" => string(102) "Klasické venkovské sídlo z dob baroka, které vlastnila dlouhá léta rodina Harrachů. Dnes tu..." "zeme" => string(17) "Česká republika" "title_image" => string(36) "ad3a4acd7ab2601c041eb5a75d7451dd.jpg" "title_image_label" => string(33) "Zámek Kunín (Česká republika)" ) 10 => array(7) ( "id" => string(4) "1898" "nazev" => string(32) "Fotogalerie Funchalu na Madeiře" "url" => string(116) "https://desperado.cz/clanek-1898-madeira-funchal-foto.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(106) "Funchal je hlavním městem portugalské autonomní oblastí Madeira a společenským a hospodářským..." "zeme" => string(11) "Portugalsko" "title_image" => string(36) "dea327a3efb778581b9a69ec56cc8e8c.jpg" "title_image_label" => string(31) "Funchal (Madeira - Portugalsko)" ) 11 => array(7) ( "id" => string(3) "867" "nazev" => string(44) "Deník z ostrovů Ko Chang a Ko Mak (díl 2)" "url" => string(120) "https://desperado.cz/clanek-867-denik-ko-chang-a-ko-mak-2.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(89) "9.12.2007 Opat sme sa rozhodli uniknut chladu, tme a predvianocnemu stresu , reklamam...." "zeme" => string(7) "Thajsko" "title_image" => string(36) "84e179b705f158b799df64e24ed70e35.jpg" "title_image_label" => string(16) "Pláž (Thajsko)" ) ) )354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 } -
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message. -
APPPATH/views/template.php [ 54 ] » Kohana_View->__toString()
49 <?php echo $breadcrumbs; ?> 50 </div> 51 </div> 52 </div> 53 54 <?php echo $_slot_view;?> 55 56 <?php if(empty($_slot_right_col_hidden)){echo $_slot_right_col; } ?> 57 58 <div id="scroll-end" class="clearfix"></div> 59 -
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0string(61) "/var/www/atlaspamatek.info.www/application/views/template.php"57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean(); -
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0string(61) "/var/www/atlaspamatek.info.www/application/views/template.php"1array(9) ( "_header" => object View(2)
{ protected _file => string(66) "/var/www/atlaspamatek.info.www/application/views/static/header.php" protected _data => array(12) ( "_css" => NULL "page_title" => string(24) "Blog | Atlaspamatek.info" "page_descript" => NULL "author" => string(17) "Atlaspamatek.info" "site_name" => string(17) "Atlaspamatek.info" "title_image" => NULL "keywords" => NULL "_json_ld" => NULL "_canonical_url" => NULL "_follow" => string(13) "index, follow" "_next_link" => NULL "_prev_link" => NULL ) }"_navigation" => object View(2){ protected _file => string(70) "/var/www/atlaspamatek.info.www/application/views/static/navigation.php" protected _data => array(6) ( "_active" => string(0) "" "_form_action" => string(0) "" "_form_query" => string(0) "" "q" => string(0) "" "selected" => string(0) "" "topcarousel" => array(6) ( 0 => array(8) ( "id" => string(4) "4362" "nazev" => string(56) "Co se šeptá na Hukvaldech: Pověsti ze slavného hradu" "url" => string(144) "https://desperado.cz/clanek-4362-co-se-septa-na-hukvaldech-povesti-slavneho-hradu.html?utm_source=atlasmest&utm_medium=link&utm_ …" "seo_title" => string(64) "Tajemné Hukvaldy: pověsti, duchové, poklady a temná historie" "text" => string(103) "Hukvaldy patří k nejrozsáhlejším hradním zříceninám u nás a dodnes si zachovávají silnou..." "zeme" => string(17) "Česká republika" "title_image" => string(36) "739e867daa66cfc75e0be542054b7939.jpg" "title_image_label" => string(33) "Hrad Hukvaldy (Česká republika)" ) 1 => array(8) ( "id" => string(4) "4357" "nazev" => string(77) "Katedrála proměn: Duomo di Oristano – Barokní duše s románským srdcem" "url" => string(162) "https://desperado.cz/clanek-4357-katedrala-promen-duomo-di-oristano-barokni-duse-s-romanskym-srdcem.html?utm_source=atlasmest&ut …" "seo_title" => string(50) "Duomo di Oristano: Barokní katedrála na Sardinii" "text" => string(108) "Vítejte znovu v historickém Oristanu, v srdci západní Sardinie a bývalém hlavním městě slavného..." "zeme" => string(7) "Itálie" "title_image" => string(36) "ba1c1b666e84b3731caeaac76331ca28.jpg" "title_image_label" => string(49) "Duomo di Oristano v Oristano (Sardinie - Itálie)" ) 2 => array(8) ( "id" => string(4) "4361" "nazev" => string(69) "Adventní Řím: Když se italská elegance potká se zimním sluncem" "url" => string(157) "https://desperado.cz/clanek-4361-adventni-rim-kdyz-se-italska-elegance-potka-se-zimnim-sluncem.html?utm_source=atlasmest&utm_med …" "seo_title" => string(60) "Řím před Vánoci: Autentická atmosféra, elegance a tipy" "text" => string(102) "Až se bude blížit konec letošního roku a vy budete znovu zvažovat, kam vyrazit za sváteční..." "zeme" => string(7) "Itálie" "title_image" => string(36) "718e546b2c3f4b434e015fd6596120d4.jpg" "title_image_label" => NULL ) 3 => array(8) ( "id" => string(4) "4026" "nazev" => string(23) "Objevte polskou poušť" "url" => string(117) "https://desperado.cz/clanek-4026-objevte-polskou-poust.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "seo_title" => string(0) "" "text" => string(107) "Ve Sloviňském národním parku na severu Polska najdete jedinečnou přírodní oblast zařazenou mezi..." "zeme" => string(6) "Polsko" "title_image" => string(36) "ba5f462f60ea197727a6f655336db7dd.jpg" "title_image_label" => string(57) "Písečné duny ve Sloviňském národním parku (Polsko)" ) 4 => array(8) ( "id" => string(4) "4356" "nazev" => string(84) "Vznešená strážkyně Oristana: Torre di Mariano II. – Brána do dějin Sardinie" "url" => string(167) "https://desperado.cz/clanek-4356-vznesena-strazkyne-oristana-torre-di-mariano-ii-brana-do-dejin-sardinie.html?utm_source=atlasme …" "seo_title" => string(57) "Torre di Mariano II. Oristano: Historie Judikátu Arborea" "text" => string(111) "Vítejte na Sardinii, kde každý kámen vypráví příběh o dávných králích, statečných soudcích a..." "zeme" => string(7) "Itálie" "title_image" => string(36) "ab9f93c1471f722f004088c55be46d76.jpg" "title_image_label" => string(52) "Torre di Mariano II. v Oristano (Sardinie - Itálie)" ) 5 => array(8) ( "id" => string(4) "4360" "nazev" => string(91) "Objevte vánoční kouzlo Karlštejna. Prodlouženého víkendu v prosinci litovat nebudete" "url" => string(179) "https://desperado.cz/clanek-4360-objevte-vanocni-kouzlo-karlstejna-prodlouzeneho-vikendu-v-prosinci-litovat-nebudete.html?utm_so …" "seo_title" => string(62) "Zimní pobyt v Penzionu Karlštejn: Relaxace u hradu i v zimě" "text" => string(93) "Zapomeňte na davy turistů a selfie tyčky před hradními branami. Naopak si představte..." "zeme" => string(19) "Reklamní sdělení" "title_image" => string(36) "ab37d1be4309345ce063c37eab5f1ad6.jpg" "title_image_label" => string(0) "" ) ) ) }"_slot_view" => object View(2){ protected _file => string(67) "/var/www/atlaspamatek.info.www/application/views/_country/index.php" protected _data => array(8) ( "_map" => object View(2)"_footer_html" => object View(2){ protected _file => string(60) "/var/www/atlaspamatek.info.www/application/views/map/map.php" protected _data => array(5) ( "_map_markers" => array(1) ( 0 => array(5) ( "name" => string(4) "Blog" "latitude" => NULL "longitude" => NULL "asciiname" => string(0) "" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" ) ) "map_zoom" => integer 5 "map_bounds" => bool TRUE "c_latitude" => NULL "c_longitude" => NULL ) }"clanky" => integer 0 "fotogalerie" => integer 0 "cestopisy" => integer 0 "videa" => integer 0 "country" => array(15) ( "id" => string(3) "271" "atlas_content" => string(108) "<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> " "seo_title" => NULL "seo_description" => NULL "seo_keywords" => NULL "name" => string(4) "Blog" "asciiname" => string(4) "blog" "url" => string(4) "blog" "latitude" => NULL "longitude" => NULL "continent" => NULL "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "title_image" => NULL "pocet_clanku" => string(1) "0" "desperado" => array(1) ( "page_links" => string(0) "" ) ) "continents" => array(3) ( 0 => array(8) ( "cont_code" => string(2) "AF" "name" => string(6) "Afrika" "asciiname" => string(7) "/afrika" "latitude" => string(7) "7.18810" "longitude" => string(8) "21.09375" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "28" "url" => string(7) "/afrika" ) 1 => array(8) ( "cont_code" => string(2) "EU" "name" => string(6) "Evropa" "asciiname" => string(7) "/evropa" "latitude" => string(8) "48.69096" "longitude" => string(7) "9.14062" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "39" "url" => string(7) "/evropa" ) 2 => array(8) ( "cont_code" => string(2) "NA" "name" => string(7) "Amerika" "asciiname" => string(16) "/severni-amerika" "latitude" => string(8) "46.07323" "longitude" => string(10) "-100.54688" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "21" "url" => string(16) "/severni-amerika" ) ) "desperado" => array(12) ( 0 => array(7) ( "id" => string(4) "3571" "nazev" => string(67) "Zámek Sychrov, to je novogotika pod taktovkou věhlasných Rohanů" "url" => string(158) "https://desperado.cz/clanek-3571-zamek-sychrov-to-je-novogotika-pod-taktovkou-vehlasnych-rohanu.html?utm_source=atlasmest&utm_me …" "text" => string(108) "Natáčelo se zde několik slavných pohádek, můžete si také zblízka prohlédnout nesmrtelnou slávu..." "zeme" => string(17) "Česká republika" "title_image" => string(36) "78128eee18658200f2202eb767a5abb5.jpg" "title_image_label" => string(34) "Zámek Sychrov (Česká republika)" ) 1 => array(7) ( "id" => string(4) "2096" "nazev" => string(28) "Kambodža - Doprava do země" "url" => string(120) "https://desperado.cz/clanek-2096-kambodza-doprava-do-zeme.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(100) "Doprava letecky z Evropy a okolních zemí a praktické informace o pozemních přechodech hranic..." "zeme" => string(9) "Kambodža" "title_image" => string(36) "851f7a72959841bb5d3694e0cfe4233a.jpg" "title_image_label" => string(19) "Letadlo (Kambodža)" ) 2 => array(7) ( "id" => string(3) "254" "nazev" => string(43) "Luang Prabang – starobylé město mnichů" "url" => string(131) "https://desperado.cz/clanek-254-luang-prabang-starobyle-mesto-mnichu.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topm …" "text" => string(104) "Právě svítá a v ulicích města se vynořuje oranžový proud buddhistických mnichů, kteří se..." "zeme" => string(4) "Laos" "title_image" => string(36) "b969a3332a1ce134a1f163544f21d76b.jpg" "title_image_label" => string(20) "Luang Prabang (Laos)" ) 3 => array(7) ( "id" => string(4) "3344" "nazev" => string(51) "Fotogalerie neolitického chrámu Mnajdra na Maltě" "url" => string(130) "https://desperado.cz/clanek-3344-fotogalerie-archeologicke-lokality.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topme …" "text" => string(104) "Nachází se necelého půl kilometru od dalšího velkého chrámu Hagar Qim, je už od roku 1992 na..." "zeme" => string(5) "Malta" "title_image" => string(36) "25228fd638de604ae710dfd69917047a.jpg" "title_image_label" => string(37) "Megalitický stavby v Mnajdra (Malta)" ) 4 => array(7) ( "id" => string(4) "2192" "nazev" => string(56) "Nejkrásnější fontánou v Římě je Fontana di Trevi" "url" => string(130) "https://desperado.cz/clanek-2192-italie-rim-fontana-di-trevi-v-rime.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topme …" "text" => string(113) "Sezona dovolených se blíží a tak se v našich článcích zaměřujeme na významná turistická centra...." "zeme" => string(7) "Itálie" "title_image" => string(36) "7182ecff171109b991e62f9db3d0e50f.jpg" "title_image_label" => string(36) "Fontana di Trevi v Římě (Itálie)" ) 5 => array(7) ( "id" => string(3) "749" "nazev" => string(67) "Pobaltí a Petrohrad očima českého turisty – CESTA (část 6.)" "url" => string(138) "https://desperado.cz/clanek-749-pobalti-a-petrohrad-cesta-6-rusko-petrohrad.html?utm_source=atlasmest&utm_medium=link&utm_campai …" "text" => string(102) "7. den 13. 6. 2006, úterý V Rusku - centrum Petrohradu Ráno málem zaspíme (budíme se v 6:45)...." "zeme" => string(5) "Rusko" "title_image" => string(36) "dc43c6b7d5aa1e31e23cb0259db5033b.jpg" "title_image_label" => string(54) "Křižník Aurora na řece Něvě v Petrohradu (Rusko)" ) 6 => array(7) ( "id" => string(4) "4048" "nazev" => string(101) "Záložní zesilovací stanice neboli obří bunkr z dob studené války v Přáslavicích u Olomouce" "url" => string(186) "https://desperado.cz/clanek-4048-zalozni-zesilovaci-stanice-neboli-obri-bunkr-z-dob-studene-valky-v-praslavicich-u-olomouce.html …" "text" => string(107) "Vojenský objekt byl po dlouhá léta obestřen tajemnem. S jeho stavbou se začalo v 70. letech 20...." "zeme" => string(17) "Česká republika" "title_image" => string(36) "870fd92afaa7ebee6371bcb62e46940c.jpg" "title_image_label" => string(103) "Záložní zesilovací stanice - pancéřované dveře dvojkřídlé (Přáslavice - Česká republika)" ) 7 => array(7) ( "id" => string(4) "3479" "nazev" => string(41) "Znáte CN Tower a víte kde se nachází?" "url" => string(132) "https://desperado.cz/clanek-3479-znate-cn-tower-a-vite-kde-se-nachazi.html?utm_source=atlasmest&utm_medium=link&utm_campaign=top …" "text" => string(111) "CN Tower je telekomunikační a turistická věž. Se svoji výškou 553,33 metrů je to třetí nejvyšší..." "zeme" => string(6) "Kanada" "title_image" => string(36) "12eeab3e0ed05ab99d35694d4ee60743.jpg" "title_image_label" => string(48) "CN Tower v kanadském Torontu (Toronto - Kanada)" ) 8 => array(7) ( "id" => string(3) "276" "nazev" => string(23) "Zlepšováky z Japonska" "url" => string(116) "https://desperado.cz/clanek-276-zlepsovaky-z-japonska.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(67) "Podívejte co již vymysleli v zemi vycházejícího slunce. " "zeme" => string(8) "Japonsko" "title_image" => string(36) "112d8fbfaa1768a067ccfc8bcaf13078.jpg" "title_image_label" => string(29) "Bláznivé nápady z Japonska" ) 9 => array(7) ( "id" => string(4) "3688" "nazev" => string(68) "Baroko a hraběnka Marie, to je zámek v Kuníně u Nového Jičína" "url" => string(156) "https://desperado.cz/clanek-3688-baroko-a-hrabenka-marie-to-je-zamek-v-kunine-u-noveho-jicina.html?utm_source=atlasmest&utm_medi …" "text" => string(102) "Klasické venkovské sídlo z dob baroka, které vlastnila dlouhá léta rodina Harrachů. Dnes tu..." "zeme" => string(17) "Česká republika" "title_image" => string(36) "ad3a4acd7ab2601c041eb5a75d7451dd.jpg" "title_image_label" => string(33) "Zámek Kunín (Česká republika)" ) 10 => array(7) ( "id" => string(4) "1898" "nazev" => string(32) "Fotogalerie Funchalu na Madeiře" "url" => string(116) "https://desperado.cz/clanek-1898-madeira-funchal-foto.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(106) "Funchal je hlavním městem portugalské autonomní oblastí Madeira a společenským a hospodářským..." "zeme" => string(11) "Portugalsko" "title_image" => string(36) "dea327a3efb778581b9a69ec56cc8e8c.jpg" "title_image_label" => string(31) "Funchal (Madeira - Portugalsko)" ) 11 => array(7) ( "id" => string(3) "867" "nazev" => string(44) "Deník z ostrovů Ko Chang a Ko Mak (díl 2)" "url" => string(120) "https://desperado.cz/clanek-867-denik-ko-chang-a-ko-mak-2.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(89) "9.12.2007 Opat sme sa rozhodli uniknut chladu, tme a predvianocnemu stresu , reklamam...." "zeme" => string(7) "Thajsko" "title_image" => string(36) "84e179b705f158b799df64e24ed70e35.jpg" "title_image_label" => string(16) "Pláž (Thajsko)" ) ) ) }{ protected _file => string(71) "/var/www/atlaspamatek.info.www/application/views/static/footer_html.php" protected _data => array(1) ( "_footer_banner" => NULL ) }"_footer" => object View(2){ protected _file => string(66) "/var/www/atlaspamatek.info.www/application/views/static/footer.php" protected _data => array(1) ( "_scripts" => NULL ) }"bg_white" => bool TRUE "breadcrumbs" => NULL "_slot_right_col" => object View(2){ protected _file => string(75) "/var/www/atlaspamatek.info.www/application/views//static/slot_right_col.php" protected _data => array(2) ( "siteconfig" => array(11) ( "server_url" => string(17) "atlaspamatek.info" "imageserver" => string(20) "https://desperado.cz" "server_name" => string(17) "Atlaspamatek.info" "author" => string(17) "Atlaspamatek.info" "description" => string(46) "Atlaspamatek.info - Inspirace pro vaše cesty." "site_url" => string(25) "https://atlaspamatek.info" "page_name" => string(17) "Atlaspamatek.info" "default_driver" => string(4) "file" "default_lifetime" => integer 60000 "gsm_api_key" => string(39) "AIzaSyA9b1MZ9L4phKHd4VHsdvXuemmN4pKBB70" "openweatherkey" => string(32) "dc88375539835da276ef040156f95c3f" ) "continents" => array(3) ( 0 => array(8) ( "cont_code" => string(2) "AF" "name" => string(6) "Afrika" "asciiname" => string(7) "/afrika" "latitude" => string(7) "7.18810" "longitude" => string(8) "21.09375" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "28" "url" => string(7) "/afrika" ) 1 => array(8) ( "cont_code" => string(2) "EU" "name" => string(6) "Evropa" "asciiname" => string(7) "/evropa" "latitude" => string(8) "48.69096" "longitude" => string(7) "9.14062" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "39" "url" => string(7) "/evropa" ) 2 => array(8) ( "cont_code" => string(2) "NA" "name" => string(7) "Amerika" "asciiname" => string(16) "/severni-amerika" "latitude" => string(8) "46.07323" "longitude" => string(10) "-100.54688" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "21" "url" => string(16) "/severni-amerika" ) ) ) }"_footer_links" => array(0) )354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 } -
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49 -
APPPATH/classes/Controller/Theme.php [ 96 ] » Kohana_Controller_Template->after()
91 } 92 93 94 public function after() 95 { 96 parent::after(); 97 } 98 99 } -
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Theme->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92 -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0object Controller_Country(6)
{ public template => object View(2){ protected _file => string(61) "/var/www/atlaspamatek.info.www/application/views/template.php" protected _data => array(9) ( "_header" => object View(2)public auto_render => bool TRUE public request => object Request(19){ protected _file => string(66) "/var/www/atlaspamatek.info.www/application/views/static/header.php" protected _data => array(12) ( "_css" => NULL "page_title" => string(24) "Blog | Atlaspamatek.info" "page_descript" => NULL "author" => string(17) "Atlaspamatek.info" "site_name" => string(17) "Atlaspamatek.info" "title_image" => NULL "keywords" => NULL "_json_ld" => NULL "_canonical_url" => NULL "_follow" => string(13) "index, follow" "_next_link" => NULL "_prev_link" => NULL ) }"_navigation" => object View(2){ protected _file => string(70) "/var/www/atlaspamatek.info.www/application/views/static/navigation.php" protected _data => array(6) ( "_active" => string(0) "" "_form_action" => string(0) "" "_form_query" => string(0) "" "q" => string(0) "" "selected" => string(0) "" "topcarousel" => array(6) ( 0 => array(8) ( "id" => string(4) "4362" "nazev" => string(56) "Co se šeptá na Hukvaldech: Pověsti ze slavného hradu" "url" => string(144) "https://desperado.cz/clanek-4362-co-se-septa-na-hukvaldech-povesti-slavneho-hradu.html?utm_source=atlasmest&utm_medium=link&utm_ …" "seo_title" => string(64) "Tajemné Hukvaldy: pověsti, duchové, poklady a temná historie" "text" => string(103) "Hukvaldy patří k nejrozsáhlejším hradním zříceninám u nás a dodnes si zachovávají silnou..." "zeme" => string(17) "Česká republika" "title_image" => string(36) "739e867daa66cfc75e0be542054b7939.jpg" "title_image_label" => string(33) "Hrad Hukvaldy (Česká republika)" ) 1 => array(8) ( "id" => string(4) "4357" "nazev" => string(77) "Katedrála proměn: Duomo di Oristano – Barokní duše s románským srdcem" "url" => string(162) "https://desperado.cz/clanek-4357-katedrala-promen-duomo-di-oristano-barokni-duse-s-romanskym-srdcem.html?utm_source=atlasmest&ut …" "seo_title" => string(50) "Duomo di Oristano: Barokní katedrála na Sardinii" "text" => string(108) "Vítejte znovu v historickém Oristanu, v srdci západní Sardinie a bývalém hlavním městě slavného..." "zeme" => string(7) "Itálie" "title_image" => string(36) "ba1c1b666e84b3731caeaac76331ca28.jpg" "title_image_label" => string(49) "Duomo di Oristano v Oristano (Sardinie - Itálie)" ) 2 => array(8) ( "id" => string(4) "4361" "nazev" => string(69) "Adventní Řím: Když se italská elegance potká se zimním sluncem" "url" => string(157) "https://desperado.cz/clanek-4361-adventni-rim-kdyz-se-italska-elegance-potka-se-zimnim-sluncem.html?utm_source=atlasmest&utm_med …" "seo_title" => string(60) "Řím před Vánoci: Autentická atmosféra, elegance a tipy" "text" => string(102) "Až se bude blížit konec letošního roku a vy budete znovu zvažovat, kam vyrazit za sváteční..." "zeme" => string(7) "Itálie" "title_image" => string(36) "718e546b2c3f4b434e015fd6596120d4.jpg" "title_image_label" => NULL ) 3 => array(8) ( "id" => string(4) "4026" "nazev" => string(23) "Objevte polskou poušť" "url" => string(117) "https://desperado.cz/clanek-4026-objevte-polskou-poust.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "seo_title" => string(0) "" "text" => string(107) "Ve Sloviňském národním parku na severu Polska najdete jedinečnou přírodní oblast zařazenou mezi..." "zeme" => string(6) "Polsko" "title_image" => string(36) "ba5f462f60ea197727a6f655336db7dd.jpg" "title_image_label" => string(57) "Písečné duny ve Sloviňském národním parku (Polsko)" ) 4 => array(8) ( "id" => string(4) "4356" "nazev" => string(84) "Vznešená strážkyně Oristana: Torre di Mariano II. – Brána do dějin Sardinie" "url" => string(167) "https://desperado.cz/clanek-4356-vznesena-strazkyne-oristana-torre-di-mariano-ii-brana-do-dejin-sardinie.html?utm_source=atlasme …" "seo_title" => string(57) "Torre di Mariano II. Oristano: Historie Judikátu Arborea" "text" => string(111) "Vítejte na Sardinii, kde každý kámen vypráví příběh o dávných králích, statečných soudcích a..." "zeme" => string(7) "Itálie" "title_image" => string(36) "ab9f93c1471f722f004088c55be46d76.jpg" "title_image_label" => string(52) "Torre di Mariano II. v Oristano (Sardinie - Itálie)" ) 5 => array(8) ( "id" => string(4) "4360" "nazev" => string(91) "Objevte vánoční kouzlo Karlštejna. Prodlouženého víkendu v prosinci litovat nebudete" "url" => string(179) "https://desperado.cz/clanek-4360-objevte-vanocni-kouzlo-karlstejna-prodlouzeneho-vikendu-v-prosinci-litovat-nebudete.html?utm_so …" "seo_title" => string(62) "Zimní pobyt v Penzionu Karlštejn: Relaxace u hradu i v zimě" "text" => string(93) "Zapomeňte na davy turistů a selfie tyčky před hradními branami. Naopak si představte..." "zeme" => string(19) "Reklamní sdělení" "title_image" => string(36) "ab37d1be4309345ce063c37eab5f1ad6.jpg" "title_image_label" => string(0) "" ) ) ) }"_slot_view" => object View(2){ protected _file => string(67) "/var/www/atlaspamatek.info.www/application/views/_country/index.php" protected _data => array(8) ( "_map" => object View(2)"_footer_html" => object View(2){ protected _file => string(60) "/var/www/atlaspamatek.info.www/application/views/map/map.php" protected _data => array(5) ( "_map_markers" => array(1) ( 0 => array(5) ( "name" => string(4) "Blog" "latitude" => NULL "longitude" => NULL "asciiname" => string(0) "" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" ) ) "map_zoom" => integer 5 "map_bounds" => bool TRUE "c_latitude" => NULL "c_longitude" => NULL ) }"clanky" => integer 0 "fotogalerie" => integer 0 "cestopisy" => integer 0 "videa" => integer 0 "country" => array(15) ( "id" => string(3) "271" "atlas_content" => string(108) "<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> " "seo_title" => NULL "seo_description" => NULL "seo_keywords" => NULL "name" => string(4) "Blog" "asciiname" => string(4) "blog" "url" => string(4) "blog" "latitude" => NULL "longitude" => NULL "continent" => NULL "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "title_image" => NULL "pocet_clanku" => string(1) "0" "desperado" => array(1) ( "page_links" => string(0) "" ) ) "continents" => array(3) ( 0 => array(8) ( "cont_code" => string(2) "AF" "name" => string(6) "Afrika" "asciiname" => string(7) "/afrika" "latitude" => string(7) "7.18810" "longitude" => string(8) "21.09375" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "28" "url" => string(7) "/afrika" ) 1 => array(8) ( "cont_code" => string(2) "EU" "name" => string(6) "Evropa" "asciiname" => string(7) "/evropa" "latitude" => string(8) "48.69096" "longitude" => string(7) "9.14062" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "39" "url" => string(7) "/evropa" ) 2 => array(8) ( "cont_code" => string(2) "NA" "name" => string(7) "Amerika" "asciiname" => string(16) "/severni-amerika" "latitude" => string(8) "46.07323" "longitude" => string(10) "-100.54688" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "21" "url" => string(16) "/severni-amerika" ) ) "desperado" => array(12) ( 0 => array(7) ( "id" => string(4) "3571" "nazev" => string(67) "Zámek Sychrov, to je novogotika pod taktovkou věhlasných Rohanů" "url" => string(158) "https://desperado.cz/clanek-3571-zamek-sychrov-to-je-novogotika-pod-taktovkou-vehlasnych-rohanu.html?utm_source=atlasmest&utm_me …" "text" => string(108) "Natáčelo se zde několik slavných pohádek, můžete si také zblízka prohlédnout nesmrtelnou slávu..." "zeme" => string(17) "Česká republika" "title_image" => string(36) "78128eee18658200f2202eb767a5abb5.jpg" "title_image_label" => string(34) "Zámek Sychrov (Česká republika)" ) 1 => array(7) ( "id" => string(4) "2096" "nazev" => string(28) "Kambodža - Doprava do země" "url" => string(120) "https://desperado.cz/clanek-2096-kambodza-doprava-do-zeme.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(100) "Doprava letecky z Evropy a okolních zemí a praktické informace o pozemních přechodech hranic..." "zeme" => string(9) "Kambodža" "title_image" => string(36) "851f7a72959841bb5d3694e0cfe4233a.jpg" "title_image_label" => string(19) "Letadlo (Kambodža)" ) 2 => array(7) ( "id" => string(3) "254" "nazev" => string(43) "Luang Prabang – starobylé město mnichů" "url" => string(131) "https://desperado.cz/clanek-254-luang-prabang-starobyle-mesto-mnichu.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topm …" "text" => string(104) "Právě svítá a v ulicích města se vynořuje oranžový proud buddhistických mnichů, kteří se..." "zeme" => string(4) "Laos" "title_image" => string(36) "b969a3332a1ce134a1f163544f21d76b.jpg" "title_image_label" => string(20) "Luang Prabang (Laos)" ) 3 => array(7) ( "id" => string(4) "3344" "nazev" => string(51) "Fotogalerie neolitického chrámu Mnajdra na Maltě" "url" => string(130) "https://desperado.cz/clanek-3344-fotogalerie-archeologicke-lokality.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topme …" "text" => string(104) "Nachází se necelého půl kilometru od dalšího velkého chrámu Hagar Qim, je už od roku 1992 na..." "zeme" => string(5) "Malta" "title_image" => string(36) "25228fd638de604ae710dfd69917047a.jpg" "title_image_label" => string(37) "Megalitický stavby v Mnajdra (Malta)" ) 4 => array(7) ( "id" => string(4) "2192" "nazev" => string(56) "Nejkrásnější fontánou v Římě je Fontana di Trevi" "url" => string(130) "https://desperado.cz/clanek-2192-italie-rim-fontana-di-trevi-v-rime.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topme …" "text" => string(113) "Sezona dovolených se blíží a tak se v našich článcích zaměřujeme na významná turistická centra...." "zeme" => string(7) "Itálie" "title_image" => string(36) "7182ecff171109b991e62f9db3d0e50f.jpg" "title_image_label" => string(36) "Fontana di Trevi v Římě (Itálie)" ) 5 => array(7) ( "id" => string(3) "749" "nazev" => string(67) "Pobaltí a Petrohrad očima českého turisty – CESTA (část 6.)" "url" => string(138) "https://desperado.cz/clanek-749-pobalti-a-petrohrad-cesta-6-rusko-petrohrad.html?utm_source=atlasmest&utm_medium=link&utm_campai …" "text" => string(102) "7. den 13. 6. 2006, úterý V Rusku - centrum Petrohradu Ráno málem zaspíme (budíme se v 6:45)...." "zeme" => string(5) "Rusko" "title_image" => string(36) "dc43c6b7d5aa1e31e23cb0259db5033b.jpg" "title_image_label" => string(54) "Křižník Aurora na řece Něvě v Petrohradu (Rusko)" ) 6 => array(7) ( "id" => string(4) "4048" "nazev" => string(101) "Záložní zesilovací stanice neboli obří bunkr z dob studené války v Přáslavicích u Olomouce" "url" => string(186) "https://desperado.cz/clanek-4048-zalozni-zesilovaci-stanice-neboli-obri-bunkr-z-dob-studene-valky-v-praslavicich-u-olomouce.html …" "text" => string(107) "Vojenský objekt byl po dlouhá léta obestřen tajemnem. S jeho stavbou se začalo v 70. letech 20...." "zeme" => string(17) "Česká republika" "title_image" => string(36) "870fd92afaa7ebee6371bcb62e46940c.jpg" "title_image_label" => string(103) "Záložní zesilovací stanice - pancéřované dveře dvojkřídlé (Přáslavice - Česká republika)" ) 7 => array(7) ( "id" => string(4) "3479" "nazev" => string(41) "Znáte CN Tower a víte kde se nachází?" "url" => string(132) "https://desperado.cz/clanek-3479-znate-cn-tower-a-vite-kde-se-nachazi.html?utm_source=atlasmest&utm_medium=link&utm_campaign=top …" "text" => string(111) "CN Tower je telekomunikační a turistická věž. Se svoji výškou 553,33 metrů je to třetí nejvyšší..." "zeme" => string(6) "Kanada" "title_image" => string(36) "12eeab3e0ed05ab99d35694d4ee60743.jpg" "title_image_label" => string(48) "CN Tower v kanadském Torontu (Toronto - Kanada)" ) 8 => array(7) ( "id" => string(3) "276" "nazev" => string(23) "Zlepšováky z Japonska" "url" => string(116) "https://desperado.cz/clanek-276-zlepsovaky-z-japonska.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(67) "Podívejte co již vymysleli v zemi vycházejícího slunce. " "zeme" => string(8) "Japonsko" "title_image" => string(36) "112d8fbfaa1768a067ccfc8bcaf13078.jpg" "title_image_label" => string(29) "Bláznivé nápady z Japonska" ) 9 => array(7) ( "id" => string(4) "3688" "nazev" => string(68) "Baroko a hraběnka Marie, to je zámek v Kuníně u Nového Jičína" "url" => string(156) "https://desperado.cz/clanek-3688-baroko-a-hrabenka-marie-to-je-zamek-v-kunine-u-noveho-jicina.html?utm_source=atlasmest&utm_medi …" "text" => string(102) "Klasické venkovské sídlo z dob baroka, které vlastnila dlouhá léta rodina Harrachů. Dnes tu..." "zeme" => string(17) "Česká republika" "title_image" => string(36) "ad3a4acd7ab2601c041eb5a75d7451dd.jpg" "title_image_label" => string(33) "Zámek Kunín (Česká republika)" ) 10 => array(7) ( "id" => string(4) "1898" "nazev" => string(32) "Fotogalerie Funchalu na Madeiře" "url" => string(116) "https://desperado.cz/clanek-1898-madeira-funchal-foto.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(106) "Funchal je hlavním městem portugalské autonomní oblastí Madeira a společenským a hospodářským..." "zeme" => string(11) "Portugalsko" "title_image" => string(36) "dea327a3efb778581b9a69ec56cc8e8c.jpg" "title_image_label" => string(31) "Funchal (Madeira - Portugalsko)" ) 11 => array(7) ( "id" => string(3) "867" "nazev" => string(44) "Deník z ostrovů Ko Chang a Ko Mak (díl 2)" "url" => string(120) "https://desperado.cz/clanek-867-denik-ko-chang-a-ko-mak-2.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(89) "9.12.2007 Opat sme sa rozhodli uniknut chladu, tme a predvianocnemu stresu , reklamam...." "zeme" => string(7) "Thajsko" "title_image" => string(36) "84e179b705f158b799df64e24ed70e35.jpg" "title_image_label" => string(16) "Pláž (Thajsko)" ) ) ) }{ protected _file => string(71) "/var/www/atlaspamatek.info.www/application/views/static/footer_html.php" protected _data => array(1) ( "_footer_banner" => NULL ) }"_footer" => object View(2){ protected _file => string(66) "/var/www/atlaspamatek.info.www/application/views/static/footer.php" protected _data => array(1) ( "_scripts" => NULL ) }"bg_white" => bool TRUE "breadcrumbs" => NULL "_slot_right_col" => object View(2){ protected _file => string(75) "/var/www/atlaspamatek.info.www/application/views//static/slot_right_col.php" protected _data => array(2) ( "siteconfig" => array(11) ( "server_url" => string(17) "atlaspamatek.info" "imageserver" => string(20) "https://desperado.cz" "server_name" => string(17) "Atlaspamatek.info" "author" => string(17) "Atlaspamatek.info" "description" => string(46) "Atlaspamatek.info - Inspirace pro vaše cesty." "site_url" => string(25) "https://atlaspamatek.info" "page_name" => string(17) "Atlaspamatek.info" "default_driver" => string(4) "file" "default_lifetime" => integer 60000 "gsm_api_key" => string(39) "AIzaSyA9b1MZ9L4phKHd4VHsdvXuemmN4pKBB70" "openweatherkey" => string(32) "dc88375539835da276ef040156f95c3f" ) "continents" => array(3) ( 0 => array(8) ( "cont_code" => string(2) "AF" "name" => string(6) "Afrika" "asciiname" => string(7) "/afrika" "latitude" => string(7) "7.18810" "longitude" => string(8) "21.09375" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "28" "url" => string(7) "/afrika" ) 1 => array(8) ( "cont_code" => string(2) "EU" "name" => string(6) "Evropa" "asciiname" => string(7) "/evropa" "latitude" => string(8) "48.69096" "longitude" => string(7) "9.14062" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "39" "url" => string(7) "/evropa" ) 2 => array(8) ( "cont_code" => string(2) "NA" "name" => string(7) "Amerika" "asciiname" => string(16) "/severni-amerika" "latitude" => string(8) "46.07323" "longitude" => string(10) "-100.54688" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "21" "url" => string(16) "/severni-amerika" ) ) ) }"_footer_links" => array(0) ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)public response => object Response(5){ protected _filters => array(0) protected _uri => string(40) "zeme-<country_id>-<country_url>(/<page>)" protected _regex => array(2) ( "page" => string(3) "\d+" "country_id" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(7) "Country" "action" => string(6) "detail" ) protected _route_regex => string(79) "#^zeme-(?P<country_id>\d+)-(?P<country_url>[^/.,;?\n]++)(?:/(?P<page>\d+))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "Country" protected _action => string(6) "detail" protected _uri => string(13) "zeme-271-blog" protected _external => bool FALSE protected _params => array(2) ( "country_id" => string(3) "271" "country_url" => string(4) "blog" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}{ protected _status => integer 200 protected _header => object HTTP_Header(0)public siteconfig => array(11) ( "server_url" => string(17) "atlaspamatek.info" "imageserver" => string(20) "https://desperado.cz" "server_name" => string(17) "Atlaspamatek.info" "author" => string(17) "Atlaspamatek.info" "description" => string(46) "Atlaspamatek.info - Inspirace pro vaše cesty." "site_url" => string(25) "https://atlaspamatek.info" "page_name" => string(17) "Atlaspamatek.info" "default_driver" => string(4) "file" "default_lifetime" => integer 60000 "gsm_api_key" => string(39) "AIzaSyA9b1MZ9L4phKHd4VHsdvXuemmN4pKBB70" "openweatherkey" => string(32) "dc88375539835da276ef040156f95c3f" ) public continents => array(3) ( 0 => array(8) ( "cont_code" => string(2) "AF" "name" => string(6) "Afrika" "asciiname" => string(7) "/afrika" "latitude" => string(7) "7.18810" "longitude" => string(8) "21.09375" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "28" "url" => string(7) "/afrika" ) 1 => array(8) ( "cont_code" => string(2) "EU" "name" => string(6) "Evropa" "asciiname" => string(7) "/evropa" "latitude" => string(8) "48.69096" "longitude" => string(7) "9.14062" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "39" "url" => string(7) "/evropa" ) 2 => array(8) ( "cont_code" => string(2) "NA" "name" => string(7) "Amerika" "asciiname" => string(16) "/severni-amerika" "latitude" => string(8) "46.07323" "longitude" => string(10) "-100.54688" "marker" => string(55) "https://maps.google.com/mapfiles/ms/icons/green-dot.png" "countries" => string(2) "21" "url" => string(16) "/severni-amerika" ) ) }{ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }89 90 // Create a new instance of the controller 91 $controller = $class->newInstance($request, $response); 92 93 // Run the controller's execute() method 94 $response = $class->getMethod('execute')->invoke($controller); 95 96 if ( ! $response instanceof Response) 97 { 98 // Controller failed to return a Response. 99 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(40) "zeme-<country_id>-<country_url>(/<page>)" protected _regex => array(2) ( "page" => string(3) "\d+" "country_id" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(7) "Country" "action" => string(6) "detail" ) protected _route_regex => string(79) "#^zeme-(?P<country_id>\d+)-(?P<country_url>[^/.,;?\n]++)(?:/(?P<page>\d+))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "Country" protected _action => string(6) "detail" protected _uri => string(13) "zeme-271-blog" protected _external => bool FALSE protected _params => array(2) ( "country_id" => string(3) "271" "country_url" => string(4) "blog" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)
0object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(40) "zeme-<country_id>-<country_url>(/<page>)" protected _regex => array(2) ( "page" => string(3) "\d+" "country_id" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(7) "Country" "action" => string(6) "detail" ) protected _route_regex => string(79) "#^zeme-(?P<country_id>\d+)-(?P<country_url>[^/.,;?\n]++)(?:/(?P<page>\d+))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "Country" protected _action => string(6) "detail" protected _uri => string(13) "zeme-271-blog" protected _external => bool FALSE protected _params => array(2) ( "country_id" => string(3) "271" "country_url" => string(4) "blog" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}995 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', [ 996 ':uri' => $this->_uri, 997 ]); 998 } 999 1000 return $this->_client->execute($this); 1001 } 1002 1003 /** 1004 * Returns whether this request is the initial request Kohana received. 1005 * Can be used to test for sub requests. -
DOCROOT/index.php [ 123 ] » Kohana_Request->execute()
118 /** 119 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 120 * If no source is specified, the URI will be automatically detected. 121 */ 122 echo Request::factory(TRUE, array(), FALSE) 123 ->execute() 124 ->send_headers(TRUE) 125 ->body(); 126 }