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) "1047" "nazev" => string(30) "Ptuj - fotogalerie z roku 2006" "url" => string(115) "https://desperado.cz/clanek-1047-foto-slovinsko-ptuj.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(107) "Ptuj je jedním z nejstarších slovinských měst. Kromě bohaté historie, zahrnuje i mnohé památky,..." "zeme" => string(9) "Slovinsko" "title_image" => string(36) "bb0e55cb130025319235acd01b00195d.jpg" "title_image_label" => string(16) "Ptuj (Slovinsko)" ) 1 => array(7) ( "id" => string(4) "3606" "nazev" => string(81) "Malé chorvatské městečko, nad nímž slunce nikdy nezapadne, toť Baška Voda" "url" => string(167) "https://desperado.cz/clanek-3606-male-chorvatske-mestecko-nad-nimz-slunce-nikdy-nezapadne-tot-baska-voda.html?utm_source=atlasme …" "text" => string(107) "Baška Voda, to je tři tisíce stálých obyvatel, ale také ideální poloha pro turisty, jimiž se to..." "zeme" => string(10) "Chorvatsko" "title_image" => string(36) "a181051f7ee6b444ff4099435c366f69.jpg" "title_image_label" => string(36) "Baška Voda (Dalmácie - Chorvatsko)" ) 2 => array(7) ( "id" => string(4) "3578" "nazev" => string(46) "Gotický Žebrák zažil husitské obléhání" "url" => string(134) "https://desperado.cz/clanek-3578-goticky-zebrak-zazil-husitske-oblehani.html?utm_source=atlasmest&utm_medium=link&utm_campaign=t …" "text" => string(107) "V tehdy dominantní němčině se říkávalo v kraji Bettlem, dnes jej známe hlavně jako Žebrák...." "zeme" => string(17) "Česká republika" "title_image" => string(36) "a7894106121d599ae178d5c766575fcb.jpg" "title_image_label" => string(33) "Hrad Žebrák (Česká republika)" ) 3 => array(7) ( "id" => string(4) "1999" "nazev" => string(33) "Hrad Aggstein nad údolím Wachau" "url" => string(118) "https://desperado.cz/clanek-1999-rakousko-hrad-aggstein.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(106) "Hrad Aggstein se nachází v Rakousku, konkrétně v údolí Wachau na pravém břehu Dunaje, poblíž..." "zeme" => string(8) "Rakousko" "title_image" => string(36) "51208a54b4d997dd398b9c6a122f11a6.jpg" "title_image_label" => string(24) "Hrad Aggstein (Rakousko)" ) 4 => array(7) ( "id" => string(4) "2296" "nazev" => string(42) "El Retiro Park je zelenou oázou v Madridu" "url" => string(137) "https://desperado.cz/clanek-2296-el-retiro-park-je-zelenou-oazou-v-madridu.html?utm_source=atlasmest&utm_medium=link&utm_campaig …" "text" => string(101) "El Retiro Park je nádherná zelená oáza, která se nachází v centru Madridu, ve Španělsku...." "zeme" => string(11) "Španělsko" "title_image" => string(36) "76b5cac1ce0b759906bb6157f0581d0b.jpg" "title_image_label" => string(38) "El Retiro Park v Madridu (Španělsko)" ) 5 => array(7) ( "id" => string(4) "1586" "nazev" => string(53) "Fotogalerie z Harranu, město kde vznikala civilizace" "url" => string(115) "https://desperado.cz/clanek-1586-foto-turecko-harran.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(107) "Pokud toužíte obdivovat města s pradávnou historií, je právě Harran tím, co byste měli určitě..." "zeme" => string(7) "Turecko" "title_image" => string(36) "b5f58aef17ea157b38caeb0059afa142.jpg" "title_image_label" => string(16) "Harran (Turecko)" ) 6 => array(7) ( "id" => string(3) "837" "nazev" => string(35) "Krakov - polské královské město" "url" => string(101) "https://desperado.cz/clanek-837-krakov.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(109) "Pokud jakýkoliv turista zavítá k naším severním sousedům, tak místem, které ze svého itineráře..." "zeme" => string(6) "Polsko" "title_image" => string(36) "a6887615edc0f0fbd7ca84b8d676975b.jpg" "title_image_label" => string(15) "Krakov (Polsko)" ) 7 => array(7) ( "id" => string(4) "1766" "nazev" => string(42) "Nikosie - rozdělené hlavní město Kypru" "url" => string(108) "https://desperado.cz/clanek-1766-kypr-nikosie.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(97) "Nikosie je v současnosti hlavním městem Kypru, má zhruba tři stovky tisíc obyvatel a je..." "zeme" => string(4) "Kypr" "title_image" => string(36) "3390d805c6e26ffe9e3411118efa14f1.jpg" "title_image_label" => string(31) "Nikosie - hlavní město (Kypr)" ) 8 => array(7) ( "id" => string(3) "427" "nazev" => string(28) "Norsko stopem – kapitola 2" "url" => string(143) "https://desperado.cz/clanek-427-norsko-stopem-2-rauland-amot-totak-oddy-latefoss.html?utm_source=atlasmest&utm_medium=link&utm_c …" "text" => string(102) "4.den – 4.8.2005 Celou noc pršelo a byla strašná zima, spala jsem bez ponožek, tak mne zábly..." "zeme" => string(6) "Norsko" "title_image" => string(36) "af9b99d5b47b9e3876e06200367bbfd3.jpg" "title_image_label" => string(28) "Vodopády Låtefoss (Norsko)" ) 9 => array(7) ( "id" => string(4) "4296" "nazev" => string(47) "Salò: Perla na západním břehu Lago di Garda" "url" => string(137) "https://desperado.cz/clanek-4296-sal-perla-na-zapadnim-brehu-lago-di-garda.html?utm_source=atlasmest&utm_medium=link&utm_campaig …" "text" => string(105) "Salò, malebné městečko nacházející se na západním břehu Lago di Garda v severní Itálii, je..." "zeme" => string(7) "Itálie" "title_image" => string(36) "3c5b14a0ee4efb7a637726388ab1b05b.jpg" "title_image_label" => string(27) "Salò (Lombardie - Itálie)" ) 10 => array(7) ( "id" => string(4) "1567" "nazev" => string(64) "Alžírsko - Nejnebezpečnější místo na světě pro turisty!" "url" => string(148) "https://desperado.cz/clanek-1567-alzirsko-nejnebezpecnejsi-misto-na-svete-pro-turisty.html?utm_source=atlasmest&utm_medium=link& …" "text" => string(111) "„Nedáme dopustit na blesk, který ničí. Potoky krve prolévá, jasnými příznaky vln. Létat hrdě na..." "zeme" => string(10) "Alžírsko" "title_image" => string(36) "eb7fa8e115c2b0398687b81a5e4e19b7.jpg" "title_image_label" => string(20) "Poušť (Alžírsko)" ) 11 => array(7) ( "id" => string(3) "925" "nazev" => string(30) "Birqáš - na velbloudím trhu" "url" => string(115) "https://desperado.cz/clanek-925-velbloudi-trh-birqas.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(105) "Tolik velbloudů jsme ještě v životě neviděli a takhle najednou už možná ani nikdy neuvidíme...." "zeme" => string(5) "Egypt" "title_image" => string(36) "74453b45c84d4056533f187c6c153e51.jpg" "title_image_label" => string(33) "Velbloudí trh v Birqáš (Egypt)" ) ) )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) "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)" ) 1 => 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) "" ) 2 => array(8) ( "id" => string(4) "4225" "nazev" => string(57) "Limský záliv je přírodní skvost na pobřeží Istrie" "url" => string(145) "https://desperado.cz/clanek-4225-limsky-zaliv-je-prirodni-skvost-na-pobrezi-istrie.html?utm_source=atlasmest&utm_medium=link&utm …" "seo_title" => string(35) "Nejlepší z Istrie: Limský záliv" "text" => string(95) "Málokterá destinace nabízí tak poutavou kombinaci přírodní krásy, bohaté historie a..." "zeme" => string(10) "Chorvatsko" "title_image" => string(36) "9739d757ca068b1ac65e19024783cd8a.jpg" "title_image_label" => string(36) "Limský záliv (Istrie - Chorvatsko)" ) 3 => array(8) ( "id" => string(4) "4203" "nazev" => string(49) "Antverpy jsou belgický skvost plný překvapení" "url" => string(141) "https://desperado.cz/clanek-4203-antverpy-jsou-belgicky-skvost-plny-prekvapeni.html?utm_source=atlasmest&utm_medium=link&utm_cam …" "seo_title" => string(65) "Jak si užít Antverpy: nejlepší památky a místní speciality" "text" => string(112) "Antverpy jsou druhým největším městem Belgie a jedním z nejvýznamnějších přístavů Evropy. Město..." "zeme" => string(6) "Belgie" "title_image" => string(36) "5b90b78c03eed8163019dfcfb55e41ea.jpg" "title_image_label" => string(17) "Antverpy (Belgie)" ) 4 => array(8) ( "id" => string(4) "4359" "nazev" => string(61) "Klidná Itálie: Kam vyrazit na konci roku k moři bez davů?" "url" => string(151) "https://desperado.cz/clanek-4359-klidna-italie-kam-vyrazit-na-konci-roku-k-mori-bez-davu.html?utm_source=atlasmest&utm_medium=li …" "seo_title" => string(61) "Itálie k moři v zimě: Bibione, Lignano, Benátky bez davů" "text" => string(98) "Toužíte uniknout předvánočnímu shonu, ale nechcete trávit konec roku na zasněžených a..." "zeme" => string(7) "Itálie" "title_image" => string(36) "cc31ed1f81b05978aa92871782a18c93.jpg" "title_image_label" => string(58) "Lignano Sabbiadoro (Furlansko-Julské Benátsko - Itálie)" ) 5 => array(8) ( "id" => string(4) "4194" "nazev" => string(58) "Poušť Atacama: Jak prozkoumat nejsušší místo na Zemi" "url" => string(147) "https://desperado.cz/clanek-4194-poust-atacama-jak-prozkoumat-nejsussi-misto-na-zemi.html?utm_source=atlasmest&utm_medium=link&u …" "seo_title" => string(64) "Co vidět a dělat na poušti Atacama: Průvodce pro cestovatele" "text" => string(101) "Poušť Atacama je chladná a suchá oblast na severu Chile, která se táhne přes 1600 km podél..." "zeme" => string(5) "Chile" "title_image" => string(36) "53ca5afc0aa4f43f72957a2835f6f58b.jpg" "title_image_label" => string(23) "Poušť Atacama (Chile)" ) ) ) }"_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) "1047" "nazev" => string(30) "Ptuj - fotogalerie z roku 2006" "url" => string(115) "https://desperado.cz/clanek-1047-foto-slovinsko-ptuj.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(107) "Ptuj je jedním z nejstarších slovinských měst. Kromě bohaté historie, zahrnuje i mnohé památky,..." "zeme" => string(9) "Slovinsko" "title_image" => string(36) "bb0e55cb130025319235acd01b00195d.jpg" "title_image_label" => string(16) "Ptuj (Slovinsko)" ) 1 => array(7) ( "id" => string(4) "3606" "nazev" => string(81) "Malé chorvatské městečko, nad nímž slunce nikdy nezapadne, toť Baška Voda" "url" => string(167) "https://desperado.cz/clanek-3606-male-chorvatske-mestecko-nad-nimz-slunce-nikdy-nezapadne-tot-baska-voda.html?utm_source=atlasme …" "text" => string(107) "Baška Voda, to je tři tisíce stálých obyvatel, ale také ideální poloha pro turisty, jimiž se to..." "zeme" => string(10) "Chorvatsko" "title_image" => string(36) "a181051f7ee6b444ff4099435c366f69.jpg" "title_image_label" => string(36) "Baška Voda (Dalmácie - Chorvatsko)" ) 2 => array(7) ( "id" => string(4) "3578" "nazev" => string(46) "Gotický Žebrák zažil husitské obléhání" "url" => string(134) "https://desperado.cz/clanek-3578-goticky-zebrak-zazil-husitske-oblehani.html?utm_source=atlasmest&utm_medium=link&utm_campaign=t …" "text" => string(107) "V tehdy dominantní němčině se říkávalo v kraji Bettlem, dnes jej známe hlavně jako Žebrák...." "zeme" => string(17) "Česká republika" "title_image" => string(36) "a7894106121d599ae178d5c766575fcb.jpg" "title_image_label" => string(33) "Hrad Žebrák (Česká republika)" ) 3 => array(7) ( "id" => string(4) "1999" "nazev" => string(33) "Hrad Aggstein nad údolím Wachau" "url" => string(118) "https://desperado.cz/clanek-1999-rakousko-hrad-aggstein.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(106) "Hrad Aggstein se nachází v Rakousku, konkrétně v údolí Wachau na pravém břehu Dunaje, poblíž..." "zeme" => string(8) "Rakousko" "title_image" => string(36) "51208a54b4d997dd398b9c6a122f11a6.jpg" "title_image_label" => string(24) "Hrad Aggstein (Rakousko)" ) 4 => array(7) ( "id" => string(4) "2296" "nazev" => string(42) "El Retiro Park je zelenou oázou v Madridu" "url" => string(137) "https://desperado.cz/clanek-2296-el-retiro-park-je-zelenou-oazou-v-madridu.html?utm_source=atlasmest&utm_medium=link&utm_campaig …" "text" => string(101) "El Retiro Park je nádherná zelená oáza, která se nachází v centru Madridu, ve Španělsku...." "zeme" => string(11) "Španělsko" "title_image" => string(36) "76b5cac1ce0b759906bb6157f0581d0b.jpg" "title_image_label" => string(38) "El Retiro Park v Madridu (Španělsko)" ) 5 => array(7) ( "id" => string(4) "1586" "nazev" => string(53) "Fotogalerie z Harranu, město kde vznikala civilizace" "url" => string(115) "https://desperado.cz/clanek-1586-foto-turecko-harran.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(107) "Pokud toužíte obdivovat města s pradávnou historií, je právě Harran tím, co byste měli určitě..." "zeme" => string(7) "Turecko" "title_image" => string(36) "b5f58aef17ea157b38caeb0059afa142.jpg" "title_image_label" => string(16) "Harran (Turecko)" ) 6 => array(7) ( "id" => string(3) "837" "nazev" => string(35) "Krakov - polské královské město" "url" => string(101) "https://desperado.cz/clanek-837-krakov.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(109) "Pokud jakýkoliv turista zavítá k naším severním sousedům, tak místem, které ze svého itineráře..." "zeme" => string(6) "Polsko" "title_image" => string(36) "a6887615edc0f0fbd7ca84b8d676975b.jpg" "title_image_label" => string(15) "Krakov (Polsko)" ) 7 => array(7) ( "id" => string(4) "1766" "nazev" => string(42) "Nikosie - rozdělené hlavní město Kypru" "url" => string(108) "https://desperado.cz/clanek-1766-kypr-nikosie.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(97) "Nikosie je v současnosti hlavním městem Kypru, má zhruba tři stovky tisíc obyvatel a je..." "zeme" => string(4) "Kypr" "title_image" => string(36) "3390d805c6e26ffe9e3411118efa14f1.jpg" "title_image_label" => string(31) "Nikosie - hlavní město (Kypr)" ) 8 => array(7) ( "id" => string(3) "427" "nazev" => string(28) "Norsko stopem – kapitola 2" "url" => string(143) "https://desperado.cz/clanek-427-norsko-stopem-2-rauland-amot-totak-oddy-latefoss.html?utm_source=atlasmest&utm_medium=link&utm_c …" "text" => string(102) "4.den – 4.8.2005 Celou noc pršelo a byla strašná zima, spala jsem bez ponožek, tak mne zábly..." "zeme" => string(6) "Norsko" "title_image" => string(36) "af9b99d5b47b9e3876e06200367bbfd3.jpg" "title_image_label" => string(28) "Vodopády Låtefoss (Norsko)" ) 9 => array(7) ( "id" => string(4) "4296" "nazev" => string(47) "Salò: Perla na západním břehu Lago di Garda" "url" => string(137) "https://desperado.cz/clanek-4296-sal-perla-na-zapadnim-brehu-lago-di-garda.html?utm_source=atlasmest&utm_medium=link&utm_campaig …" "text" => string(105) "Salò, malebné městečko nacházející se na západním břehu Lago di Garda v severní Itálii, je..." "zeme" => string(7) "Itálie" "title_image" => string(36) "3c5b14a0ee4efb7a637726388ab1b05b.jpg" "title_image_label" => string(27) "Salò (Lombardie - Itálie)" ) 10 => array(7) ( "id" => string(4) "1567" "nazev" => string(64) "Alžírsko - Nejnebezpečnější místo na světě pro turisty!" "url" => string(148) "https://desperado.cz/clanek-1567-alzirsko-nejnebezpecnejsi-misto-na-svete-pro-turisty.html?utm_source=atlasmest&utm_medium=link& …" "text" => string(111) "„Nedáme dopustit na blesk, který ničí. Potoky krve prolévá, jasnými příznaky vln. Létat hrdě na..." "zeme" => string(10) "Alžírsko" "title_image" => string(36) "eb7fa8e115c2b0398687b81a5e4e19b7.jpg" "title_image_label" => string(20) "Poušť (Alžírsko)" ) 11 => array(7) ( "id" => string(3) "925" "nazev" => string(30) "Birqáš - na velbloudím trhu" "url" => string(115) "https://desperado.cz/clanek-925-velbloudi-trh-birqas.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(105) "Tolik velbloudů jsme ještě v životě neviděli a takhle najednou už možná ani nikdy neuvidíme...." "zeme" => string(5) "Egypt" "title_image" => string(36) "74453b45c84d4056533f187c6c153e51.jpg" "title_image_label" => string(33) "Velbloudí trh v Birqáš (Egypt)" ) ) ) }{ 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) "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)" ) 1 => 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) "" ) 2 => array(8) ( "id" => string(4) "4225" "nazev" => string(57) "Limský záliv je přírodní skvost na pobřeží Istrie" "url" => string(145) "https://desperado.cz/clanek-4225-limsky-zaliv-je-prirodni-skvost-na-pobrezi-istrie.html?utm_source=atlasmest&utm_medium=link&utm …" "seo_title" => string(35) "Nejlepší z Istrie: Limský záliv" "text" => string(95) "Málokterá destinace nabízí tak poutavou kombinaci přírodní krásy, bohaté historie a..." "zeme" => string(10) "Chorvatsko" "title_image" => string(36) "9739d757ca068b1ac65e19024783cd8a.jpg" "title_image_label" => string(36) "Limský záliv (Istrie - Chorvatsko)" ) 3 => array(8) ( "id" => string(4) "4203" "nazev" => string(49) "Antverpy jsou belgický skvost plný překvapení" "url" => string(141) "https://desperado.cz/clanek-4203-antverpy-jsou-belgicky-skvost-plny-prekvapeni.html?utm_source=atlasmest&utm_medium=link&utm_cam …" "seo_title" => string(65) "Jak si užít Antverpy: nejlepší památky a místní speciality" "text" => string(112) "Antverpy jsou druhým největším městem Belgie a jedním z nejvýznamnějších přístavů Evropy. Město..." "zeme" => string(6) "Belgie" "title_image" => string(36) "5b90b78c03eed8163019dfcfb55e41ea.jpg" "title_image_label" => string(17) "Antverpy (Belgie)" ) 4 => array(8) ( "id" => string(4) "4359" "nazev" => string(61) "Klidná Itálie: Kam vyrazit na konci roku k moři bez davů?" "url" => string(151) "https://desperado.cz/clanek-4359-klidna-italie-kam-vyrazit-na-konci-roku-k-mori-bez-davu.html?utm_source=atlasmest&utm_medium=li …" "seo_title" => string(61) "Itálie k moři v zimě: Bibione, Lignano, Benátky bez davů" "text" => string(98) "Toužíte uniknout předvánočnímu shonu, ale nechcete trávit konec roku na zasněžených a..." "zeme" => string(7) "Itálie" "title_image" => string(36) "cc31ed1f81b05978aa92871782a18c93.jpg" "title_image_label" => string(58) "Lignano Sabbiadoro (Furlansko-Julské Benátsko - Itálie)" ) 5 => array(8) ( "id" => string(4) "4194" "nazev" => string(58) "Poušť Atacama: Jak prozkoumat nejsušší místo na Zemi" "url" => string(147) "https://desperado.cz/clanek-4194-poust-atacama-jak-prozkoumat-nejsussi-misto-na-zemi.html?utm_source=atlasmest&utm_medium=link&u …" "seo_title" => string(64) "Co vidět a dělat na poušti Atacama: Průvodce pro cestovatele" "text" => string(101) "Poušť Atacama je chladná a suchá oblast na severu Chile, která se táhne přes 1600 km podél..." "zeme" => string(5) "Chile" "title_image" => string(36) "53ca5afc0aa4f43f72957a2835f6f58b.jpg" "title_image_label" => string(23) "Poušť Atacama (Chile)" ) ) ) }"_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) "1047" "nazev" => string(30) "Ptuj - fotogalerie z roku 2006" "url" => string(115) "https://desperado.cz/clanek-1047-foto-slovinsko-ptuj.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(107) "Ptuj je jedním z nejstarších slovinských měst. Kromě bohaté historie, zahrnuje i mnohé památky,..." "zeme" => string(9) "Slovinsko" "title_image" => string(36) "bb0e55cb130025319235acd01b00195d.jpg" "title_image_label" => string(16) "Ptuj (Slovinsko)" ) 1 => array(7) ( "id" => string(4) "3606" "nazev" => string(81) "Malé chorvatské městečko, nad nímž slunce nikdy nezapadne, toť Baška Voda" "url" => string(167) "https://desperado.cz/clanek-3606-male-chorvatske-mestecko-nad-nimz-slunce-nikdy-nezapadne-tot-baska-voda.html?utm_source=atlasme …" "text" => string(107) "Baška Voda, to je tři tisíce stálých obyvatel, ale také ideální poloha pro turisty, jimiž se to..." "zeme" => string(10) "Chorvatsko" "title_image" => string(36) "a181051f7ee6b444ff4099435c366f69.jpg" "title_image_label" => string(36) "Baška Voda (Dalmácie - Chorvatsko)" ) 2 => array(7) ( "id" => string(4) "3578" "nazev" => string(46) "Gotický Žebrák zažil husitské obléhání" "url" => string(134) "https://desperado.cz/clanek-3578-goticky-zebrak-zazil-husitske-oblehani.html?utm_source=atlasmest&utm_medium=link&utm_campaign=t …" "text" => string(107) "V tehdy dominantní němčině se říkávalo v kraji Bettlem, dnes jej známe hlavně jako Žebrák...." "zeme" => string(17) "Česká republika" "title_image" => string(36) "a7894106121d599ae178d5c766575fcb.jpg" "title_image_label" => string(33) "Hrad Žebrák (Česká republika)" ) 3 => array(7) ( "id" => string(4) "1999" "nazev" => string(33) "Hrad Aggstein nad údolím Wachau" "url" => string(118) "https://desperado.cz/clanek-1999-rakousko-hrad-aggstein.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(106) "Hrad Aggstein se nachází v Rakousku, konkrétně v údolí Wachau na pravém břehu Dunaje, poblíž..." "zeme" => string(8) "Rakousko" "title_image" => string(36) "51208a54b4d997dd398b9c6a122f11a6.jpg" "title_image_label" => string(24) "Hrad Aggstein (Rakousko)" ) 4 => array(7) ( "id" => string(4) "2296" "nazev" => string(42) "El Retiro Park je zelenou oázou v Madridu" "url" => string(137) "https://desperado.cz/clanek-2296-el-retiro-park-je-zelenou-oazou-v-madridu.html?utm_source=atlasmest&utm_medium=link&utm_campaig …" "text" => string(101) "El Retiro Park je nádherná zelená oáza, která se nachází v centru Madridu, ve Španělsku...." "zeme" => string(11) "Španělsko" "title_image" => string(36) "76b5cac1ce0b759906bb6157f0581d0b.jpg" "title_image_label" => string(38) "El Retiro Park v Madridu (Španělsko)" ) 5 => array(7) ( "id" => string(4) "1586" "nazev" => string(53) "Fotogalerie z Harranu, město kde vznikala civilizace" "url" => string(115) "https://desperado.cz/clanek-1586-foto-turecko-harran.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(107) "Pokud toužíte obdivovat města s pradávnou historií, je právě Harran tím, co byste měli určitě..." "zeme" => string(7) "Turecko" "title_image" => string(36) "b5f58aef17ea157b38caeb0059afa142.jpg" "title_image_label" => string(16) "Harran (Turecko)" ) 6 => array(7) ( "id" => string(3) "837" "nazev" => string(35) "Krakov - polské královské město" "url" => string(101) "https://desperado.cz/clanek-837-krakov.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(109) "Pokud jakýkoliv turista zavítá k naším severním sousedům, tak místem, které ze svého itineráře..." "zeme" => string(6) "Polsko" "title_image" => string(36) "a6887615edc0f0fbd7ca84b8d676975b.jpg" "title_image_label" => string(15) "Krakov (Polsko)" ) 7 => array(7) ( "id" => string(4) "1766" "nazev" => string(42) "Nikosie - rozdělené hlavní město Kypru" "url" => string(108) "https://desperado.cz/clanek-1766-kypr-nikosie.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(97) "Nikosie je v současnosti hlavním městem Kypru, má zhruba tři stovky tisíc obyvatel a je..." "zeme" => string(4) "Kypr" "title_image" => string(36) "3390d805c6e26ffe9e3411118efa14f1.jpg" "title_image_label" => string(31) "Nikosie - hlavní město (Kypr)" ) 8 => array(7) ( "id" => string(3) "427" "nazev" => string(28) "Norsko stopem – kapitola 2" "url" => string(143) "https://desperado.cz/clanek-427-norsko-stopem-2-rauland-amot-totak-oddy-latefoss.html?utm_source=atlasmest&utm_medium=link&utm_c …" "text" => string(102) "4.den – 4.8.2005 Celou noc pršelo a byla strašná zima, spala jsem bez ponožek, tak mne zábly..." "zeme" => string(6) "Norsko" "title_image" => string(36) "af9b99d5b47b9e3876e06200367bbfd3.jpg" "title_image_label" => string(28) "Vodopády Låtefoss (Norsko)" ) 9 => array(7) ( "id" => string(4) "4296" "nazev" => string(47) "Salò: Perla na západním břehu Lago di Garda" "url" => string(137) "https://desperado.cz/clanek-4296-sal-perla-na-zapadnim-brehu-lago-di-garda.html?utm_source=atlasmest&utm_medium=link&utm_campaig …" "text" => string(105) "Salò, malebné městečko nacházející se na západním břehu Lago di Garda v severní Itálii, je..." "zeme" => string(7) "Itálie" "title_image" => string(36) "3c5b14a0ee4efb7a637726388ab1b05b.jpg" "title_image_label" => string(27) "Salò (Lombardie - Itálie)" ) 10 => array(7) ( "id" => string(4) "1567" "nazev" => string(64) "Alžírsko - Nejnebezpečnější místo na světě pro turisty!" "url" => string(148) "https://desperado.cz/clanek-1567-alzirsko-nejnebezpecnejsi-misto-na-svete-pro-turisty.html?utm_source=atlasmest&utm_medium=link& …" "text" => string(111) "„Nedáme dopustit na blesk, který ničí. Potoky krve prolévá, jasnými příznaky vln. Létat hrdě na..." "zeme" => string(10) "Alžírsko" "title_image" => string(36) "eb7fa8e115c2b0398687b81a5e4e19b7.jpg" "title_image_label" => string(20) "Poušť (Alžírsko)" ) 11 => array(7) ( "id" => string(3) "925" "nazev" => string(30) "Birqáš - na velbloudím trhu" "url" => string(115) "https://desperado.cz/clanek-925-velbloudi-trh-birqas.html?utm_source=atlasmest&utm_medium=link&utm_campaign=topmenu" "text" => string(105) "Tolik velbloudů jsme ještě v životě neviděli a takhle najednou už možná ani nikdy neuvidíme...." "zeme" => string(5) "Egypt" "title_image" => string(36) "74453b45c84d4056533f187c6c153e51.jpg" "title_image_label" => string(33) "Velbloudí trh v Birqáš (Egypt)" ) ) ) }{ 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 }