/var/www/tomazov/library/src/kohana-v3.3.6/modules/database/classes/Kohana/Database/MySQLi.php [ 177 ]
172 {
173 // This benchmark is worthless
174 Profiler::delete($benchmark);
175 }
176
177 throw new Database_Exception(':hostname :error [ :query ]', array(
178 ':error' => $this->_connection->error,
179 ':query' => $sql,
180 ':hostname' => $this->_hostname
181 ), $this->_connection->errno);
182 }
-
/var/www/tomazov/library/src/kohana-v3.3.6/modules/mcache/classes/Database/Query.php [ 61 ] » Kohana_Database_MySQLi->query(arguments)
0integer 1
1string(1024) "SELECT `t`.`rec_id` AS `id`, `t`.`fIATA` AS `iata`, IF(t.fNameEng!="",t.fNameEng,t.fName) AS `name`, `t`.`fName` AS `nameLang`, …"2bool TRUE
3array(0)56 return new Database_Result_Cached($result, $sql, $as_object, $object_params); 57 } 58 } 59 60 // Execute the query 61 $result = $db->query($this->_type, $sql, $as_object, $object_params); 62 63 if ($cache_available && $this->_lifetime !== NULL) { 64 if($this->_type === Database::SELECT) 65 { 66 if(!empty($this->_from) && is_array($this->_from)){ -
/var/www/tomazov/library/src/Global/Service/Geo/City.php [ 134 ] » Database_Query->execute(arguments)
0string(6) "otpusk"1bool TRUE
129 * Get result for mapper 130 * @return array 131 */ 132 protected function _r($cache=true){ 133 if(empty($this->dbResult)){ 134 if ($cache) $this->dbResult = $this->getQuery()->cached()->execute('otpusk', true); 135 else $this->dbResult = $this->getQuery()->execute('otpusk', true); 136 } 137 $r = array( 138 'result' => $this->dbResult, 139 'loadCountry' => $this->loadCountry, -
APPPATH/classes/Library/Service/Geo/City.php [ 223 ] » Library\Service\Geo\City->_r()
218 * @return \Application\Library\Entity\Geo\Cities | \Application\Library\Entity\Geo\City[] 219 */ 220 public function get() 221 { 222 if (empty($this->entity)) { 223 $r = $this->_r(); 224 $r['loadRef'] = $this->loadRef; 225 if ($this->loadRef) { 226 $r['refSql'] = $this->getRef(); 227 } 228 //echo (string)$this->sql; -
APPPATH/views/Question/inc/menu.php [ 29 ] » Application\Library\Service\Geo\City->get()
24 <a class="q_country_link" href="<?=$country_href?>"><?php echo $country->name; ?></a> 25 <?php if($country->id==$countryId):?> 26 <div class="q_resort_list"> 27 <?php 28 $more2 = false; 29 $cities = $country->cities->loadStatistics()->get(); 30 $max2 = 0; 31 foreach($cities AS $city) $max2+= $city->statistic->questions; 32 // показываем половину 33 $agv2 = round($max2/count($cities),1); 34 foreach($cities AS $city):?><?//$max2.'='.count($cities).'/'.$city->statistic->questions.'<'.$agv2;?> -
/var/www/tomazov/library/src/kohana-v3.3.6/system/classes/Kohana/View.php [ 62 ] » include(arguments)
0string(90) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/Question/inc/menu.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(); -
/var/www/tomazov/library/src/kohana-v3.3.6/system/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0string(90) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/Question/inc/menu.php"1array(3) ( "countries" => object Application\Library\Entity\Geo\Countries(4)
{ protected names => array(8) ( 0 => string(6) "result" 1 => string(11) "loadCapital" 2 => string(10) "loadCities" 3 => string(7) "loadRef" 4 => string(9) "loadImage" 5 => string(6) "refSql" 6 => string(10) "loadSights" 7 => string(14) "loadStatistics" ) protected onlyNames => bool TRUE protected store => array(7) ( "result" => object Database_Result_Cached(6)"countryId" => string(3) "116" "cityId" => string(4) "1835" ){ protected _query => string(1080) "SELECT `c`.`rec_id` AS `id`, `c`.`fNameTr` AS `code`, `c`.`fCode` AS `code2`, IF(c.fNameEng!="",c.fNameEng,c.fCountry) AS `name` …" protected _result => array(1) ( 0 => object stdClass(27)"loadCapital" => bool TRUE "loadCities" => bool TRUE "loadRef" => NULL "loadSights" => NULL "loadImage" => NULL "loadStatistics" => bool TRUE ) protected data => array(1) ( 0 => object Application\Library\Entity\Geo\Country(3){ public id => string(3) "116" public code => string(7) "ukraine" public code2 => string(2) "ua" public name => string(7) "Ukraine" public nameLang => string(14) "Украина" public lat => string(8) "48.69000" public lng => string(8) "31.73000" public zoom => string(1) "5" public capital => string(4) "1544" public nameEng => string(7) "Ukraine" public nameTr => string(7) "ukraine" public nameRd => string(14) "Украины" public nameVn => string(14) "Украину" public namePr => string(14) "Украине" public nameDt => string(14) "Украине" public continent => string(1) "1" public priority => string(1) "2" public hotels => string(4) "1926" public sights => string(3) "698" public reviews => string(5) "12526" public vreviews => string(5) "11317" public photoCount => string(5) "22754" public videoCount => string(2) "55" public questions => string(4) "2438" public answers => string(5) "12477" public rate => string(6) "6.3403" public topRate => string(7) "11.3385" }) protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => bool TRUE protected _object_params => NULL }{ protected names => array(25) ( 0 => string(2) "id" 1 => string(4) "code" 2 => string(5) "code2" 3 => string(3) "lat" 4 => string(3) "lng" 5 => string(4) "zoom" 6 => string(7) "capital" 7 => string(6) "cities" 8 => string(5) "image" 9 => string(4) "name" 10 => string(8) "nameLang" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "nameRd" 14 => string(6) "nameVn" 15 => string(6) "namePr" 16 => string(6) "nameDt" 17 => string(7) "nameUkr" 18 => string(9) "continent" 19 => string(8) "priority" 20 => string(4) "type" 21 => string(5) "offer" 22 => string(3) "ref" 23 => string(6) "sights" 24 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(20) ( "id" => string(3) "116" "code" => string(7) "ukraine" "code2" => string(2) "ua" "name" => string(7) "Ukraine" "nameLang" => string(14) "Украина" "nameEng" => string(7) "Ukraine" "nameUkr" => NULL "nameTr" => string(7) "ukraine" "continent" => string(1) "1" "priority" => string(1) "2" "lat" => string(8) "48.69000" "lng" => string(8) "31.73000" "zoom" => string(1) "5" "capital" => object Application\Library\Service\Geo\City(14)) }{ protected limit => NULL protected order => NULL protected countryId => integer 0 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected cityId => integer 1544 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"cities" => object Application\Library\Service\Geo\City(14){ protected limit => NULL protected order => NULL protected countryId => integer 116 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => bool TRUE protected sql => object Database_Query_Builder_Select(20)"statistic" => object Application\Library\Entity\Geo\Statistic(3){ protected _select => array(26) ( 0 => array(2) ( 0 => string(8) "t.rec_id" 1 => string(2) "id" ) 1 => array(2) ( 0 => string(7) "t.fIATA" 1 => string(4) "iata" ) 2 => array(2) ( 0 => object Database_Expression(2)protected cityId => integer 0 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }{ protected _parameters => array(0) protected _value => string(37) "IF(t.fNameEng!="",t.fNameEng,t.fName)" }1 => string(4) "name" ) 3 => array(2) ( 0 => string(7) "t.fName" 1 => string(8) "nameLang" ) 4 => array(2) ( 0 => string(12) "t.fSouthWest" 1 => string(3) "lat" ) 5 => array(2) ( 0 => string(12) "t.fNorthEast" 1 => string(3) "lng" ) 6 => array(2) ( 0 => string(7) "t.fZoom" 1 => string(4) "zoom" ) 7 => array(2) ( 0 => string(12) "t.fCountryID" 1 => string(9) "countryId" ) 8 => array(2) ( 0 => string(10) "t.fNameEng" 1 => string(7) "nameEng" ) 9 => array(2) ( 0 => string(9) "t.fNameTr" 1 => string(6) "nameTr" ) 10 => array(2) ( 0 => string(9) "t.fNameRd" 1 => string(6) "nameRd" ) 11 => array(2) ( 0 => string(9) "t.fNameVn" 1 => string(6) "nameVn" ) 12 => array(2) ( 0 => string(9) "t.fNamePr" 1 => string(6) "namePr" ) 13 => array(2) ( 0 => string(9) "t.fNameDt" 1 => string(6) "nameDt" ) 14 => array(2) ( 0 => string(9) "t.fTarget" 1 => string(6) "target" ) 15 => array(2) ( 0 => string(11) "t.fPriority" 1 => string(8) "priority" ) 16 => array(2) ( 0 => string(8) "s.hotels" 1 => string(6) "hotels" ) 17 => array(2) ( 0 => string(8) "s.sights" 1 => string(6) "sights" ) 18 => array(2) ( 0 => string(10) "s.comments" 1 => string(7) "reviews" ) 19 => array(2) ( 0 => string(16) "s.voted_comments" 1 => string(8) "vreviews" ) 20 => array(2) ( 0 => string(7) "s.fotos" 1 => string(10) "photoCount" ) 21 => array(2) ( 0 => string(8) "s.videos" 1 => string(10) "videoCount" ) 22 => array(2) ( 0 => string(11) "s.questions" 1 => string(9) "questions" ) 23 => array(2) ( 0 => string(9) "s.answers" 1 => string(7) "answers" ) 24 => array(2) ( 0 => string(10) "s.avg_rate" 1 => string(4) "rate" ) 25 => array(2) ( 0 => string(10) "s.top_rate" 1 => string(7) "topRate" ) ) protected _distinct => bool FALSE protected _from => array(1) ( 0 => array(2) ( 0 => string(14) "otpusk.tCities" 1 => string(1) "t" ) ) protected _join => array(1) ( 0 => object Database_Query_Builder_Join(11){ protected _type => string(4) "LEFT" protected _table => array(2) ( 0 => string(15) "turpravda.stats" 1 => string(1) "s" ) protected _on => array(3) ( 0 => array(3) ( ... ) 1 => array(3) ( ... ) 2 => array(3) ( ... ) ) protected _using => array(0) protected _other_tables => array(0) protected _force_execute => bool FALSE protected _lifetime => NULL protected _sql => NULL protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }) protected _group_by => array(1) ( 0 => string(8) "t.rec_id" ) protected _having => array(0) protected _offset => NULL protected _union => array(0) protected _last_join => object Database_Query_Builder_Join(11){ protected _type => string(4) "LEFT" protected _table => array(2) ( 0 => string(15) "turpravda.stats" 1 => string(1) "s" ) protected _on => array(3) ( 0 => array(3) ( 0 => string(9) "s.city_id" 1 => string(1) "=" 2 => string(8) "t.rec_id" ) 1 => array(3) ( 0 => string(10) "s.hotel_id" 1 => string(1) "=" 2 => object Database_Expression(2) { ... } ) 2 => array(3) ( 0 => string(10) "s.sight_id" 1 => string(1) "=" 2 => object Database_Expression(2) { ... } ) ) protected _using => array(0) protected _other_tables => array(0) protected _force_execute => bool FALSE protected _lifetime => NULL protected _sql => NULL protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }protected _where => array(2) ( 0 => array(1) ( "AND" => array(3) ( 0 => string(12) "t.fCountryID" 1 => string(2) "!=" 2 => integer 100 ) ) 1 => array(1) ( "AND" => array(3) ( 0 => string(12) "t.fCountryID" 1 => string(1) "=" 2 => integer 116 ) ) ) protected _order_by => array(1) ( 0 => array(2) ( 0 => object Database_Expression(2){ protected _parameters => array(0) protected _value => string(34) "t.fNameEng COLLATE utf8_unicode_ci" }1 => string(3) "ASC" ) ) protected _limit => NULL protected _other_tables => array(0) protected _type => integer 1 protected _force_execute => bool FALSE protected _lifetime => integer 120 protected _sql => string(1024) "SELECT `t`.`rec_id` AS `id`, `t`.`fIATA` AS `iata`, IF(t.fNameEng!="",t.fNameEng,t.fName) AS `name`, `t`.`fName` AS `nameLang`, …" protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }{ protected onlyNames => bool TRUE protected names => array(19) ( 0 => string(9) "countryId" 1 => string(6) "cityId" 2 => string(7) "hotelId" 3 => string(7) "sightId" 4 => string(6) "sights" 5 => string(6) "hotels" 6 => string(7) "reviews" 7 => string(8) "vreviews" 8 => string(10) "photoCount" 9 => string(10) "videoCount" 10 => string(4) "rate" 11 => string(9) "questions" 12 => string(7) "answers" 13 => string(11) "forumThemes" 14 => string(13) "forumComments" 15 => string(7) "peoples" 16 => string(7) "topRate" 17 => string(7) "cntRank" 18 => string(7) "ctyRank" ) protected store => array(10) ( "hotels" => string(4) "1926" "sights" => string(3) "698" "reviews" => string(5) "12526" "vreviews" => string(5) "11317" "photoCount" => string(5) "22754" "videoCount" => string(2) "55" "questions" => string(4) "2438" "answers" => string(5) "12477" "rate" => string(6) "6.3403" "topRate" => string(7) "11.3385" ) }"nameRd" => string(14) "Украины" "nameVn" => string(14) "Украину" "namePr" => string(14) "Украине" "nameDt" => string(14) "Украине" ) }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 } -
APPPATH/views/City/questions.php [ 81 ] » Kohana_View->render()
76 </div> 77 <div id="showNextQuestions"<?php echo ($pagination->total_pages<=1?' style="display:none"':'');?>><?php echo __('Показать ещё'); ?> »</div> 78 </div> 79 80 <div class="left_block"> 81 <?php echo View::factory('Question/inc/menu', array('countries'=>$countries, 'countryId'=>$country->id, 'cityId'=>$city->id))->render();?> 82 <div class="dotted-border"></div> 83 <?php echo View::factory('Question/inc/theme', array('url'=>'/'.$country->code2.'/'.$city->code.'/', 'themeId'=>$themeId, 'topics'=>$topics, 'themeTags'=>$themeTags))->render();?> 84 </div> 85 86 </div> -
/var/www/tomazov/library/src/kohana-v3.3.6/system/classes/Kohana/View.php [ 62 ] » include(arguments)
0string(87) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/City/questions.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(); -
/var/www/tomazov/library/src/kohana-v3.3.6/system/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0string(87) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/City/questions.php"1array(12) ( "city" => object Application\Library\Entity\Geo\City(3)
{ protected names => array(22) ( 0 => string(2) "id" 1 => string(9) "countryId" 2 => string(4) "code" 3 => string(6) "hotels" 4 => string(7) "country" 5 => string(4) "name" 6 => string(8) "nameLang" 7 => string(6) "nameRd" 8 => string(6) "nameVn" 9 => string(6) "namePr" 10 => string(6) "nameDt" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "target" 14 => string(9) "excursion" 15 => string(8) "priority" 16 => string(4) "type" 17 => string(6) "latLng" 18 => string(5) "offer" 19 => string(3) "ref" 20 => string(6) "sights" 21 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(15) ( "id" => string(4) "1835" "name" => string(6) "Shatsk" "nameLang" => string(8) "Шацк" "country" => object Application\Library\Service\Geo\Country(13)"country" => object Application\Library\Entity\Geo\Country(3){ protected otp => string(6) "otpusk" protected countryId => integer 116 protected order => NULL protected loadRef => NULL protected loadImage => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected loadCapital => bool TRUE protected loadCities => bool TRUE protected dbResult => NULL protected entity => NULL public tp => string(9) "turpravda" }"hotels" => object Application\Library\Service\Geo\Hotel(20){ protected hotelId => integer 0 protected cityId => integer 1835 protected category => NULL protected limit => NULL protected offset => NULL protected order => NULL protected loadStatistics => NULL protected loadPhoto => NULL protected loadDescription => NULL protected loadRef => NULL protected loadRoom => NULL protected loadHoteliers => NULL public stars => array(7) ( 1 => string(3) "one" 2 => string(3) "two" 3 => string(5) "three" 4 => string(4) "four" 5 => string(4) "five" "hv1" => string(3) "hv1" "hv2" => string(3) "hv2" ) public starsRaw => array(7) ( "one" => integer 1 "two" => integer 2 "three" => integer 3 "four" => integer 4 "five" => integer 5 "hv1" => string(3) "hv1" "hv2" => string(3) "hv2" ) protected sql => NULL protected loadCity => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"countryId" => string(3) "116" "nameTr" => string(6) "shatsk" "nameEng" => string(6) "Shatsk" "nameRd" => string(10) "Шацка" "nameVn" => string(8) "Шацк" "namePr" => string(10) "Шацке" "nameDt" => string(10) "Шацку" "target" => string(1) "0" "priority" => string(1) "0" "latLng" => object Library\Entity\Geo\LatLng(3){ protected onlyNames => bool TRUE protected names => array(3) ( 0 => string(3) "lat" 1 => string(3) "lng" 2 => string(4) "zoom" ) protected store => array(3) ( "lat" => string(8) "51.49290" "lng" => string(8) "23.92840" "zoom" => string(2) "15" ) }) }{ protected names => array(25) ( 0 => string(2) "id" 1 => string(4) "code" 2 => string(5) "code2" 3 => string(3) "lat" 4 => string(3) "lng" 5 => string(4) "zoom" 6 => string(7) "capital" 7 => string(6) "cities" 8 => string(5) "image" 9 => string(4) "name" 10 => string(8) "nameLang" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "nameRd" 14 => string(6) "nameVn" 15 => string(6) "namePr" 16 => string(6) "nameDt" 17 => string(7) "nameUkr" 18 => string(9) "continent" 19 => string(8) "priority" 20 => string(4) "type" 21 => string(5) "offer" 22 => string(3) "ref" 23 => string(6) "sights" 24 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(20) ( "id" => string(3) "116" "code" => string(7) "ukraine" "code2" => string(2) "ua" "name" => string(7) "Ukraine" "nameLang" => string(14) "Украина" "nameEng" => string(7) "Ukraine" "nameUkr" => NULL "nameTr" => string(7) "ukraine" "continent" => string(1) "1" "priority" => string(1) "2" "lat" => string(8) "48.69000" "lng" => string(8) "31.73000" "zoom" => string(1) "5" "capital" => object Application\Library\Service\Geo\City(14)"countries" => object Application\Library\Entity\Geo\Countries(4){ protected limit => NULL protected order => NULL protected countryId => integer 0 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected cityId => integer 1544 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"cities" => object Application\Library\Service\Geo\City(14){ protected limit => NULL protected order => NULL protected countryId => integer 116 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => bool TRUE protected sql => object Database_Query_Builder_Select(20)"statistic" => object Application\Library\Entity\Geo\Statistic(3){ protected _select => array(26) ( 0 => array(2) ( 0 => string(8) "t.rec_id" 1 => string(2) "id" ) 1 => array(2) ( 0 => string(7) "t.fIATA" 1 => string(4) "iata" ) 2 => array(2) ( 0 => object Database_Expression(2)protected cityId => integer 0 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }{ protected _parameters => array(0) protected _value => string(37) "IF(t.fNameEng!="",t.fNameEng,t.fName)" }1 => string(4) "name" ) 3 => array(2) ( 0 => string(7) "t.fName" 1 => string(8) "nameLang" ) 4 => array(2) ( 0 => string(12) "t.fSouthWest" 1 => string(3) "lat" ) 5 => array(2) ( 0 => string(12) "t.fNorthEast" 1 => string(3) "lng" ) 6 => array(2) ( 0 => string(7) "t.fZoom" 1 => string(4) "zoom" ) 7 => array(2) ( 0 => string(12) "t.fCountryID" 1 => string(9) "countryId" ) 8 => array(2) ( 0 => string(10) "t.fNameEng" 1 => string(7) "nameEng" ) 9 => array(2) ( 0 => string(9) "t.fNameTr" 1 => string(6) "nameTr" ) 10 => array(2) ( 0 => string(9) "t.fNameRd" 1 => string(6) "nameRd" ) 11 => array(2) ( 0 => string(9) "t.fNameVn" 1 => string(6) "nameVn" ) 12 => array(2) ( 0 => string(9) "t.fNamePr" 1 => string(6) "namePr" ) 13 => array(2) ( 0 => string(9) "t.fNameDt" 1 => string(6) "nameDt" ) 14 => array(2) ( 0 => string(9) "t.fTarget" 1 => string(6) "target" ) 15 => array(2) ( 0 => string(11) "t.fPriority" 1 => string(8) "priority" ) 16 => array(2) ( 0 => string(8) "s.hotels" 1 => string(6) "hotels" ) 17 => array(2) ( 0 => string(8) "s.sights" 1 => string(6) "sights" ) 18 => array(2) ( 0 => string(10) "s.comments" 1 => string(7) "reviews" ) 19 => array(2) ( 0 => string(16) "s.voted_comments" 1 => string(8) "vreviews" ) 20 => array(2) ( 0 => string(7) "s.fotos" 1 => string(10) "photoCount" ) 21 => array(2) ( 0 => string(8) "s.videos" 1 => string(10) "videoCount" ) 22 => array(2) ( 0 => string(11) "s.questions" 1 => string(9) "questions" ) 23 => array(2) ( 0 => string(9) "s.answers" 1 => string(7) "answers" ) 24 => array(2) ( 0 => string(10) "s.avg_rate" 1 => string(4) "rate" ) 25 => array(2) ( 0 => string(10) "s.top_rate" 1 => string(7) "topRate" ) ) protected _distinct => bool FALSE protected _from => array(1) ( 0 => array(2) ( 0 => string(14) "otpusk.tCities" 1 => string(1) "t" ) ) protected _join => array(1) ( 0 => object Database_Query_Builder_Join(11){ protected _type => string(4) "LEFT" protected _table => array(2) ( 0 => string(15) "turpravda.stats" 1 => string(1) "s" ) protected _on => array(3) ( 0 => array(3) ( 0 => string(9) "s.city_id" 1 => string(1) "=" 2 => string(8) "t.rec_id" ) 1 => array(3) ( 0 => string(10) "s.hotel_id" 1 => string(1) "=" 2 => object Database_Expression(2)) protected _group_by => array(1) ( 0 => string(8) "t.rec_id" ) protected _having => array(0) protected _offset => NULL protected _union => array(0) protected _last_join => object Database_Query_Builder_Join(11){ protected _parameters => array(0) protected _value => string(1) "0" }) 2 => array(3) ( 0 => string(10) "s.sight_id" 1 => string(1) "=" 2 => object Database_Expression(2){ protected _parameters => array(0) protected _value => string(1) "0" }) ) protected _using => array(0) protected _other_tables => array(0) protected _force_execute => bool FALSE protected _lifetime => NULL protected _sql => NULL protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }{ protected _type => string(4) "LEFT" protected _table => array(2) ( 0 => string(15) "turpravda.stats" 1 => string(1) "s" ) protected _on => array(3) ( 0 => array(3) ( 0 => string(9) "s.city_id" 1 => string(1) "=" 2 => string(8) "t.rec_id" ) 1 => array(3) ( 0 => string(10) "s.hotel_id" 1 => string(1) "=" 2 => object Database_Expression(2)protected _where => array(2) ( 0 => array(1) ( "AND" => array(3) ( 0 => string(12) "t.fCountryID" 1 => string(2) "!=" 2 => integer 100 ) ) 1 => array(1) ( "AND" => array(3) ( 0 => string(12) "t.fCountryID" 1 => string(1) "=" 2 => integer 116 ) ) ) protected _order_by => array(1) ( 0 => array(2) ( 0 => object Database_Expression(2){ protected _parameters => array(0) protected _value => string(1) "0" }) 2 => array(3) ( 0 => string(10) "s.sight_id" 1 => string(1) "=" 2 => object Database_Expression(2){ protected _parameters => array(0) protected _value => string(1) "0" }) ) protected _using => array(0) protected _other_tables => array(0) protected _force_execute => bool FALSE protected _lifetime => NULL protected _sql => NULL protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }{ protected _parameters => array(0) protected _value => string(34) "t.fNameEng COLLATE utf8_unicode_ci" }1 => string(3) "ASC" ) ) protected _limit => NULL protected _other_tables => array(0) protected _type => integer 1 protected _force_execute => bool FALSE protected _lifetime => integer 120 protected _sql => string(1024) "SELECT `t`.`rec_id` AS `id`, `t`.`fIATA` AS `iata`, IF(t.fNameEng!="",t.fNameEng,t.fName) AS `name`, `t`.`fName` AS `nameLang`, …" protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }{ protected onlyNames => bool TRUE protected names => array(19) ( 0 => string(9) "countryId" 1 => string(6) "cityId" 2 => string(7) "hotelId" 3 => string(7) "sightId" 4 => string(6) "sights" 5 => string(6) "hotels" 6 => string(7) "reviews" 7 => string(8) "vreviews" 8 => string(10) "photoCount" 9 => string(10) "videoCount" 10 => string(4) "rate" 11 => string(9) "questions" 12 => string(7) "answers" 13 => string(11) "forumThemes" 14 => string(13) "forumComments" 15 => string(7) "peoples" 16 => string(7) "topRate" 17 => string(7) "cntRank" 18 => string(7) "ctyRank" ) protected store => array(10) ( "hotels" => string(4) "1926" "sights" => string(3) "698" "reviews" => string(5) "12526" "vreviews" => string(5) "11317" "photoCount" => string(5) "22754" "videoCount" => string(2) "55" "questions" => string(4) "2438" "answers" => string(5) "12477" "rate" => string(6) "6.3403" "topRate" => string(7) "11.3385" ) }"nameRd" => string(14) "Украины" "nameVn" => string(14) "Украину" "namePr" => string(14) "Украине" "nameDt" => string(14) "Украине" ) }{ protected names => array(8) ( 0 => string(6) "result" 1 => string(11) "loadCapital" 2 => string(10) "loadCities" 3 => string(7) "loadRef" 4 => string(9) "loadImage" 5 => string(6) "refSql" 6 => string(10) "loadSights" 7 => string(14) "loadStatistics" ) protected onlyNames => bool TRUE protected store => array(7) ( "result" => object Database_Result_Cached(6)"questions" => array(10) ( 0 => array(14) ( "id" => integer 103892 "url" => string(53) "/ua/shatsk/Lesnaja_pesnja-h21309-question-103892.html" "question" => string(292) "Можно ли человеку с ограниченными возможностями, передвигающемуся на коляске, пройти реабилитационный курс лечения? Есть условия …" "text" => string(0) "" "date" => string(19) "2021-11-04 11:20:51" "dateText" => string(19) "5 лет назад" "subscribe" => integer 3 "views" => integer 0 "answers" => integer 2 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 21309 "name" => string(14) "Lesnaia pesnia" "printName" => string(17) "Lesnaia pesnia 2*" "nameTr" => string(14) "Lesnaja_pesnja" "stars" => integer 2 ) "sight" => array(0) ) 1 => array(14) ( "id" => integer 48012 "url" => string(30) "/ua/shatsk/question-48012.html" "question" => string(91) "Как добраться из Шацка (оз. Свитязь) до Белоруссии?" "text" => string(666) "Уважаемые Туристы, подскажите, пожалуйста как добраться из Шацка (оз. Свитязь) до Белоруссии самостоятельно. Хотели поехать в со …" "date" => string(19) "2015-06-13 14:34:27" "dateText" => string(20) "11 лет назад" "subscribe" => integer 4 "views" => integer 0 "answers" => integer 2 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(0) "sight" => array(0) ) 2 => array(14) ( "id" => integer 45789 "url" => string(30) "/ua/shatsk/question-45789.html" "question" => string(32) "Погода в сентябре" "text" => string(450) "Доброе время суток. Нуждаюсь в ваших помощи, а именно. Интересует такой вопрос цветет ли в сентябре озеро Свитязь? И вообще кака …" "date" => string(19) "2014-07-21 23:12:25" "dateText" => string(20) "12 лет назад" "subscribe" => integer 2 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(0) "sight" => array(0) ) 3 => array(14) ( "id" => integer 45764 "url" => string(44) "/ua/shatsk/Feniks-h18828-question-45764.html" "question" => string(71) "можно ли забронировать номер на 28.07.14????" "text" => string(53) "2-х местный с душом и санузлом" "date" => string(19) "2014-07-20 16:57:57" "dateText" => string(20) "12 лет назад" "subscribe" => integer 1 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 18828 "name" => string(6) "Feniks" "printName" => string(9) "Feniks 1*" "nameTr" => string(6) "Feniks" "stars" => integer 1 ) "sight" => array(0) ) 4 => array(14) ( "id" => integer 31160 "url" => string(47) "/ua/shatsk/Shackotel-h23953-question-31160.html" "question" => string(83) "Как добраться в Шацк из Киева(не автомобилем)?" "text" => string(56) "Поездом,автобусом-что удобнее?" "date" => string(19) "2012-06-15 15:23:20" "dateText" => string(20) "14 лет назад" "subscribe" => integer 7 "views" => integer 0 "answers" => integer 20 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 23953 "name" => string(10) "Shatskotel" "printName" => string(13) "Shatskotel 4*" "nameTr" => string(9) "Shackotel" "stars" => integer 4 ) "sight" => array(0) ) 5 => array(14) ( "id" => integer 20400 "url" => string(47) "/ua/shatsk/Shackotel-h23953-question-20400.html" "question" => string(56) "Стоимость проживания + питания" "text" => string(27) "Прошу ответить" "date" => string(19) "2011-05-18 17:17:00" "dateText" => string(20) "15 лет назад" "subscribe" => string(1) "1" "views" => integer 0 "answers" => integer 0 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 23953 "name" => string(10) "Shatskotel" "printName" => string(13) "Shatskotel 4*" "nameTr" => string(9) "Shackotel" "stars" => integer 4 ) "sight" => array(0) ) 6 => array(14) ( "id" => integer 13049 "url" => string(48) "/ua/shatsk/Lesin_kray-h27399-question-13049.html" "question" => string(22) "ЦеныТелефон" "text" => string(115) "Подскажите телефон, цена на отдих на базеЛесин край" "date" => string(19) "2010-08-18 13:37:41" "dateText" => string(20) "16 лет назад" "subscribe" => integer 3 "views" => integer 0 "answers" => integer 2 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 27399 "name" => string(10) "Lesin krai" "printName" => string(13) "Lesin krai 1*" "nameTr" => string(10) "Lesin_kray" "stars" => integer 1 ) "sight" => array(0) ) 7 => array(14) ( "id" => integer 6049 "url" => string(43) "/ua/shatsk/Feniks-h18828-question-6049.html" "question" => string(115) "Заезд по путевкам или в любое время? Стоимость 1номера на двоих?" "text" => string(155) "Хотим под ехать в начале августа 2009г.Необходима ли бронь? Может есть прямые телефоны?" "date" => string(19) "2009-07-14 20:57:47" "dateText" => string(20) "17 лет назад" "subscribe" => integer 2 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 18828 "name" => string(6) "Feniks" "printName" => string(9) "Feniks 1*" "nameTr" => string(6) "Feniks" "stars" => integer 1 ) "sight" => array(0) ) 8 => array(14) ( "id" => integer 5482 "url" => string(50) "/ua/shatsk/Shackie_ozera-h21308-question-5482.html" "question" => string(70) "Нужен телефон пансионата Шацкие озера" "text" => string(56) "Хочу согласовать время заезда." "date" => string(19) "2009-06-19 14:42:26" "dateText" => string(20) "17 лет назад" "subscribe" => integer 2 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 21308 "name" => string(14) "Shatskie ozera" "printName" => string(17) "Shatskie ozera 1*" "nameTr" => string(13) "Shackie_ozera" "stars" => integer 1 ) "sight" => array(0) ) 9 => array(14) ( "id" => integer 4550 "url" => string(43) "/ua/shatsk/Feniks-h18828-question-4550.html" "question" => string(50) "Цены на базе отдыха "Феникс"" "text" => string(327) "хочу этим летом с ребенком поехать на базу отдыха "Феникс" много хороших отзывов про него, может подскажете какие цены на номера …" "date" => string(19) "2009-04-15 13:52:32" "dateText" => string(20) "17 лет назад" "subscribe" => integer 3 "views" => integer 0 "answers" => integer 3 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 18828 "name" => string(6) "Feniks" "printName" => string(9) "Feniks 1*" "nameTr" => string(6) "Feniks" "stars" => integer 1 ) "sight" => array(0) ) ) "pagination" => object Pagination(15){ protected _query => string(1080) "SELECT `c`.`rec_id` AS `id`, `c`.`fNameTr` AS `code`, `c`.`fCode` AS `code2`, IF(c.fNameEng!="",c.fNameEng,c.fCountry) AS `name` …" protected _result => array(1) ( 0 => object stdClass(27)"loadCapital" => bool TRUE "loadCities" => bool TRUE "loadRef" => NULL "loadSights" => NULL "loadImage" => NULL "loadStatistics" => bool TRUE ) protected data => array(1) ( 0 => object Application\Library\Entity\Geo\Country(3){ public id => string(3) "116" public code => string(7) "ukraine" public code2 => string(2) "ua" public name => string(7) "Ukraine" public nameLang => string(14) "Украина" public lat => string(8) "48.69000" public lng => string(8) "31.73000" public zoom => string(1) "5" public capital => string(4) "1544" public nameEng => string(7) "Ukraine" public nameTr => string(7) "ukraine" public nameRd => string(14) "Украины" public nameVn => string(14) "Украину" public namePr => string(14) "Украине" public nameDt => string(14) "Украине" public continent => string(1) "1" public priority => string(1) "2" public hotels => string(4) "1926" public sights => string(3) "698" public reviews => string(5) "12526" public vreviews => string(5) "11317" public photoCount => string(5) "22754" public videoCount => string(2) "55" public questions => string(4) "2438" public answers => string(5) "12477" public rate => string(6) "6.3403" public topRate => string(7) "11.3385" }) protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => bool TRUE protected _object_params => NULL }{ protected names => array(25) ( 0 => string(2) "id" 1 => string(4) "code" 2 => string(5) "code2" 3 => string(3) "lat" 4 => string(3) "lng" 5 => string(4) "zoom" 6 => string(7) "capital" 7 => string(6) "cities" 8 => string(5) "image" 9 => string(4) "name" 10 => string(8) "nameLang" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "nameRd" 14 => string(6) "nameVn" 15 => string(6) "namePr" 16 => string(6) "nameDt" 17 => string(7) "nameUkr" 18 => string(9) "continent" 19 => string(8) "priority" 20 => string(4) "type" 21 => string(5) "offer" 22 => string(3) "ref" 23 => string(6) "sights" 24 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(20) ( "id" => string(3) "116" "code" => string(7) "ukraine" "code2" => string(2) "ua" "name" => string(7) "Ukraine" "nameLang" => string(14) "Украина" "nameEng" => string(7) "Ukraine" "nameUkr" => NULL "nameTr" => string(7) "ukraine" "continent" => string(1) "1" "priority" => string(1) "2" "lat" => string(8) "48.69000" "lng" => string(8) "31.73000" "zoom" => string(1) "5" "capital" => object Application\Library\Service\Geo\City(14)) }{ protected limit => NULL protected order => NULL protected countryId => integer 0 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected cityId => integer 1544 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"cities" => object Application\Library\Service\Geo\City(14){ protected limit => NULL protected order => NULL protected countryId => integer 116 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => bool TRUE protected sql => object Database_Query_Builder_Select(20)"statistic" => object Application\Library\Entity\Geo\Statistic(3){ protected _select => array(26) ( 0 => array(2) ( 0 => string(8) "t.rec_id" 1 => string(2) "id" ) 1 => array(2) ( 0 => string(7) "t.fIATA" 1 => string(4) "iata" ) 2 => array(2) ( 0 => object Database_Expression(2)protected cityId => integer 0 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }{ protected _parameters => array(0) protected _value => string(37) "IF(t.fNameEng!="",t.fNameEng,t.fName)" }1 => string(4) "name" ) 3 => array(2) ( 0 => string(7) "t.fName" 1 => string(8) "nameLang" ) 4 => array(2) ( 0 => string(12) "t.fSouthWest" 1 => string(3) "lat" ) 5 => array(2) ( 0 => string(12) "t.fNorthEast" 1 => string(3) "lng" ) 6 => array(2) ( 0 => string(7) "t.fZoom" 1 => string(4) "zoom" ) 7 => array(2) ( 0 => string(12) "t.fCountryID" 1 => string(9) "countryId" ) 8 => array(2) ( 0 => string(10) "t.fNameEng" 1 => string(7) "nameEng" ) 9 => array(2) ( 0 => string(9) "t.fNameTr" 1 => string(6) "nameTr" ) 10 => array(2) ( 0 => string(9) "t.fNameRd" 1 => string(6) "nameRd" ) 11 => array(2) ( 0 => string(9) "t.fNameVn" 1 => string(6) "nameVn" ) 12 => array(2) ( 0 => string(9) "t.fNamePr" 1 => string(6) "namePr" ) 13 => array(2) ( 0 => string(9) "t.fNameDt" 1 => string(6) "nameDt" ) 14 => array(2) ( 0 => string(9) "t.fTarget" 1 => string(6) "target" ) 15 => array(2) ( 0 => string(11) "t.fPriority" 1 => string(8) "priority" ) 16 => array(2) ( 0 => string(8) "s.hotels" 1 => string(6) "hotels" ) 17 => array(2) ( 0 => string(8) "s.sights" 1 => string(6) "sights" ) 18 => array(2) ( 0 => string(10) "s.comments" 1 => string(7) "reviews" ) 19 => array(2) ( 0 => string(16) "s.voted_comments" 1 => string(8) "vreviews" ) 20 => array(2) ( 0 => string(7) "s.fotos" 1 => string(10) "photoCount" ) 21 => array(2) ( 0 => string(8) "s.videos" 1 => string(10) "videoCount" ) 22 => array(2) ( 0 => string(11) "s.questions" 1 => string(9) "questions" ) 23 => array(2) ( 0 => string(9) "s.answers" 1 => string(7) "answers" ) 24 => array(2) ( 0 => string(10) "s.avg_rate" 1 => string(4) "rate" ) 25 => array(2) ( 0 => string(10) "s.top_rate" 1 => string(7) "topRate" ) ) protected _distinct => bool FALSE protected _from => array(1) ( 0 => array(2) ( 0 => string(14) "otpusk.tCities" 1 => string(1) "t" ) ) protected _join => array(1) ( 0 => object Database_Query_Builder_Join(11){ protected _type => string(4) "LEFT" protected _table => array(2) ( 0 => string(15) "turpravda.stats" 1 => string(1) "s" ) protected _on => array(3) ( 0 => array(3) ( ... ) 1 => array(3) ( ... ) 2 => array(3) ( ... ) ) protected _using => array(0) protected _other_tables => array(0) protected _force_execute => bool FALSE protected _lifetime => NULL protected _sql => NULL protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }) protected _group_by => array(1) ( 0 => string(8) "t.rec_id" ) protected _having => array(0) protected _offset => NULL protected _union => array(0) protected _last_join => object Database_Query_Builder_Join(11){ protected _type => string(4) "LEFT" protected _table => array(2) ( 0 => string(15) "turpravda.stats" 1 => string(1) "s" ) protected _on => array(3) ( 0 => array(3) ( 0 => string(9) "s.city_id" 1 => string(1) "=" 2 => string(8) "t.rec_id" ) 1 => array(3) ( 0 => string(10) "s.hotel_id" 1 => string(1) "=" 2 => object Database_Expression(2) { ... } ) 2 => array(3) ( 0 => string(10) "s.sight_id" 1 => string(1) "=" 2 => object Database_Expression(2) { ... } ) ) protected _using => array(0) protected _other_tables => array(0) protected _force_execute => bool FALSE protected _lifetime => NULL protected _sql => NULL protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }protected _where => array(2) ( 0 => array(1) ( "AND" => array(3) ( 0 => string(12) "t.fCountryID" 1 => string(2) "!=" 2 => integer 100 ) ) 1 => array(1) ( "AND" => array(3) ( 0 => string(12) "t.fCountryID" 1 => string(1) "=" 2 => integer 116 ) ) ) protected _order_by => array(1) ( 0 => array(2) ( 0 => object Database_Expression(2){ protected _parameters => array(0) protected _value => string(34) "t.fNameEng COLLATE utf8_unicode_ci" }1 => string(3) "ASC" ) ) protected _limit => NULL protected _other_tables => array(0) protected _type => integer 1 protected _force_execute => bool FALSE protected _lifetime => integer 120 protected _sql => string(1024) "SELECT `t`.`rec_id` AS `id`, `t`.`fIATA` AS `iata`, IF(t.fNameEng!="",t.fNameEng,t.fName) AS `name`, `t`.`fName` AS `nameLang`, …" protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }{ protected onlyNames => bool TRUE protected names => array(19) ( 0 => string(9) "countryId" 1 => string(6) "cityId" 2 => string(7) "hotelId" 3 => string(7) "sightId" 4 => string(6) "sights" 5 => string(6) "hotels" 6 => string(7) "reviews" 7 => string(8) "vreviews" 8 => string(10) "photoCount" 9 => string(10) "videoCount" 10 => string(4) "rate" 11 => string(9) "questions" 12 => string(7) "answers" 13 => string(11) "forumThemes" 14 => string(13) "forumComments" 15 => string(7) "peoples" 16 => string(7) "topRate" 17 => string(7) "cntRank" 18 => string(7) "ctyRank" ) protected store => array(10) ( "hotels" => string(4) "1926" "sights" => string(3) "698" "reviews" => string(5) "12526" "vreviews" => string(5) "11317" "photoCount" => string(5) "22754" "videoCount" => string(2) "55" "questions" => string(4) "2438" "answers" => string(5) "12477" "rate" => string(6) "6.3403" "topRate" => string(7) "11.3385" ) }"nameRd" => string(14) "Украины" "nameVn" => string(14) "Украину" "namePr" => string(14) "Украине" "nameDt" => string(14) "Украине" ) }{ protected config => array(11) ( "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(1) "p" ) "total_items" => string(2) "10" "items_per_page" => integer 30 "count_out" => integer 9 "count_in" => integer 9 "view" => string(28) "/global/paginations/floating" "hash" => string(10) "pagination" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE "base_url" => string(0) "" "query_params" => array(0) ) protected current_page => integer 1 protected total_items => integer 10 protected items_per_page => integer 30 protected total_pages => integer 1 protected current_first_item => integer 1 protected current_last_item => integer 10 protected previous_page => bool FALSE protected next_page => bool FALSE protected first_page => bool FALSE protected last_page => bool FALSE protected offset => integer 0 protected _request => object Request(19)"subscribe" => bool FALSE "experts" => array(0) "typeId" => string(1) "u" "themeId" => integer 0 "themeTags" => array(4) ( 24 => string(5) "1.9em" 27 => string(5) "1.9em" 20 => string(5) "1.9em" 1 => string(5) "1.9em" ) "themeName" => string(0) "" "topics" => array(2) ( "Выбор отеля" => array(1) ( 1 => string(21) "Выбор отеля" ) "Другие темы" => array(11) ( 11 => string(28) "Страны и города" 20 => string(28) "Погода и сезоны" 30 => string(25) "Как добраться" 23 => string(14) "Шоппинг" 24 => string(36) "Места и развлечения" 25 => string(18) "Экскурсии" 29 => string(36) "Документы и границы" 27 => string(30) "Связь и интернет" 26 => string(28) "Валюта и деньги" 2 => string(38) "Турфирмы и операторы" 12 => string(12) "Прочее" ) ) ){ 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 _route => object Route(5){ protected _filters => array(0) protected _uri => string(47) "(<country>(/<city>(/<action>(-t<theme>).html)))" protected _regex => array(4) ( "country" => string(5) "\w{2}" "city" => string(3) "\w+" "action" => string(18) "(questions|people)" "theme" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(4) "city" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<country>\w{2})(?:/(?P<city>\w+)(?:/(?P<action>(questions|people))(?:-t(?P<theme>\d+))?\.html)?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "City" protected _action => string(9) "questions" protected _uri => string(24) "ua/shatsk/questions.html" protected _external => bool FALSE protected _params => array(2) ( "country" => string(2) "ua" "city" => string(6) "shatsk" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "ntsid" => NULL "token" => string(44) "CeM4j2YD8IPPfwU7wffQiv0y1MlPhWxJoiuRbUKl1KY=" ) 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 _filters => array(0) protected _uri => string(47) "(<country>(/<city>(/<action>(-t<theme>).html)))" protected _regex => array(4) ( "country" => string(5) "\w{2}" "city" => string(3) "\w+" "action" => string(18) "(questions|people)" "theme" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(4) "city" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<country>\w{2})(?:/(?P<city>\w+)(?:/(?P<action>(questions|people))(?:-t(?P<theme>\d+))?\.html)?)?)?$#uD" }protected _route_params => array(3) ( "country" => string(2) "ua" "city" => string(6) "shatsk" "action" => string(9) "questions" ) }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 } -
/var/www/tomazov/library/src/kohana-v3.3.6/system/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/global/html.php [ 399 ] » Kohana_View->__toString()
394 <?php if(is_array($bodyContent)){ 395 foreach($bodyContent as $item){ 396 echo $item; 397 } 398 }else{ 399 echo $bodyContent; 400 }?> 401 402 <!-- ==================================footer====================================== --> 403 <?php if (is_array($footerContent)){ 404 foreach($footerContent as $item){ -
/var/www/tomazov/library/src/kohana-v3.3.6/system/classes/Kohana/View.php [ 62 ] » include(arguments)
0string(84) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/global/html.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(); -
/var/www/tomazov/library/src/kohana-v3.3.6/system/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0string(84) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/global/html.php"1array(8) ( "headerContent" => object View(2)
{ protected _file => string(86) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/global/header.php" protected _data => array(3) ( "title" => string(0) "" "description" => string(0) "" "keywords" => string(0) "" ) }"footerContent" => object View(2){ protected _file => string(86) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/global/footer.php" protected _data => array(2) ( "title" => string(0) "" "description" => string(0) "" ) }"headerScripts" => string(0) "" "footerScripts" => string(0) "" "headerVars" => array(7) ( "canonical" => string(25) "/ua/shatsk/questions.html" "prevPage" => integer 0 "nextPage" => integer 2 "isLastPage" => bool TRUE "noPagination" => bool TRUE "title" => string(37) "Shatsk - Ukraine - ТурПравда" "description" => string(128) "Вопросы туристов о Shatsk (Ukraine) и ответы экспертов на вопросы по Shatsk (Ukraine)" ) "headerStatic" => array(3) ( "plugins" => array(2) ( "js" => array(14) ( 0 => string(13) "jquery.min.js" 1 => string(16) "jquery.cookie.js" 2 => string(16) "jquery-ui.min.js" 3 => string(23) "jquery.ui.dialog.min.js" 4 => string(24) "jquery.ui.tooltip.min.js" 5 => string(18) "jquery.json.min.js" 6 => string(11) "tmpl.min.js" 7 => string(26) "jquery.i18n/jquery.i18n.js" 8 => string(39) "jquery.i18n/jquery.i18n.messagestore.js" 9 => string(36) "jquery.i18n/jquery.i18n.fallbacks.js" 10 => string(33) "jquery.i18n/jquery.i18n.parser.js" 11 => string(34) "jquery.i18n/jquery.i18n.emitter.js" 12 => string(35) "jquery.i18n/jquery.i18n.language.js" 13 => string(27) "jquery.i18n/languages/de.js" ) "css" => array(0) ) "js" => array(8) ( 0 => string(11) "hashlink.js" 1 => string(9) "search.js" 2 => string(22) "header.js?v=05-07-2023" 3 => string(24) "fotoview.js?v=05-07-2023" 4 => string(7) "user.js" 5 => string(21) "index_autocomplete.js" 6 => string(19) "question_suggest.js" 7 => string(16) "question_view.js" ) "css" => array(9) ( 0 => string(20) "all.css?v=05-07-2023" 1 => string(26) "new_style.css?v=05-07-2023" 2 => string(23) "viewer.css?v=05-07-2023" 3 => string(11) "slimbox.css" 4 => string(31) "jquery-ui-1.10.3.custom.min.css" 5 => string(8) "blog.css" 6 => string(29) "game-account.css?v=05-07-2023" 7 => string(9) "style.css" 8 => string(13) "new_style.css" ) ) "bodyContent" => object View(2){ protected _file => string(87) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/City/questions.php" protected _data => array(12) ( "city" => object Application\Library\Entity\Geo\City(3)"bodyClass" => string(14) "City-questions" ){ protected names => array(22) ( 0 => string(2) "id" 1 => string(9) "countryId" 2 => string(4) "code" 3 => string(6) "hotels" 4 => string(7) "country" 5 => string(4) "name" 6 => string(8) "nameLang" 7 => string(6) "nameRd" 8 => string(6) "nameVn" 9 => string(6) "namePr" 10 => string(6) "nameDt" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "target" 14 => string(9) "excursion" 15 => string(8) "priority" 16 => string(4) "type" 17 => string(6) "latLng" 18 => string(5) "offer" 19 => string(3) "ref" 20 => string(6) "sights" 21 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(15) ( "id" => string(4) "1835" "name" => string(6) "Shatsk" "nameLang" => string(8) "Шацк" "country" => object Application\Library\Service\Geo\Country(13)"country" => object Application\Library\Entity\Geo\Country(3){ protected otp => string(6) "otpusk" protected countryId => integer 116 protected order => NULL protected loadRef => NULL protected loadImage => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected loadCapital => bool TRUE protected loadCities => bool TRUE protected dbResult => NULL protected entity => NULL public tp => string(9) "turpravda" }"hotels" => object Application\Library\Service\Geo\Hotel(20){ protected hotelId => integer 0 protected cityId => integer 1835 protected category => NULL protected limit => NULL protected offset => NULL protected order => NULL protected loadStatistics => NULL protected loadPhoto => NULL protected loadDescription => NULL protected loadRef => NULL protected loadRoom => NULL protected loadHoteliers => NULL public stars => array(7) ( 1 => string(3) "one" 2 => string(3) "two" 3 => string(5) "three" 4 => string(4) "four" 5 => string(4) "five" "hv1" => string(3) "hv1" "hv2" => string(3) "hv2" ) public starsRaw => array(7) ( "one" => integer 1 "two" => integer 2 "three" => integer 3 "four" => integer 4 "five" => integer 5 "hv1" => string(3) "hv1" "hv2" => string(3) "hv2" ) protected sql => NULL protected loadCity => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"countryId" => string(3) "116" "nameTr" => string(6) "shatsk" "nameEng" => string(6) "Shatsk" "nameRd" => string(10) "Шацка" "nameVn" => string(8) "Шацк" "namePr" => string(10) "Шацке" "nameDt" => string(10) "Шацку" "target" => string(1) "0" "priority" => string(1) "0" "latLng" => object Library\Entity\Geo\LatLng(3){ protected onlyNames => bool TRUE protected names => array(3) ( 0 => string(3) "lat" 1 => string(3) "lng" 2 => string(4) "zoom" ) protected store => array(3) ( "lat" => string(8) "51.49290" "lng" => string(8) "23.92840" "zoom" => string(2) "15" ) }) }{ protected names => array(25) ( 0 => string(2) "id" 1 => string(4) "code" 2 => string(5) "code2" 3 => string(3) "lat" 4 => string(3) "lng" 5 => string(4) "zoom" 6 => string(7) "capital" 7 => string(6) "cities" 8 => string(5) "image" 9 => string(4) "name" 10 => string(8) "nameLang" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "nameRd" 14 => string(6) "nameVn" 15 => string(6) "namePr" 16 => string(6) "nameDt" 17 => string(7) "nameUkr" 18 => string(9) "continent" 19 => string(8) "priority" 20 => string(4) "type" 21 => string(5) "offer" 22 => string(3) "ref" 23 => string(6) "sights" 24 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(20) ( "id" => string(3) "116" "code" => string(7) "ukraine" "code2" => string(2) "ua" "name" => string(7) "Ukraine" "nameLang" => string(14) "Украина" "nameEng" => string(7) "Ukraine" "nameUkr" => NULL "nameTr" => string(7) "ukraine" "continent" => string(1) "1" "priority" => string(1) "2" "lat" => string(8) "48.69000" "lng" => string(8) "31.73000" "zoom" => string(1) "5" "capital" => object Application\Library\Service\Geo\City(14)"countries" => object Application\Library\Entity\Geo\Countries(4){ protected limit => NULL protected order => NULL protected countryId => integer 0 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected cityId => integer 1544 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"cities" => object Application\Library\Service\Geo\City(14){ protected limit => NULL protected order => NULL protected countryId => integer 116 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => bool TRUE protected sql => object Database_Query_Builder_Select(20)"statistic" => object Application\Library\Entity\Geo\Statistic(3){ protected _select => array(26) ( 0 => array(2) ( 0 => string(8) "t.rec_id" 1 => string(2) "id" ) 1 => array(2) ( 0 => string(7) "t.fIATA" 1 => string(4) "iata" ) 2 => array(2) ( 0 => object Database_Expression(2)protected cityId => integer 0 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }{ protected _parameters => array(0) protected _value => string(37) "IF(t.fNameEng!="",t.fNameEng,t.fName)" }1 => string(4) "name" ) 3 => array(2) ( 0 => string(7) "t.fName" 1 => string(8) "nameLang" ) 4 => array(2) ( 0 => string(12) "t.fSouthWest" 1 => string(3) "lat" ) 5 => array(2) ( 0 => string(12) "t.fNorthEast" 1 => string(3) "lng" ) 6 => array(2) ( 0 => string(7) "t.fZoom" 1 => string(4) "zoom" ) 7 => array(2) ( 0 => string(12) "t.fCountryID" 1 => string(9) "countryId" ) 8 => array(2) ( 0 => string(10) "t.fNameEng" 1 => string(7) "nameEng" ) 9 => array(2) ( 0 => string(9) "t.fNameTr" 1 => string(6) "nameTr" ) 10 => array(2) ( 0 => string(9) "t.fNameRd" 1 => string(6) "nameRd" ) 11 => array(2) ( 0 => string(9) "t.fNameVn" 1 => string(6) "nameVn" ) 12 => array(2) ( 0 => string(9) "t.fNamePr" 1 => string(6) "namePr" ) 13 => array(2) ( 0 => string(9) "t.fNameDt" 1 => string(6) "nameDt" ) 14 => array(2) ( 0 => string(9) "t.fTarget" 1 => string(6) "target" ) 15 => array(2) ( 0 => string(11) "t.fPriority" 1 => string(8) "priority" ) 16 => array(2) ( 0 => string(8) "s.hotels" 1 => string(6) "hotels" ) 17 => array(2) ( 0 => string(8) "s.sights" 1 => string(6) "sights" ) 18 => array(2) ( 0 => string(10) "s.comments" 1 => string(7) "reviews" ) 19 => array(2) ( 0 => string(16) "s.voted_comments" 1 => string(8) "vreviews" ) 20 => array(2) ( 0 => string(7) "s.fotos" 1 => string(10) "photoCount" ) 21 => array(2) ( 0 => string(8) "s.videos" 1 => string(10) "videoCount" ) 22 => array(2) ( 0 => string(11) "s.questions" 1 => string(9) "questions" ) 23 => array(2) ( 0 => string(9) "s.answers" 1 => string(7) "answers" ) 24 => array(2) ( 0 => string(10) "s.avg_rate" 1 => string(4) "rate" ) 25 => array(2) ( 0 => string(10) "s.top_rate" 1 => string(7) "topRate" ) ) protected _distinct => bool FALSE protected _from => array(1) ( 0 => array(2) ( 0 => string(14) "otpusk.tCities" 1 => string(1) "t" ) ) protected _join => array(1) ( 0 => object Database_Query_Builder_Join(11){ protected _type => string(4) "LEFT" protected _table => array(2) ( 0 => string(15) "turpravda.stats" 1 => string(1) "s" ) protected _on => array(3) ( 0 => array(3) ( ... ) 1 => array(3) ( ... ) 2 => array(3) ( ... ) ) protected _using => array(0) protected _other_tables => array(0) protected _force_execute => bool FALSE protected _lifetime => NULL protected _sql => NULL protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }) protected _group_by => array(1) ( 0 => string(8) "t.rec_id" ) protected _having => array(0) protected _offset => NULL protected _union => array(0) protected _last_join => object Database_Query_Builder_Join(11){ protected _type => string(4) "LEFT" protected _table => array(2) ( 0 => string(15) "turpravda.stats" 1 => string(1) "s" ) protected _on => array(3) ( 0 => array(3) ( 0 => string(9) "s.city_id" 1 => string(1) "=" 2 => string(8) "t.rec_id" ) 1 => array(3) ( 0 => string(10) "s.hotel_id" 1 => string(1) "=" 2 => object Database_Expression(2) { ... } ) 2 => array(3) ( 0 => string(10) "s.sight_id" 1 => string(1) "=" 2 => object Database_Expression(2) { ... } ) ) protected _using => array(0) protected _other_tables => array(0) protected _force_execute => bool FALSE protected _lifetime => NULL protected _sql => NULL protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }protected _where => array(2) ( 0 => array(1) ( "AND" => array(3) ( 0 => string(12) "t.fCountryID" 1 => string(2) "!=" 2 => integer 100 ) ) 1 => array(1) ( "AND" => array(3) ( 0 => string(12) "t.fCountryID" 1 => string(1) "=" 2 => integer 116 ) ) ) protected _order_by => array(1) ( 0 => array(2) ( 0 => object Database_Expression(2){ protected _parameters => array(0) protected _value => string(34) "t.fNameEng COLLATE utf8_unicode_ci" }1 => string(3) "ASC" ) ) protected _limit => NULL protected _other_tables => array(0) protected _type => integer 1 protected _force_execute => bool FALSE protected _lifetime => integer 120 protected _sql => string(1024) "SELECT `t`.`rec_id` AS `id`, `t`.`fIATA` AS `iata`, IF(t.fNameEng!="",t.fNameEng,t.fName) AS `name`, `t`.`fName` AS `nameLang`, …" protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }{ protected onlyNames => bool TRUE protected names => array(19) ( 0 => string(9) "countryId" 1 => string(6) "cityId" 2 => string(7) "hotelId" 3 => string(7) "sightId" 4 => string(6) "sights" 5 => string(6) "hotels" 6 => string(7) "reviews" 7 => string(8) "vreviews" 8 => string(10) "photoCount" 9 => string(10) "videoCount" 10 => string(4) "rate" 11 => string(9) "questions" 12 => string(7) "answers" 13 => string(11) "forumThemes" 14 => string(13) "forumComments" 15 => string(7) "peoples" 16 => string(7) "topRate" 17 => string(7) "cntRank" 18 => string(7) "ctyRank" ) protected store => array(10) ( "hotels" => string(4) "1926" "sights" => string(3) "698" "reviews" => string(5) "12526" "vreviews" => string(5) "11317" "photoCount" => string(5) "22754" "videoCount" => string(2) "55" "questions" => string(4) "2438" "answers" => string(5) "12477" "rate" => string(6) "6.3403" "topRate" => string(7) "11.3385" ) }"nameRd" => string(14) "Украины" "nameVn" => string(14) "Украину" "namePr" => string(14) "Украине" "nameDt" => string(14) "Украине" ) }{ protected names => array(8) ( 0 => string(6) "result" 1 => string(11) "loadCapital" 2 => string(10) "loadCities" 3 => string(7) "loadRef" 4 => string(9) "loadImage" 5 => string(6) "refSql" 6 => string(10) "loadSights" 7 => string(14) "loadStatistics" ) protected onlyNames => bool TRUE protected store => array(7) ( "result" => object Database_Result_Cached(6)"questions" => array(10) ( 0 => array(14) ( "id" => integer 103892 "url" => string(53) "/ua/shatsk/Lesnaja_pesnja-h21309-question-103892.html" "question" => string(292) "Можно ли человеку с ограниченными возможностями, передвигающемуся на коляске, пройти реабилитационный курс лечения? Есть условия …" "text" => string(0) "" "date" => string(19) "2021-11-04 11:20:51" "dateText" => string(19) "5 лет назад" "subscribe" => integer 3 "views" => integer 0 "answers" => integer 2 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 21309 "name" => string(14) "Lesnaia pesnia" "printName" => string(17) "Lesnaia pesnia 2*" "nameTr" => string(14) "Lesnaja_pesnja" "stars" => integer 2 ) "sight" => array(0) ) 1 => array(14) ( "id" => integer 48012 "url" => string(30) "/ua/shatsk/question-48012.html" "question" => string(91) "Как добраться из Шацка (оз. Свитязь) до Белоруссии?" "text" => string(666) "Уважаемые Туристы, подскажите, пожалуйста как добраться из Шацка (оз. Свитязь) до Белоруссии самостоятельно. Хотели поехать в со …" "date" => string(19) "2015-06-13 14:34:27" "dateText" => string(20) "11 лет назад" "subscribe" => integer 4 "views" => integer 0 "answers" => integer 2 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(0) "sight" => array(0) ) 2 => array(14) ( "id" => integer 45789 "url" => string(30) "/ua/shatsk/question-45789.html" "question" => string(32) "Погода в сентябре" "text" => string(450) "Доброе время суток. Нуждаюсь в ваших помощи, а именно. Интересует такой вопрос цветет ли в сентябре озеро Свитязь? И вообще кака …" "date" => string(19) "2014-07-21 23:12:25" "dateText" => string(20) "12 лет назад" "subscribe" => integer 2 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(0) "sight" => array(0) ) 3 => array(14) ( "id" => integer 45764 "url" => string(44) "/ua/shatsk/Feniks-h18828-question-45764.html" "question" => string(71) "можно ли забронировать номер на 28.07.14????" "text" => string(53) "2-х местный с душом и санузлом" "date" => string(19) "2014-07-20 16:57:57" "dateText" => string(20) "12 лет назад" "subscribe" => integer 1 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 18828 "name" => string(6) "Feniks" "printName" => string(9) "Feniks 1*" "nameTr" => string(6) "Feniks" "stars" => integer 1 ) "sight" => array(0) ) 4 => array(14) ( "id" => integer 31160 "url" => string(47) "/ua/shatsk/Shackotel-h23953-question-31160.html" "question" => string(83) "Как добраться в Шацк из Киева(не автомобилем)?" "text" => string(56) "Поездом,автобусом-что удобнее?" "date" => string(19) "2012-06-15 15:23:20" "dateText" => string(20) "14 лет назад" "subscribe" => integer 7 "views" => integer 0 "answers" => integer 20 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 23953 "name" => string(10) "Shatskotel" "printName" => string(13) "Shatskotel 4*" "nameTr" => string(9) "Shackotel" "stars" => integer 4 ) "sight" => array(0) ) 5 => array(14) ( "id" => integer 20400 "url" => string(47) "/ua/shatsk/Shackotel-h23953-question-20400.html" "question" => string(56) "Стоимость проживания + питания" "text" => string(27) "Прошу ответить" "date" => string(19) "2011-05-18 17:17:00" "dateText" => string(20) "15 лет назад" "subscribe" => string(1) "1" "views" => integer 0 "answers" => integer 0 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 23953 "name" => string(10) "Shatskotel" "printName" => string(13) "Shatskotel 4*" "nameTr" => string(9) "Shackotel" "stars" => integer 4 ) "sight" => array(0) ) 6 => array(14) ( "id" => integer 13049 "url" => string(48) "/ua/shatsk/Lesin_kray-h27399-question-13049.html" "question" => string(22) "ЦеныТелефон" "text" => string(115) "Подскажите телефон, цена на отдих на базеЛесин край" "date" => string(19) "2010-08-18 13:37:41" "dateText" => string(20) "16 лет назад" "subscribe" => integer 3 "views" => integer 0 "answers" => integer 2 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 27399 "name" => string(10) "Lesin krai" "printName" => string(13) "Lesin krai 1*" "nameTr" => string(10) "Lesin_kray" "stars" => integer 1 ) "sight" => array(0) ) 7 => array(14) ( "id" => integer 6049 "url" => string(43) "/ua/shatsk/Feniks-h18828-question-6049.html" "question" => string(115) "Заезд по путевкам или в любое время? Стоимость 1номера на двоих?" "text" => string(155) "Хотим под ехать в начале августа 2009г.Необходима ли бронь? Может есть прямые телефоны?" "date" => string(19) "2009-07-14 20:57:47" "dateText" => string(20) "17 лет назад" "subscribe" => integer 2 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 18828 "name" => string(6) "Feniks" "printName" => string(9) "Feniks 1*" "nameTr" => string(6) "Feniks" "stars" => integer 1 ) "sight" => array(0) ) 8 => array(14) ( "id" => integer 5482 "url" => string(50) "/ua/shatsk/Shackie_ozera-h21308-question-5482.html" "question" => string(70) "Нужен телефон пансионата Шацкие озера" "text" => string(56) "Хочу согласовать время заезда." "date" => string(19) "2009-06-19 14:42:26" "dateText" => string(20) "17 лет назад" "subscribe" => integer 2 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 21308 "name" => string(14) "Shatskie ozera" "printName" => string(17) "Shatskie ozera 1*" "nameTr" => string(13) "Shackie_ozera" "stars" => integer 1 ) "sight" => array(0) ) 9 => array(14) ( "id" => integer 4550 "url" => string(43) "/ua/shatsk/Feniks-h18828-question-4550.html" "question" => string(50) "Цены на базе отдыха "Феникс"" "text" => string(327) "хочу этим летом с ребенком поехать на базу отдыха "Феникс" много хороших отзывов про него, может подскажете какие цены на номера …" "date" => string(19) "2009-04-15 13:52:32" "dateText" => string(20) "17 лет назад" "subscribe" => integer 3 "views" => integer 0 "answers" => integer 3 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 18828 "name" => string(6) "Feniks" "printName" => string(9) "Feniks 1*" "nameTr" => string(6) "Feniks" "stars" => integer 1 ) "sight" => array(0) ) ) "pagination" => object Pagination(15){ protected _query => string(1080) "SELECT `c`.`rec_id` AS `id`, `c`.`fNameTr` AS `code`, `c`.`fCode` AS `code2`, IF(c.fNameEng!="",c.fNameEng,c.fCountry) AS `name` …" protected _result => array(1) ( 0 => object stdClass(27)"loadCapital" => bool TRUE "loadCities" => bool TRUE "loadRef" => NULL "loadSights" => NULL "loadImage" => NULL "loadStatistics" => bool TRUE ) protected data => array(1) ( 0 => object Application\Library\Entity\Geo\Country(3){ public id => string(3) "116" public code => string(7) "ukraine" public code2 => string(2) "ua" public name => string(7) "Ukraine" public nameLang => string(14) "Украина" public lat => string(8) "48.69000" public lng => string(8) "31.73000" public zoom => string(1) "5" public capital => string(4) "1544" public nameEng => string(7) "Ukraine" public nameTr => string(7) "ukraine" public nameRd => string(14) "Украины" public nameVn => string(14) "Украину" public namePr => string(14) "Украине" public nameDt => string(14) "Украине" public continent => string(1) "1" public priority => string(1) "2" public hotels => string(4) "1926" public sights => string(3) "698" public reviews => string(5) "12526" public vreviews => string(5) "11317" public photoCount => string(5) "22754" public videoCount => string(2) "55" public questions => string(4) "2438" public answers => string(5) "12477" public rate => string(6) "6.3403" public topRate => string(7) "11.3385" }) protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => bool TRUE protected _object_params => NULL }{ protected names => array(25) ( 0 => string(2) "id" 1 => string(4) "code" 2 => string(5) "code2" 3 => string(3) "lat" 4 => string(3) "lng" 5 => string(4) "zoom" 6 => string(7) "capital" 7 => string(6) "cities" 8 => string(5) "image" 9 => string(4) "name" 10 => string(8) "nameLang" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "nameRd" 14 => string(6) "nameVn" 15 => string(6) "namePr" 16 => string(6) "nameDt" 17 => string(7) "nameUkr" 18 => string(9) "continent" 19 => string(8) "priority" 20 => string(4) "type" 21 => string(5) "offer" 22 => string(3) "ref" 23 => string(6) "sights" 24 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(20) ( "id" => string(3) "116" "code" => string(7) "ukraine" "code2" => string(2) "ua" "name" => string(7) "Ukraine" "nameLang" => string(14) "Украина" "nameEng" => string(7) "Ukraine" "nameUkr" => NULL "nameTr" => string(7) "ukraine" "continent" => string(1) "1" "priority" => string(1) "2" "lat" => string(8) "48.69000" "lng" => string(8) "31.73000" "zoom" => string(1) "5" "capital" => object Application\Library\Service\Geo\City(14)) }{ protected limit => NULL protected order => NULL protected countryId => integer 0 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected cityId => integer 1544 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"cities" => object Application\Library\Service\Geo\City(14){ protected limit => NULL protected order => NULL protected countryId => integer 116 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => bool TRUE protected sql => object Database_Query_Builder_Select(20)"statistic" => object Application\Library\Entity\Geo\Statistic(3){ protected _select => array(26) ( 0 => array(2) ( ... ) 1 => array(2) ( ... ) 2 => array(2) ( ... ) 3 => array(2) ( ... ) 4 => array(2) ( ... ) 5 => array(2) ( ... ) 6 => array(2) ( ... ) 7 => array(2) ( ... ) 8 => array(2) ( ... ) 9 => array(2) ( ... ) 10 => array(2) ( ... ) 11 => array(2) ( ... ) 12 => array(2) ( ... ) 13 => array(2) ( ... ) 14 => array(2) ( ... ) 15 => array(2) ( ... ) 16 => array(2) ( ... ) 17 => array(2) ( ... ) 18 => array(2) ( ... ) 19 => array(2) ( ... ) 20 => array(2) ( ... ) 21 => array(2) ( ... ) 22 => array(2) ( ... ) 23 => array(2) ( ... ) 24 => array(2) ( ... ) 25 => array(2) ( ... ) ) protected _distinct => bool FALSE protected _from => array(1) ( 0 => array(2) ( ... ) ) protected _join => array(1) ( 0 => object Database_Query_Builder_Join(11) { ... } ) protected _group_by => array(1) ( 0 => string(8) "t.rec_id" ) protected _having => array(0) protected _offset => NULL protected _union => array(0) protected _last_join => object Database_Query_Builder_Join(11)protected cityId => integer 0 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }{ protected _type => string(4) "LEFT" protected _table => array(2) ( ... ) protected _on => array(3) ( ... ) protected _using => array(0) protected _other_tables => array(0) protected _force_execute => bool FALSE protected _lifetime => NULL protected _sql => NULL protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }protected _where => array(2) ( 0 => array(1) ( ... ) 1 => array(1) ( ... ) ) protected _order_by => array(1) ( 0 => array(2) ( ... ) ) protected _limit => NULL protected _other_tables => array(0) protected _type => integer 1 protected _force_execute => bool FALSE protected _lifetime => integer 120 protected _sql => string(1024) "SELECT `t`.`rec_id` AS `id`, `t`.`fIATA` AS `iata`, IF(t.fNameEng!="",t.fNameEng,t.fName) AS `name`, `t`.`fName` AS `nameLang`, …" protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }{ protected onlyNames => bool TRUE protected names => array(19) ( 0 => string(9) "countryId" 1 => string(6) "cityId" 2 => string(7) "hotelId" 3 => string(7) "sightId" 4 => string(6) "sights" 5 => string(6) "hotels" 6 => string(7) "reviews" 7 => string(8) "vreviews" 8 => string(10) "photoCount" 9 => string(10) "videoCount" 10 => string(4) "rate" 11 => string(9) "questions" 12 => string(7) "answers" 13 => string(11) "forumThemes" 14 => string(13) "forumComments" 15 => string(7) "peoples" 16 => string(7) "topRate" 17 => string(7) "cntRank" 18 => string(7) "ctyRank" ) protected store => array(10) ( "hotels" => string(4) "1926" "sights" => string(3) "698" "reviews" => string(5) "12526" "vreviews" => string(5) "11317" "photoCount" => string(5) "22754" "videoCount" => string(2) "55" "questions" => string(4) "2438" "answers" => string(5) "12477" "rate" => string(6) "6.3403" "topRate" => string(7) "11.3385" ) }"nameRd" => string(14) "Украины" "nameVn" => string(14) "Украину" "namePr" => string(14) "Украине" "nameDt" => string(14) "Украине" ) }{ protected config => array(11) ( "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(1) "p" ) "total_items" => string(2) "10" "items_per_page" => integer 30 "count_out" => integer 9 "count_in" => integer 9 "view" => string(28) "/global/paginations/floating" "hash" => string(10) "pagination" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE "base_url" => string(0) "" "query_params" => array(0) ) protected current_page => integer 1 protected total_items => integer 10 protected items_per_page => integer 30 protected total_pages => integer 1 protected current_first_item => integer 1 protected current_last_item => integer 10 protected previous_page => bool FALSE protected next_page => bool FALSE protected first_page => bool FALSE protected last_page => bool FALSE protected offset => integer 0 protected _request => object Request(19)"subscribe" => bool FALSE "experts" => array(0) "typeId" => string(1) "u" "themeId" => integer 0 "themeTags" => array(4) ( 24 => string(5) "1.9em" 27 => string(5) "1.9em" 20 => string(5) "1.9em" 1 => string(5) "1.9em" ) "themeName" => string(0) "" "topics" => array(2) ( "Выбор отеля" => array(1) ( 1 => string(21) "Выбор отеля" ) "Другие темы" => array(11) ( 11 => string(28) "Страны и города" 20 => string(28) "Погода и сезоны" 30 => string(25) "Как добраться" 23 => string(14) "Шоппинг" 24 => string(36) "Места и развлечения" 25 => string(18) "Экскурсии" 29 => string(36) "Документы и границы" 27 => string(30) "Связь и интернет" 26 => string(28) "Валюта и деньги" 2 => string(38) "Турфирмы и операторы" 12 => string(12) "Прочее" ) ) ) }{ 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 _route => object Route(5){ protected _filters => array(0) protected _uri => string(47) "(<country>(/<city>(/<action>(-t<theme>).html)))" protected _regex => array(4) ( "country" => string(5) "\w{2}" "city" => string(3) "\w+" "action" => string(18) "(questions|people)" "theme" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(4) "city" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<country>\w{2})(?:/(?P<city>\w+)(?:/(?P<action>(questions|people))(?:-t(?P<theme>\d+))?\.html)?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "City" protected _action => string(9) "questions" protected _uri => string(24) "ua/shatsk/questions.html" protected _external => bool FALSE protected _params => array(2) ( "country" => string(2) "ua" "city" => string(6) "shatsk" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "ntsid" => NULL "token" => string(44) "CeM4j2YD8IPPfwU7wffQiv0y1MlPhWxJoiuRbUKl1KY=" ) 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 _filters => array(0) protected _uri => string(47) "(<country>(/<city>(/<action>(-t<theme>).html)))" protected _regex => array(4) ( "country" => string(5) "\w{2}" "city" => string(3) "\w+" "action" => string(18) "(questions|people)" "theme" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(4) "city" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<country>\w{2})(?:/(?P<city>\w+)(?:/(?P<action>(questions|people))(?:-t(?P<theme>\d+))?\.html)?)?)?$#uD" }protected _route_params => array(3) ( "country" => string(2) "ua" "city" => string(6) "shatsk" "action" => string(9) "questions" ) }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 } -
/var/www/tomazov/library/src/kohana-v3.3.6/system/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. -
/var/www/tomazov/library/src/kohana-v3.3.6/system/classes/Kohana/Response.php [ 160 ] » Kohana_View->__toString()
155 public function body($content = NULL) 156 { 157 if ($content === NULL) 158 return $this->_body; 159 160 $this->_body = (string) $content; 161 return $this; 162 } 163 164 /** 165 * Gets or sets the HTTP protocol. The standard protocol to use -
APPPATH/classes/Controller/Plain.php [ 555 ] » Kohana_Response->body(arguments)
0object View(2)
{ protected _file => string(84) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/global/html.php" protected _data => array(8) ( "headerContent" => object View(2){ protected _file => string(86) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/global/header.php" protected _data => array(3) ( "title" => string(0) "" "description" => string(0) "" "keywords" => string(0) "" ) }"footerContent" => object View(2){ protected _file => string(86) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/global/footer.php" protected _data => array(2) ( "title" => string(0) "" "description" => string(0) "" ) }"headerScripts" => string(0) "" "footerScripts" => string(0) "" "headerVars" => array(7) ( "canonical" => string(25) "/ua/shatsk/questions.html" "prevPage" => integer 0 "nextPage" => integer 2 "isLastPage" => bool TRUE "noPagination" => bool TRUE "title" => string(37) "Shatsk - Ukraine - ТурПравда" "description" => string(128) "Вопросы туристов о Shatsk (Ukraine) и ответы экспертов на вопросы по Shatsk (Ukraine)" ) "headerStatic" => array(3) ( "plugins" => array(2) ( "js" => array(14) ( 0 => string(13) "jquery.min.js" 1 => string(16) "jquery.cookie.js" 2 => string(16) "jquery-ui.min.js" 3 => string(23) "jquery.ui.dialog.min.js" 4 => string(24) "jquery.ui.tooltip.min.js" 5 => string(18) "jquery.json.min.js" 6 => string(11) "tmpl.min.js" 7 => string(26) "jquery.i18n/jquery.i18n.js" 8 => string(39) "jquery.i18n/jquery.i18n.messagestore.js" 9 => string(36) "jquery.i18n/jquery.i18n.fallbacks.js" 10 => string(33) "jquery.i18n/jquery.i18n.parser.js" 11 => string(34) "jquery.i18n/jquery.i18n.emitter.js" 12 => string(35) "jquery.i18n/jquery.i18n.language.js" 13 => string(27) "jquery.i18n/languages/de.js" ) "css" => array(0) ) "js" => array(8) ( 0 => string(11) "hashlink.js" 1 => string(9) "search.js" 2 => string(22) "header.js?v=05-07-2023" 3 => string(24) "fotoview.js?v=05-07-2023" 4 => string(7) "user.js" 5 => string(21) "index_autocomplete.js" 6 => string(19) "question_suggest.js" 7 => string(16) "question_view.js" ) "css" => array(9) ( 0 => string(20) "all.css?v=05-07-2023" 1 => string(26) "new_style.css?v=05-07-2023" 2 => string(23) "viewer.css?v=05-07-2023" 3 => string(11) "slimbox.css" 4 => string(31) "jquery-ui-1.10.3.custom.min.css" 5 => string(8) "blog.css" 6 => string(29) "game-account.css?v=05-07-2023" 7 => string(9) "style.css" 8 => string(13) "new_style.css" ) ) "bodyContent" => object View(2){ protected _file => string(87) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/City/questions.php" protected _data => array(12) ( "city" => object Application\Library\Entity\Geo\City(3)"bodyClass" => string(14) "City-questions" ) }{ protected names => array(22) ( 0 => string(2) "id" 1 => string(9) "countryId" 2 => string(4) "code" 3 => string(6) "hotels" 4 => string(7) "country" 5 => string(4) "name" 6 => string(8) "nameLang" 7 => string(6) "nameRd" 8 => string(6) "nameVn" 9 => string(6) "namePr" 10 => string(6) "nameDt" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "target" 14 => string(9) "excursion" 15 => string(8) "priority" 16 => string(4) "type" 17 => string(6) "latLng" 18 => string(5) "offer" 19 => string(3) "ref" 20 => string(6) "sights" 21 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(15) ( "id" => string(4) "1835" "name" => string(6) "Shatsk" "nameLang" => string(8) "Шацк" "country" => object Application\Library\Service\Geo\Country(13)"country" => object Application\Library\Entity\Geo\Country(3){ protected otp => string(6) "otpusk" protected countryId => integer 116 protected order => NULL protected loadRef => NULL protected loadImage => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected loadCapital => bool TRUE protected loadCities => bool TRUE protected dbResult => NULL protected entity => NULL public tp => string(9) "turpravda" }"hotels" => object Application\Library\Service\Geo\Hotel(20){ protected hotelId => integer 0 protected cityId => integer 1835 protected category => NULL protected limit => NULL protected offset => NULL protected order => NULL protected loadStatistics => NULL protected loadPhoto => NULL protected loadDescription => NULL protected loadRef => NULL protected loadRoom => NULL protected loadHoteliers => NULL public stars => array(7) ( 1 => string(3) "one" 2 => string(3) "two" 3 => string(5) "three" 4 => string(4) "four" 5 => string(4) "five" "hv1" => string(3) "hv1" "hv2" => string(3) "hv2" ) public starsRaw => array(7) ( "one" => integer 1 "two" => integer 2 "three" => integer 3 "four" => integer 4 "five" => integer 5 "hv1" => string(3) "hv1" "hv2" => string(3) "hv2" ) protected sql => NULL protected loadCity => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"countryId" => string(3) "116" "nameTr" => string(6) "shatsk" "nameEng" => string(6) "Shatsk" "nameRd" => string(10) "Шацка" "nameVn" => string(8) "Шацк" "namePr" => string(10) "Шацке" "nameDt" => string(10) "Шацку" "target" => string(1) "0" "priority" => string(1) "0" "latLng" => object Library\Entity\Geo\LatLng(3){ protected onlyNames => bool TRUE protected names => array(3) ( 0 => string(3) "lat" 1 => string(3) "lng" 2 => string(4) "zoom" ) protected store => array(3) ( "lat" => string(8) "51.49290" "lng" => string(8) "23.92840" "zoom" => string(2) "15" ) }) }{ protected names => array(25) ( 0 => string(2) "id" 1 => string(4) "code" 2 => string(5) "code2" 3 => string(3) "lat" 4 => string(3) "lng" 5 => string(4) "zoom" 6 => string(7) "capital" 7 => string(6) "cities" 8 => string(5) "image" 9 => string(4) "name" 10 => string(8) "nameLang" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "nameRd" 14 => string(6) "nameVn" 15 => string(6) "namePr" 16 => string(6) "nameDt" 17 => string(7) "nameUkr" 18 => string(9) "continent" 19 => string(8) "priority" 20 => string(4) "type" 21 => string(5) "offer" 22 => string(3) "ref" 23 => string(6) "sights" 24 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(20) ( "id" => string(3) "116" "code" => string(7) "ukraine" "code2" => string(2) "ua" "name" => string(7) "Ukraine" "nameLang" => string(14) "Украина" "nameEng" => string(7) "Ukraine" "nameUkr" => NULL "nameTr" => string(7) "ukraine" "continent" => string(1) "1" "priority" => string(1) "2" "lat" => string(8) "48.69000" "lng" => string(8) "31.73000" "zoom" => string(1) "5" "capital" => object Application\Library\Service\Geo\City(14)"countries" => object Application\Library\Entity\Geo\Countries(4){ protected limit => NULL protected order => NULL protected countryId => integer 0 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected cityId => integer 1544 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"cities" => object Application\Library\Service\Geo\City(14){ protected limit => NULL protected order => NULL protected countryId => integer 116 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => bool TRUE protected sql => object Database_Query_Builder_Select(20)"statistic" => object Application\Library\Entity\Geo\Statistic(3){ protected _select => array(26) ( 0 => array(2) ( 0 => string(8) "t.rec_id" 1 => string(2) "id" ) 1 => array(2) ( 0 => string(7) "t.fIATA" 1 => string(4) "iata" ) 2 => array(2) ( 0 => object Database_Expression(2) { ... } 1 => string(4) "name" ) 3 => array(2) ( 0 => string(7) "t.fName" 1 => string(8) "nameLang" ) 4 => array(2) ( 0 => string(12) "t.fSouthWest" 1 => string(3) "lat" ) 5 => array(2) ( 0 => string(12) "t.fNorthEast" 1 => string(3) "lng" ) 6 => array(2) ( 0 => string(7) "t.fZoom" 1 => string(4) "zoom" ) 7 => array(2) ( 0 => string(12) "t.fCountryID" 1 => string(9) "countryId" ) 8 => array(2) ( 0 => string(10) "t.fNameEng" 1 => string(7) "nameEng" ) 9 => array(2) ( 0 => string(9) "t.fNameTr" 1 => string(6) "nameTr" ) 10 => array(2) ( 0 => string(9) "t.fNameRd" 1 => string(6) "nameRd" ) 11 => array(2) ( 0 => string(9) "t.fNameVn" 1 => string(6) "nameVn" ) 12 => array(2) ( 0 => string(9) "t.fNamePr" 1 => string(6) "namePr" ) 13 => array(2) ( 0 => string(9) "t.fNameDt" 1 => string(6) "nameDt" ) 14 => array(2) ( 0 => string(9) "t.fTarget" 1 => string(6) "target" ) 15 => array(2) ( 0 => string(11) "t.fPriority" 1 => string(8) "priority" ) 16 => array(2) ( 0 => string(8) "s.hotels" 1 => string(6) "hotels" ) 17 => array(2) ( 0 => string(8) "s.sights" 1 => string(6) "sights" ) 18 => array(2) ( 0 => string(10) "s.comments" 1 => string(7) "reviews" ) 19 => array(2) ( 0 => string(16) "s.voted_comments" 1 => string(8) "vreviews" ) 20 => array(2) ( 0 => string(7) "s.fotos" 1 => string(10) "photoCount" ) 21 => array(2) ( 0 => string(8) "s.videos" 1 => string(10) "videoCount" ) 22 => array(2) ( 0 => string(11) "s.questions" 1 => string(9) "questions" ) 23 => array(2) ( 0 => string(9) "s.answers" 1 => string(7) "answers" ) 24 => array(2) ( 0 => string(10) "s.avg_rate" 1 => string(4) "rate" ) 25 => array(2) ( 0 => string(10) "s.top_rate" 1 => string(7) "topRate" ) ) protected _distinct => bool FALSE protected _from => array(1) ( 0 => array(2) ( 0 => string(14) "otpusk.tCities" 1 => string(1) "t" ) ) protected _join => array(1) ( 0 => object Database_Query_Builder_Join(11)protected cityId => integer 0 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }{ protected _type => string(4) "LEFT" protected _table => array(2) ( ... ) protected _on => array(3) ( ... ) protected _using => array(0) protected _other_tables => array(0) protected _force_execute => bool FALSE protected _lifetime => NULL protected _sql => NULL protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }) protected _group_by => array(1) ( 0 => string(8) "t.rec_id" ) protected _having => array(0) protected _offset => NULL protected _union => array(0) protected _last_join => object Database_Query_Builder_Join(11){ protected _type => string(4) "LEFT" protected _table => array(2) ( 0 => string(15) "turpravda.stats" 1 => string(1) "s" ) protected _on => array(3) ( 0 => array(3) ( ... ) 1 => array(3) ( ... ) 2 => array(3) ( ... ) ) protected _using => array(0) protected _other_tables => array(0) protected _force_execute => bool FALSE protected _lifetime => NULL protected _sql => NULL protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }protected _where => array(2) ( 0 => array(1) ( "AND" => array(3) ( ... ) ) 1 => array(1) ( "AND" => array(3) ( ... ) ) ) protected _order_by => array(1) ( 0 => array(2) ( 0 => object Database_Expression(2) { ... } 1 => string(3) "ASC" ) ) protected _limit => NULL protected _other_tables => array(0) protected _type => integer 1 protected _force_execute => bool FALSE protected _lifetime => integer 120 protected _sql => string(1024) "SELECT `t`.`rec_id` AS `id`, `t`.`fIATA` AS `iata`, IF(t.fNameEng!="",t.fNameEng,t.fName) AS `name`, `t`.`fName` AS `nameLang`, …" protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }{ protected onlyNames => bool TRUE protected names => array(19) ( 0 => string(9) "countryId" 1 => string(6) "cityId" 2 => string(7) "hotelId" 3 => string(7) "sightId" 4 => string(6) "sights" 5 => string(6) "hotels" 6 => string(7) "reviews" 7 => string(8) "vreviews" 8 => string(10) "photoCount" 9 => string(10) "videoCount" 10 => string(4) "rate" 11 => string(9) "questions" 12 => string(7) "answers" 13 => string(11) "forumThemes" 14 => string(13) "forumComments" 15 => string(7) "peoples" 16 => string(7) "topRate" 17 => string(7) "cntRank" 18 => string(7) "ctyRank" ) protected store => array(10) ( "hotels" => string(4) "1926" "sights" => string(3) "698" "reviews" => string(5) "12526" "vreviews" => string(5) "11317" "photoCount" => string(5) "22754" "videoCount" => string(2) "55" "questions" => string(4) "2438" "answers" => string(5) "12477" "rate" => string(6) "6.3403" "topRate" => string(7) "11.3385" ) }"nameRd" => string(14) "Украины" "nameVn" => string(14) "Украину" "namePr" => string(14) "Украине" "nameDt" => string(14) "Украине" ) }{ protected names => array(8) ( 0 => string(6) "result" 1 => string(11) "loadCapital" 2 => string(10) "loadCities" 3 => string(7) "loadRef" 4 => string(9) "loadImage" 5 => string(6) "refSql" 6 => string(10) "loadSights" 7 => string(14) "loadStatistics" ) protected onlyNames => bool TRUE protected store => array(7) ( "result" => object Database_Result_Cached(6)"questions" => array(10) ( 0 => array(14) ( "id" => integer 103892 "url" => string(53) "/ua/shatsk/Lesnaja_pesnja-h21309-question-103892.html" "question" => string(292) "Можно ли человеку с ограниченными возможностями, передвигающемуся на коляске, пройти реабилитационный курс лечения? Есть условия …" "text" => string(0) "" "date" => string(19) "2021-11-04 11:20:51" "dateText" => string(19) "5 лет назад" "subscribe" => integer 3 "views" => integer 0 "answers" => integer 2 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 21309 "name" => string(14) "Lesnaia pesnia" "printName" => string(17) "Lesnaia pesnia 2*" "nameTr" => string(14) "Lesnaja_pesnja" "stars" => integer 2 ) "sight" => array(0) ) 1 => array(14) ( "id" => integer 48012 "url" => string(30) "/ua/shatsk/question-48012.html" "question" => string(91) "Как добраться из Шацка (оз. Свитязь) до Белоруссии?" "text" => string(666) "Уважаемые Туристы, подскажите, пожалуйста как добраться из Шацка (оз. Свитязь) до Белоруссии самостоятельно. Хотели поехать в со …" "date" => string(19) "2015-06-13 14:34:27" "dateText" => string(20) "11 лет назад" "subscribe" => integer 4 "views" => integer 0 "answers" => integer 2 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(0) "sight" => array(0) ) 2 => array(14) ( "id" => integer 45789 "url" => string(30) "/ua/shatsk/question-45789.html" "question" => string(32) "Погода в сентябре" "text" => string(450) "Доброе время суток. Нуждаюсь в ваших помощи, а именно. Интересует такой вопрос цветет ли в сентябре озеро Свитязь? И вообще кака …" "date" => string(19) "2014-07-21 23:12:25" "dateText" => string(20) "12 лет назад" "subscribe" => integer 2 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(0) "sight" => array(0) ) 3 => array(14) ( "id" => integer 45764 "url" => string(44) "/ua/shatsk/Feniks-h18828-question-45764.html" "question" => string(71) "можно ли забронировать номер на 28.07.14????" "text" => string(53) "2-х местный с душом и санузлом" "date" => string(19) "2014-07-20 16:57:57" "dateText" => string(20) "12 лет назад" "subscribe" => integer 1 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 18828 "name" => string(6) "Feniks" "printName" => string(9) "Feniks 1*" "nameTr" => string(6) "Feniks" "stars" => integer 1 ) "sight" => array(0) ) 4 => array(14) ( "id" => integer 31160 "url" => string(47) "/ua/shatsk/Shackotel-h23953-question-31160.html" "question" => string(83) "Как добраться в Шацк из Киева(не автомобилем)?" "text" => string(56) "Поездом,автобусом-что удобнее?" "date" => string(19) "2012-06-15 15:23:20" "dateText" => string(20) "14 лет назад" "subscribe" => integer 7 "views" => integer 0 "answers" => integer 20 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 23953 "name" => string(10) "Shatskotel" "printName" => string(13) "Shatskotel 4*" "nameTr" => string(9) "Shackotel" "stars" => integer 4 ) "sight" => array(0) ) 5 => array(14) ( "id" => integer 20400 "url" => string(47) "/ua/shatsk/Shackotel-h23953-question-20400.html" "question" => string(56) "Стоимость проживания + питания" "text" => string(27) "Прошу ответить" "date" => string(19) "2011-05-18 17:17:00" "dateText" => string(20) "15 лет назад" "subscribe" => string(1) "1" "views" => integer 0 "answers" => integer 0 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 23953 "name" => string(10) "Shatskotel" "printName" => string(13) "Shatskotel 4*" "nameTr" => string(9) "Shackotel" "stars" => integer 4 ) "sight" => array(0) ) 6 => array(14) ( "id" => integer 13049 "url" => string(48) "/ua/shatsk/Lesin_kray-h27399-question-13049.html" "question" => string(22) "ЦеныТелефон" "text" => string(115) "Подскажите телефон, цена на отдих на базеЛесин край" "date" => string(19) "2010-08-18 13:37:41" "dateText" => string(20) "16 лет назад" "subscribe" => integer 3 "views" => integer 0 "answers" => integer 2 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 27399 "name" => string(10) "Lesin krai" "printName" => string(13) "Lesin krai 1*" "nameTr" => string(10) "Lesin_kray" "stars" => integer 1 ) "sight" => array(0) ) 7 => array(14) ( "id" => integer 6049 "url" => string(43) "/ua/shatsk/Feniks-h18828-question-6049.html" "question" => string(115) "Заезд по путевкам или в любое время? Стоимость 1номера на двоих?" "text" => string(155) "Хотим под ехать в начале августа 2009г.Необходима ли бронь? Может есть прямые телефоны?" "date" => string(19) "2009-07-14 20:57:47" "dateText" => string(20) "17 лет назад" "subscribe" => integer 2 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 18828 "name" => string(6) "Feniks" "printName" => string(9) "Feniks 1*" "nameTr" => string(6) "Feniks" "stars" => integer 1 ) "sight" => array(0) ) 8 => array(14) ( "id" => integer 5482 "url" => string(50) "/ua/shatsk/Shackie_ozera-h21308-question-5482.html" "question" => string(70) "Нужен телефон пансионата Шацкие озера" "text" => string(56) "Хочу согласовать время заезда." "date" => string(19) "2009-06-19 14:42:26" "dateText" => string(20) "17 лет назад" "subscribe" => integer 2 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 21308 "name" => string(14) "Shatskie ozera" "printName" => string(17) "Shatskie ozera 1*" "nameTr" => string(13) "Shackie_ozera" "stars" => integer 1 ) "sight" => array(0) ) 9 => array(14) ( "id" => integer 4550 "url" => string(43) "/ua/shatsk/Feniks-h18828-question-4550.html" "question" => string(50) "Цены на базе отдыха "Феникс"" "text" => string(327) "хочу этим летом с ребенком поехать на базу отдыха "Феникс" много хороших отзывов про него, может подскажете какие цены на номера …" "date" => string(19) "2009-04-15 13:52:32" "dateText" => string(20) "17 лет назад" "subscribe" => integer 3 "views" => integer 0 "answers" => integer 3 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 18828 "name" => string(6) "Feniks" "printName" => string(9) "Feniks 1*" "nameTr" => string(6) "Feniks" "stars" => integer 1 ) "sight" => array(0) ) ) "pagination" => object Pagination(15){ protected _query => string(1080) "SELECT `c`.`rec_id` AS `id`, `c`.`fNameTr` AS `code`, `c`.`fCode` AS `code2`, IF(c.fNameEng!="",c.fNameEng,c.fCountry) AS `name` …" protected _result => array(1) ( 0 => object stdClass(27)"loadCapital" => bool TRUE "loadCities" => bool TRUE "loadRef" => NULL "loadSights" => NULL "loadImage" => NULL "loadStatistics" => bool TRUE ) protected data => array(1) ( 0 => object Application\Library\Entity\Geo\Country(3){ public id => string(3) "116" public code => string(7) "ukraine" public code2 => string(2) "ua" public name => string(7) "Ukraine" public nameLang => string(14) "Украина" public lat => string(8) "48.69000" public lng => string(8) "31.73000" public zoom => string(1) "5" public capital => string(4) "1544" public nameEng => string(7) "Ukraine" public nameTr => string(7) "ukraine" public nameRd => string(14) "Украины" public nameVn => string(14) "Украину" public namePr => string(14) "Украине" public nameDt => string(14) "Украине" public continent => string(1) "1" public priority => string(1) "2" public hotels => string(4) "1926" public sights => string(3) "698" public reviews => string(5) "12526" public vreviews => string(5) "11317" public photoCount => string(5) "22754" public videoCount => string(2) "55" public questions => string(4) "2438" public answers => string(5) "12477" public rate => string(6) "6.3403" public topRate => string(7) "11.3385" }) protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => bool TRUE protected _object_params => NULL }{ protected names => array(25) ( 0 => string(2) "id" 1 => string(4) "code" 2 => string(5) "code2" 3 => string(3) "lat" 4 => string(3) "lng" 5 => string(4) "zoom" 6 => string(7) "capital" 7 => string(6) "cities" 8 => string(5) "image" 9 => string(4) "name" 10 => string(8) "nameLang" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "nameRd" 14 => string(6) "nameVn" 15 => string(6) "namePr" 16 => string(6) "nameDt" 17 => string(7) "nameUkr" 18 => string(9) "continent" 19 => string(8) "priority" 20 => string(4) "type" 21 => string(5) "offer" 22 => string(3) "ref" 23 => string(6) "sights" 24 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(20) ( "id" => string(3) "116" "code" => string(7) "ukraine" "code2" => string(2) "ua" "name" => string(7) "Ukraine" "nameLang" => string(14) "Украина" "nameEng" => string(7) "Ukraine" "nameUkr" => NULL "nameTr" => string(7) "ukraine" "continent" => string(1) "1" "priority" => string(1) "2" "lat" => string(8) "48.69000" "lng" => string(8) "31.73000" "zoom" => string(1) "5" "capital" => object Application\Library\Service\Geo\City(14)) }{ protected limit => NULL protected order => NULL protected countryId => integer 0 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected cityId => integer 1544 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"cities" => object Application\Library\Service\Geo\City(14){ protected limit => NULL protected order => NULL protected countryId => integer 116 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => bool TRUE protected sql => object Database_Query_Builder_Select(20)"statistic" => object Application\Library\Entity\Geo\Statistic(3){ protected _select => array(26) ( ... ) protected _distinct => bool FALSE protected _from => array(1) ( ... ) protected _join => array(1) ( ... ) protected _group_by => array(1) ( ... ) protected _having => array(0) protected _offset => NULL protected _union => array(0) protected _last_join => object Database_Query_Builder_Join(11) { ... } protected _where => array(2) ( ... ) protected _order_by => array(1) ( ... ) protected _limit => NULL protected _other_tables => array(0) protected _type => integer 1 protected _force_execute => bool FALSE protected _lifetime => integer 120 protected _sql => string(1024) "SELECT `t`.`rec_id` AS `id`, `t`.`fIATA` AS `iata`, IF(t.fNameEng!="",t.fNameEng,t.fName) AS `name`, `t`.`fName` AS `nameLang`, …" protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }protected cityId => integer 0 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }{ protected onlyNames => bool TRUE protected names => array(19) ( 0 => string(9) "countryId" 1 => string(6) "cityId" 2 => string(7) "hotelId" 3 => string(7) "sightId" 4 => string(6) "sights" 5 => string(6) "hotels" 6 => string(7) "reviews" 7 => string(8) "vreviews" 8 => string(10) "photoCount" 9 => string(10) "videoCount" 10 => string(4) "rate" 11 => string(9) "questions" 12 => string(7) "answers" 13 => string(11) "forumThemes" 14 => string(13) "forumComments" 15 => string(7) "peoples" 16 => string(7) "topRate" 17 => string(7) "cntRank" 18 => string(7) "ctyRank" ) protected store => array(10) ( "hotels" => string(4) "1926" "sights" => string(3) "698" "reviews" => string(5) "12526" "vreviews" => string(5) "11317" "photoCount" => string(5) "22754" "videoCount" => string(2) "55" "questions" => string(4) "2438" "answers" => string(5) "12477" "rate" => string(6) "6.3403" "topRate" => string(7) "11.3385" ) }"nameRd" => string(14) "Украины" "nameVn" => string(14) "Украину" "namePr" => string(14) "Украине" "nameDt" => string(14) "Украине" ) }{ protected config => array(11) ( "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(1) "p" ) "total_items" => string(2) "10" "items_per_page" => integer 30 "count_out" => integer 9 "count_in" => integer 9 "view" => string(28) "/global/paginations/floating" "hash" => string(10) "pagination" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE "base_url" => string(0) "" "query_params" => array(0) ) protected current_page => integer 1 protected total_items => integer 10 protected items_per_page => integer 30 protected total_pages => integer 1 protected current_first_item => integer 1 protected current_last_item => integer 10 protected previous_page => bool FALSE protected next_page => bool FALSE protected first_page => bool FALSE protected last_page => bool FALSE protected offset => integer 0 protected _request => object Request(19)"subscribe" => bool FALSE "experts" => array(0) "typeId" => string(1) "u" "themeId" => integer 0 "themeTags" => array(4) ( 24 => string(5) "1.9em" 27 => string(5) "1.9em" 20 => string(5) "1.9em" 1 => string(5) "1.9em" ) "themeName" => string(0) "" "topics" => array(2) ( "Выбор отеля" => array(1) ( 1 => string(21) "Выбор отеля" ) "Другие темы" => array(11) ( 11 => string(28) "Страны и города" 20 => string(28) "Погода и сезоны" 30 => string(25) "Как добраться" 23 => string(14) "Шоппинг" 24 => string(36) "Места и развлечения" 25 => string(18) "Экскурсии" 29 => string(36) "Документы и границы" 27 => string(30) "Связь и интернет" 26 => string(28) "Валюта и деньги" 2 => string(38) "Турфирмы и операторы" 12 => string(12) "Прочее" ) ) ) }{ 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 _route => object Route(5){ protected _filters => array(0) protected _uri => string(47) "(<country>(/<city>(/<action>(-t<theme>).html)))" protected _regex => array(4) ( "country" => string(5) "\w{2}" "city" => string(3) "\w+" "action" => string(18) "(questions|people)" "theme" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(4) "city" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<country>\w{2})(?:/(?P<city>\w+)(?:/(?P<action>(questions|people))(?:-t(?P<theme>\d+))?\.html)?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "City" protected _action => string(9) "questions" protected _uri => string(24) "ua/shatsk/questions.html" protected _external => bool FALSE protected _params => array(2) ( "country" => string(2) "ua" "city" => string(6) "shatsk" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "ntsid" => NULL "token" => string(44) "CeM4j2YD8IPPfwU7wffQiv0y1MlPhWxJoiuRbUKl1KY=" ) 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 _filters => array(0) protected _uri => string(47) "(<country>(/<city>(/<action>(-t<theme>).html)))" protected _regex => array(4) ( "country" => string(5) "\w{2}" "city" => string(3) "\w+" "action" => string(18) "(questions|people)" "theme" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(4) "city" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<country>\w{2})(?:/(?P<city>\w+)(?:/(?P<action>(questions|people))(?:-t(?P<theme>\d+))?\.html)?)?)?$#uD" }protected _route_params => array(3) ( "country" => string(2) "ua" "city" => string(6) "shatsk" "action" => string(9) "questions" ) }550 } 551 552 if ($this->bodyClass) $this->view->bodyClass = implode(' ', $this->bodyClass); 553 554 if (Kohana::$profiling === TRUE) $benchmark2 = \Profiler::start('profiler', 'bodyClass'); 555 $content = $this->response->body($this->view); 556 if (\Kohana::$profiling === TRUE) \Profiler::stop($benchmark2); 557 unset($this->view); 558 559 if (Kohana::$profiling === TRUE) { 560 \Profiler::stop($benchmark); -
APPPATH/classes/Controller/City.php [ 45 ] » Application\Controller\City->_coreAfter()
40 41 public function after() 42 { 43 $this->_frontAfter(); 44 $this->_plainAfter(); 45 $this->_coreAfter(); 46 } 47 48 /** 49 * City reviews /<country>/<city>/ 50 */ -
/var/www/tomazov/library/src/kohana-v3.3.6/system/classes/Kohana/Controller.php [ 87 ] » Application\Controller\City->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()
-
APPPATH/classes/Request/Client/Internal.php [ 83 ] » ReflectionMethod->invoke(arguments)
0object Application\Controller\City(13)
{ public request => object 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)public response => object Response(5){ protected _filters => array(0) protected _uri => string(47) "(<country>(/<city>(/<action>(-t<theme>).html)))" protected _regex => array(4) ( "country" => string(5) "\w{2}" "city" => string(3) "\w+" "action" => string(18) "(questions|people)" "theme" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(4) "city" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<country>\w{2})(?:/(?P<city>\w+)(?:/(?P<action>(questions|people))(?:-t(?P<theme>\d+))?\.html)?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "City" protected _action => string(9) "questions" protected _uri => string(24) "ua/shatsk/questions.html" protected _external => bool FALSE protected _params => array(2) ( "country" => string(2) "ua" "city" => string(6) "shatsk" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "ntsid" => NULL "token" => string(44) "CeM4j2YD8IPPfwU7wffQiv0y1MlPhWxJoiuRbUKl1KY=" ) 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)protected benchmark => NULL protected config => object Config_Group(32){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ public regions => array(12) ( "ru" => integer 3529 "de" => integer 3457 "ua" => integer 3550 "lv" => integer 3493 "lt" => integer 3496 "ee" => integer 3567 "pl" => integer 3527 "uz" => integer 3549 "en" => integer 3450 "by" => integer 3438 "ro" => integer 3530 "kk" => integer 3480 ) public locale => array(11) ( 27 => array(5) ( "code" => string(2) "en" "name" => string(6) "Global" "nameLang" => string(6) "Global" "namePr" => string(6) "Global" "nameRd" => string(6) "Global" ) 16 => array(5) ( "code" => string(2) "by" "name" => string(16) "Беларусь" "nameLang" => string(7) "Belarus" "namePr" => string(16) "Беларуси" "nameRd" => string(16) "Беларуси" ) 59 => array(5) ( "code" => string(2) "kk" "name" => string(18) "Казахстан" "nameLang" => string(10) "Kazakhstan" "namePr" => string(20) "Казахстане" "nameRd" => string(20) "Казахстана" ) 69 => array(5) ( "code" => string(2) "lt" "name" => string(10) "Литва" "nameLang" => string(7) "Lietuva" "namePr" => string(10) "Литве" "nameRd" => string(10) "Литвы" ) 67 => array(5) ( "code" => string(2) "lv" "name" => string(12) "Латвия" "nameLang" => string(7) "Latvija" "namePr" => string(12) "Латвии" "nameRd" => string(12) "Латвии" ) 98 => array(5) ( "code" => string(2) "pl" "name" => string(12) "Польша" "nameLang" => string(6) "Polska" "namePr" => string(12) "Польше" "nameRd" => string(12) "Польши" ) 100 => array(5) ( "code" => string(2) "ru" "name" => string(14) "кацапія" "nameLang" => string(6) "Russia" "namePr" => string(12) "России" "nameRd" => string(12) "России" ) 101 => array(5) ( "code" => string(2) "ro" "name" => string(14) "Румыния" "nameLang" => string(7) "Romania" "namePr" => string(14) "Румынии" "nameRd" => string(14) "Румынии" ) 149 => array(5) ( "code" => string(2) "uz" "name" => string(20) "Узбекистан" "nameLang" => string(12) "Oʻzbekiston" "namePr" => string(22) "Узбекистане" "nameRd" => string(22) "Узбекистана" ) 116 => array(5) ( "code" => string(2) "ua" "name" => string(14) "Украина" "nameLang" => string(7) "Ukraine" "namePr" => string(14) "Украине" "nameRd" => string(14) "Украины" ) 128 => array(5) ( "code" => string(2) "ee" "name" => string(14) "Эстония" "nameLang" => string(5) "Eesti" "namePr" => string(14) "Эстонии" "nameRd" => string(14) "Эстонии" ) ) public secret_key => array(3) ( "otpusk" => string(19) "Jwc6-GLGN-EvfZ-JHnG" "basic" => string(19) "CBYj-zKas-sLKP-jb6v" "max" => string(19) "h2xL-Wj4n-bZRD-yXmw" ) public hosts => array(11) ( 0 => string(42) "https://www.turpravda.darina.dev04.odev.io" 36 => string(45) "https://www.de.turpravda.darina.dev04.odev.io" 116 => string(45) "https://www.ua.turpravda.darina.dev04.odev.io" 100 => string(45) "https://www.ru.turpravda.darina.dev04.odev.io" 67 => string(45) "https://www.lv.turpravda.darina.dev04.odev.io" 69 => string(45) "https://www.lt.turpravda.darina.dev04.odev.io" 128 => string(45) "https://www.ee.turpravda.darina.dev04.odev.io" 98 => string(45) "https://www.pl.turpravda.darina.dev04.odev.io" 149 => string(45) "https://www.uz.turpravda.darina.dev04.odev.io" 27 => string(45) "https://www.en.turpravda.darina.dev04.odev.io" 16 => string(45) "https://www.by.turpravda.darina.dev04.odev.io" ) public hosts_my => array(11) ( 0 => string(46) "https://www.turpravda.darina.dev04.odev.io/acc" 36 => string(49) "https://www.de.turpravda.darina.dev04.odev.io/acc" 128 => string(49) "https://www.ee.turpravda.darina.dev04.odev.io/acc" 116 => string(49) "https://www.ua.turpravda.darina.dev04.odev.io/acc" 100 => string(49) "https://www.ru.turpravda.darina.dev04.odev.io/acc" 67 => string(49) "https://www.lv.turpravda.darina.dev04.odev.io/acc" 69 => string(49) "https://www.lt.turpravda.darina.dev04.odev.io/acc" 98 => string(49) "https://www.pl.turpravda.darina.dev04.odev.io/acc" 149 => string(49) "https://www.uz.turpravda.darina.dev04.odev.io/acc" 27 => string(49) "https://www.en.turpravda.darina.dev04.odev.io/acc" 16 => string(49) "https://www.by.turpravda.darina.dev04.odev.io/acc" ) public hosts_blog => array(11) ( 0 => string(44) "https://blogs.turpravda.darina.dev04.odev.io" 116 => string(47) "https://blogs.ua.turpravda.darina.dev04.odev.io" 100 => string(47) "https://blogs.ru.turpravda.darina.dev04.odev.io" 67 => string(47) "https://blogs.lv.turpravda.darina.dev04.odev.io" 69 => string(47) "https://blogs.lt.turpravda.darina.dev04.odev.io" 128 => string(47) "https://blogs.ee.turpravda.darina.dev04.odev.io" 98 => string(47) "https://blogs.pl.turpravda.darina.dev04.odev.io" 149 => string(47) "https://blogs.uz.turpravda.darina.dev04.odev.io" 27 => string(45) "https://www.en.turpravda.darina.dev04.odev.io" 16 => string(45) "https://www.by.turpravda.darina.dev04.odev.io" 36 => NULL ) public hosts_partners => array(11) ( 0 => string(50) "https://www.turpravda.darina.dev04.odev.io/partner" 116 => string(53) "https://www.ua.turpravda.darina.dev04.odev.io/partner" 100 => string(53) "https://www.ru.turpravda.darina.dev04.odev.io/partner" 67 => string(53) "https://www.lv.turpravda.darina.dev04.odev.io/partner" 69 => string(55) "https://blogs.lt.turpravda.darina.dev04.odev.io/partner" 128 => string(55) "https://blogs.ee.turpravda.darina.dev04.odev.io/partner" 98 => string(55) "https://blogs.pl.turpravda.darina.dev04.odev.io/partner" 149 => string(55) "https://blogs.uz.turpravda.darina.dev04.odev.io/partner" 27 => string(53) "https://www.en.turpravda.darina.dev04.odev.io/partner" 16 => string(53) "https://www.by.turpravda.darina.dev04.odev.io/partner" 36 => NULL ) public hosts_newforum => array(10) ( 0 => string(49) "https://www.turpravda.darina.dev04.odev.io/forums" 116 => string(52) "https://www.ua.turpravda.darina.dev04.odev.io/forums" 100 => string(52) "https://www.ru.turpravda.darina.dev04.odev.io/forums" 67 => string(52) "https://www.lv.turpravda.darina.dev04.odev.io/forums" 69 => string(52) "https://www.lt.turpravda.darina.dev04.odev.io/forums" 128 => string(52) "https://www.ee.turpravda.darina.dev04.odev.io/forums" 98 => string(52) "https://www.pl.turpravda.darina.dev04.odev.io/forums" 149 => string(52) "https://www.uz.turpravda.darina.dev04.odev.io/forums" 27 => string(52) "https://www.en.turpravda.darina.dev04.odev.io/forums" 16 => string(52) "https://www.by.turpravda.darina.dev04.odev.io/forums" ) public hosts_inf => array(10) ( 0 => string(43) "https://inf.turpravda.darina.dev04.odev.io/" 116 => string(46) "https://inf.ua.turpravda.darina.dev04.odev.io/" 100 => string(46) "https://inf.ru.turpravda.darina.dev04.odev.io/" 67 => string(46) "https://inf.lv.turpravda.darina.dev04.odev.io/" 69 => string(46) "https://inf.lt.turpravda.darina.dev04.odev.io/" 128 => string(46) "https://inf.ee.turpravda.darina.dev04.odev.io/" 98 => string(46) "https://inf.pl.turpravda.darina.dev04.odev.io/" 149 => string(46) "https://inf.uz.turpravda.darina.dev04.odev.io/" 27 => string(45) "https://www.en.turpravda.darina.dev04.odev.io" 16 => string(45) "https://www.by.turpravda.darina.dev04.odev.io" ) public hosts_old => array(10) ( 0 => string(42) "https://www.turpravda.darina.dev04.odev.io" 116 => string(45) "https://www.ua.turpravda.darina.dev04.odev.io" 100 => string(45) "https://www.ru.turpravda.darina.dev04.odev.io" 67 => string(45) "https://www.lv.turpravda.darina.dev04.odev.io" 69 => string(45) "https://www.lt.turpravda.darina.dev04.odev.io" 128 => string(45) "https://www.ee.turpravda.darina.dev04.odev.io" 98 => string(45) "https://www.pl.turpravda.darina.dev04.odev.io" 149 => string(45) "https://www.uz.turpravda.darina.dev04.odev.io" 27 => string(45) "https://www.en.turpravda.darina.dev04.odev.io" 16 => string(45) "https://www.by.turpravda.darina.dev04.odev.io" ) public host_mandria => string(17) "http://mandria.ua" public host_otpusk => string(18) "https://otpusk.com" public host_img => string(35) "https://www.turpravda.com/img/image" public host_newimg => string(33) "https://www.turpravda.com/newimg/" public hosts_newimg => array(11) ( 0 => string(33) "https://www.turpravda.com/newimg/" 36 => string(33) "https://www.turpravda.com/newimg/" 116 => string(33) "https://www.turpravda.com/newimg/" 100 => string(33) "https://www.turpravda.com/newimg/" 67 => string(33) "https://www.turpravda.com/newimg/" 69 => string(33) "https://www.turpravda.com/newimg/" 128 => string(33) "https://www.turpravda.com/newimg/" 98 => string(33) "https://www.turpravda.com/newimg/" 149 => string(33) "https://www.turpravda.com/newimg/" 27 => string(33) "https://www.turpravda.com/newimg/" 16 => string(33) "https://www.turpravda.com/newimg/" ) public host_avatar => string(53) "http://www.turpravda.darina.dev04.odev.io/img/avatar/" public host_img_otp => string(22) "http://img.otpusk.com/" public host_newimg_otp => string(32) "http://www.turpravda.com/otpimg/" public host_help => string(25) "http://help.turpravda.com" public host_com => string(41) "http://www.turpravda.darina.dev04.odev.io" public jpeg_watermark => string(18) "/img/watermark.png" public video_watermark_53 => string(27) "/img/watermark_video_53.png" public avatar_size => string(7) "120x120" public theme => array(3) ( "выбор" => array(2) ( 1 => string(21) "выбор отеля" 2 => string(36) "выбор тура/турфирмы" ) "вид тура" => array(6) ( 10 => string(26) "отдых с детьми" 11 => string(29) "отдых «дикарем»" 12 => string(23) "горящие туры" 13 => string(25) "активные туры" 14 => string(25) "лечебные туры" 15 => string(27) "свадебные туры" ) "общие вопросы" => array(11) ( 20 => string(12) "погода" 21 => string(14) "питание" 22 => string(31) "что взять с собой" 23 => string(14) "покупки" 24 => string(10) "досуг" 25 => string(18) "экскурсии" 26 => string(23) "обмен валюты" 27 => string(10) "связь" 28 => string(32) "визы и посольства" 29 => string(14) "таможня" 30 => string(18) "транспорт" ) ) public content_manager => string(15) "lena@otpusk.com" public rating_start => integer 5 public limit_vote_day => integer 50 public limit_vote_day_user => integer 10 public limit_message_day => integer 150 public limit_talk_message => integer 550 public limit_msg_day => integer 20 public email_reject => array(2) ( "countRejectEmails" => integer 500 "returnErrors" => array(2) ( 1 => array(44) ( 0 => string(8) "not used" 1 => string(16) "timeout exceeded" 2 => string(20) "unknown user account" 3 => string(14) "user not found" 4 => string(17) "Recipient unknown" 5 => string(12) "Unknown user" 6 => string(12) "User unknown" 7 => string(12) "no such user" 8 => string(14) "does not exist" 9 => string(19) "unrouteable address" 10 => string(11) "unavailable" 11 => string(14) "account locked" 12 => string(26) "550 No such recipient here" 13 => string(21) "550 Mailbox is frozen" 14 => string(23) "550 relay not permitted" 15 => string(21) "550 No such recipient" 16 => string(20) "550 Addresses failed" 17 => string(19) "550 Unknown address" 18 => string(27) "550 Recipient verify failed" 19 => string(31) "550 Rule imposed mailbox access" 20 => string(19) "Relay access denied" 21 => string(30) "retry time not reached for any" 22 => string(16) "address rejected" 23 => string(18) "recipient rejected" 24 => string(19) "Recipient not found" 25 => string(15) "Invalid mailbox" 26 => string(19) "Mailbox unavailable" 27 => string(24) "Mailbox is not available" 28 => string(10) "No mailbox" 29 => string(51) "all relevant MX records point to non-existent hosts" 30 => string(41) "account has been disabled or discontinued" 31 => string(42) "MX or SRV record indicated no SMTP service" 32 => string(23) "have a yahoo.de account" 33 => string(24) "have a yahoo.com account" 34 => string(41) "is locked due to inactivity for more than" 35 => string(15) "no mailbox here" 36 => string(17) "reach is disabled" 37 => string(27) "suspended due to inactivity" 38 => string(14) "blacklisted by" 39 => string(24) "unknown or illegal alias" 40 => string(13) "User inactive" 41 => string(10) "User doesn" 42 => string(19) "no valid recipients" 43 => string(26) "recipient address rejected" ) 2 => array(9) ( 0 => string(5) "quota" 1 => string(12) "message size" 2 => string(42) "after more than \d{1,3} hours on the queue" 3 => string(12) "550 Disabled" 4 => string(16) "rejected as spam" 5 => string(27) "Mailbox size limit exceeded" 6 => string(15) "account is full" 7 => string(40) "User has exhausted allowed storage space" 8 => string(33) "SiteDomain processing not defined" ) ) ) }protected options => array(1) ( "jsObjects" => array(8) ( "user_id" => bool FALSE "username" => bool FALSE "sex" => bool FALSE "rating" => NULL "clone" => integer 0 "baseUrl" => string(45) "https://www.de.turpravda.darina.dev04.odev.io" "oldUrl" => NULL "baseUrlMy" => string(49) "https://www.de.turpravda.darina.dev04.odev.io/acc" ) ) protected view => object View(2){ protected _file => string(84) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/global/html.php" protected _data => array(8) ( "headerContent" => object View(2)protected crumb => array(3) ( 0 => array(2) ( "name" => string(27) "Вопросы/ответы" "url" => string(15) "/questions.html" ) 1 => array(2) ( "name" => string(7) "Ukraine" "url" => string(18) "/ua/questions.html" ) 2 => array(1) ( "name" => string(6) "Shatsk" ) ) protected viewName => string(14) "City/questions" private bodyClass => array(1) ( "City-questions" => string(14) "City-questions" ) public clone => bool FALSE public regionId => NULL public ipCountry => string(2) "ru" public crumbMain => bool FALSE }{ protected _file => string(86) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/global/header.php" protected _data => array(3) ( "title" => string(0) "" "description" => string(0) "" "keywords" => string(0) "" ) }"footerContent" => object View(2){ protected _file => string(86) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/global/footer.php" protected _data => array(2) ( "title" => string(0) "" "description" => string(0) "" ) }"headerScripts" => string(0) "" "footerScripts" => string(0) "" "headerVars" => array(7) ( "canonical" => string(25) "/ua/shatsk/questions.html" "prevPage" => integer 0 "nextPage" => integer 2 "isLastPage" => bool TRUE "noPagination" => bool TRUE "title" => string(37) "Shatsk - Ukraine - ТурПравда" "description" => string(128) "Вопросы туристов о Shatsk (Ukraine) и ответы экспертов на вопросы по Shatsk (Ukraine)" ) "headerStatic" => array(3) ( "plugins" => array(2) ( "js" => array(14) ( 0 => string(13) "jquery.min.js" 1 => string(16) "jquery.cookie.js" 2 => string(16) "jquery-ui.min.js" 3 => string(23) "jquery.ui.dialog.min.js" 4 => string(24) "jquery.ui.tooltip.min.js" 5 => string(18) "jquery.json.min.js" 6 => string(11) "tmpl.min.js" 7 => string(26) "jquery.i18n/jquery.i18n.js" 8 => string(39) "jquery.i18n/jquery.i18n.messagestore.js" 9 => string(36) "jquery.i18n/jquery.i18n.fallbacks.js" 10 => string(33) "jquery.i18n/jquery.i18n.parser.js" 11 => string(34) "jquery.i18n/jquery.i18n.emitter.js" 12 => string(35) "jquery.i18n/jquery.i18n.language.js" 13 => string(27) "jquery.i18n/languages/de.js" ) "css" => array(0) ) "js" => array(8) ( 0 => string(11) "hashlink.js" 1 => string(9) "search.js" 2 => string(22) "header.js?v=05-07-2023" 3 => string(24) "fotoview.js?v=05-07-2023" 4 => string(7) "user.js" 5 => string(21) "index_autocomplete.js" 6 => string(19) "question_suggest.js" 7 => string(16) "question_view.js" ) "css" => array(9) ( 0 => string(20) "all.css?v=05-07-2023" 1 => string(26) "new_style.css?v=05-07-2023" 2 => string(23) "viewer.css?v=05-07-2023" 3 => string(11) "slimbox.css" 4 => string(31) "jquery-ui-1.10.3.custom.min.css" 5 => string(8) "blog.css" 6 => string(29) "game-account.css?v=05-07-2023" 7 => string(9) "style.css" 8 => string(13) "new_style.css" ) ) "bodyContent" => object View(2){ protected _file => string(87) "/var/www/darina/turpravda.darina.dev04.odev.io/src/Application/views/City/questions.php" protected _data => array(12) ( "city" => object Application\Library\Entity\Geo\City(3)"bodyClass" => string(14) "City-questions" ) }{ protected names => array(22) ( 0 => string(2) "id" 1 => string(9) "countryId" 2 => string(4) "code" 3 => string(6) "hotels" 4 => string(7) "country" 5 => string(4) "name" 6 => string(8) "nameLang" 7 => string(6) "nameRd" 8 => string(6) "nameVn" 9 => string(6) "namePr" 10 => string(6) "nameDt" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "target" 14 => string(9) "excursion" 15 => string(8) "priority" 16 => string(4) "type" 17 => string(6) "latLng" 18 => string(5) "offer" 19 => string(3) "ref" 20 => string(6) "sights" 21 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(15) ( "id" => string(4) "1835" "name" => string(6) "Shatsk" "nameLang" => string(8) "Шацк" "country" => object Application\Library\Service\Geo\Country(13)"country" => object Application\Library\Entity\Geo\Country(3){ protected otp => string(6) "otpusk" protected countryId => integer 116 protected order => NULL protected loadRef => NULL protected loadImage => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected loadCapital => bool TRUE protected loadCities => bool TRUE protected dbResult => NULL protected entity => NULL public tp => string(9) "turpravda" }"hotels" => object Application\Library\Service\Geo\Hotel(20){ protected hotelId => integer 0 protected cityId => integer 1835 protected category => NULL protected limit => NULL protected offset => NULL protected order => NULL protected loadStatistics => NULL protected loadPhoto => NULL protected loadDescription => NULL protected loadRef => NULL protected loadRoom => NULL protected loadHoteliers => NULL public stars => array(7) ( 1 => string(3) "one" 2 => string(3) "two" 3 => string(5) "three" 4 => string(4) "four" 5 => string(4) "five" "hv1" => string(3) "hv1" "hv2" => string(3) "hv2" ) public starsRaw => array(7) ( "one" => integer 1 "two" => integer 2 "three" => integer 3 "four" => integer 4 "five" => integer 5 "hv1" => string(3) "hv1" "hv2" => string(3) "hv2" ) protected sql => NULL protected loadCity => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"countryId" => string(3) "116" "nameTr" => string(6) "shatsk" "nameEng" => string(6) "Shatsk" "nameRd" => string(10) "Шацка" "nameVn" => string(8) "Шацк" "namePr" => string(10) "Шацке" "nameDt" => string(10) "Шацку" "target" => string(1) "0" "priority" => string(1) "0" "latLng" => object Library\Entity\Geo\LatLng(3){ protected onlyNames => bool TRUE protected names => array(3) ( 0 => string(3) "lat" 1 => string(3) "lng" 2 => string(4) "zoom" ) protected store => array(3) ( "lat" => string(8) "51.49290" "lng" => string(8) "23.92840" "zoom" => string(2) "15" ) }) }{ protected names => array(25) ( 0 => string(2) "id" 1 => string(4) "code" 2 => string(5) "code2" 3 => string(3) "lat" 4 => string(3) "lng" 5 => string(4) "zoom" 6 => string(7) "capital" 7 => string(6) "cities" 8 => string(5) "image" 9 => string(4) "name" 10 => string(8) "nameLang" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "nameRd" 14 => string(6) "nameVn" 15 => string(6) "namePr" 16 => string(6) "nameDt" 17 => string(7) "nameUkr" 18 => string(9) "continent" 19 => string(8) "priority" 20 => string(4) "type" 21 => string(5) "offer" 22 => string(3) "ref" 23 => string(6) "sights" 24 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(20) ( "id" => string(3) "116" "code" => string(7) "ukraine" "code2" => string(2) "ua" "name" => string(7) "Ukraine" "nameLang" => string(14) "Украина" "nameEng" => string(7) "Ukraine" "nameUkr" => NULL "nameTr" => string(7) "ukraine" "continent" => string(1) "1" "priority" => string(1) "2" "lat" => string(8) "48.69000" "lng" => string(8) "31.73000" "zoom" => string(1) "5" "capital" => object Application\Library\Service\Geo\City(14)"countries" => object Application\Library\Entity\Geo\Countries(4){ protected limit => NULL protected order => NULL protected countryId => integer 0 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected cityId => integer 1544 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"cities" => object Application\Library\Service\Geo\City(14){ protected limit => NULL protected order => NULL protected countryId => integer 116 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => bool TRUE protected sql => object Database_Query_Builder_Select(20)"statistic" => object Application\Library\Entity\Geo\Statistic(3){ protected _select => array(26) ( 0 => array(2) ( ... ) 1 => array(2) ( ... ) 2 => array(2) ( ... ) 3 => array(2) ( ... ) 4 => array(2) ( ... ) 5 => array(2) ( ... ) 6 => array(2) ( ... ) 7 => array(2) ( ... ) 8 => array(2) ( ... ) 9 => array(2) ( ... ) 10 => array(2) ( ... ) 11 => array(2) ( ... ) 12 => array(2) ( ... ) 13 => array(2) ( ... ) 14 => array(2) ( ... ) 15 => array(2) ( ... ) 16 => array(2) ( ... ) 17 => array(2) ( ... ) 18 => array(2) ( ... ) 19 => array(2) ( ... ) 20 => array(2) ( ... ) 21 => array(2) ( ... ) 22 => array(2) ( ... ) 23 => array(2) ( ... ) 24 => array(2) ( ... ) 25 => array(2) ( ... ) ) protected _distinct => bool FALSE protected _from => array(1) ( 0 => array(2) ( ... ) ) protected _join => array(1) ( 0 => object Database_Query_Builder_Join(11) { ... } ) protected _group_by => array(1) ( 0 => string(8) "t.rec_id" ) protected _having => array(0) protected _offset => NULL protected _union => array(0) protected _last_join => object Database_Query_Builder_Join(11)protected cityId => integer 0 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }{ protected _type => string(4) "LEFT" protected _table => array(2) ( ... ) protected _on => array(3) ( ... ) protected _using => array(0) protected _other_tables => array(0) protected _force_execute => bool FALSE protected _lifetime => NULL protected _sql => NULL protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }protected _where => array(2) ( 0 => array(1) ( ... ) 1 => array(1) ( ... ) ) protected _order_by => array(1) ( 0 => array(2) ( ... ) ) protected _limit => NULL protected _other_tables => array(0) protected _type => integer 1 protected _force_execute => bool FALSE protected _lifetime => integer 120 protected _sql => string(1024) "SELECT `t`.`rec_id` AS `id`, `t`.`fIATA` AS `iata`, IF(t.fNameEng!="",t.fNameEng,t.fName) AS `name`, `t`.`fName` AS `nameLang`, …" protected _parameters => array(0) protected _as_object => bool FALSE protected _object_params => array(0) }{ protected onlyNames => bool TRUE protected names => array(19) ( 0 => string(9) "countryId" 1 => string(6) "cityId" 2 => string(7) "hotelId" 3 => string(7) "sightId" 4 => string(6) "sights" 5 => string(6) "hotels" 6 => string(7) "reviews" 7 => string(8) "vreviews" 8 => string(10) "photoCount" 9 => string(10) "videoCount" 10 => string(4) "rate" 11 => string(9) "questions" 12 => string(7) "answers" 13 => string(11) "forumThemes" 14 => string(13) "forumComments" 15 => string(7) "peoples" 16 => string(7) "topRate" 17 => string(7) "cntRank" 18 => string(7) "ctyRank" ) protected store => array(10) ( "hotels" => string(4) "1926" "sights" => string(3) "698" "reviews" => string(5) "12526" "vreviews" => string(5) "11317" "photoCount" => string(5) "22754" "videoCount" => string(2) "55" "questions" => string(4) "2438" "answers" => string(5) "12477" "rate" => string(6) "6.3403" "topRate" => string(7) "11.3385" ) }"nameRd" => string(14) "Украины" "nameVn" => string(14) "Украину" "namePr" => string(14) "Украине" "nameDt" => string(14) "Украине" ) }{ protected names => array(8) ( 0 => string(6) "result" 1 => string(11) "loadCapital" 2 => string(10) "loadCities" 3 => string(7) "loadRef" 4 => string(9) "loadImage" 5 => string(6) "refSql" 6 => string(10) "loadSights" 7 => string(14) "loadStatistics" ) protected onlyNames => bool TRUE protected store => array(7) ( "result" => object Database_Result_Cached(6)"questions" => array(10) ( 0 => array(14) ( "id" => integer 103892 "url" => string(53) "/ua/shatsk/Lesnaja_pesnja-h21309-question-103892.html" "question" => string(292) "Можно ли человеку с ограниченными возможностями, передвигающемуся на коляске, пройти реабилитационный курс лечения? Есть условия …" "text" => string(0) "" "date" => string(19) "2021-11-04 11:20:51" "dateText" => string(19) "5 лет назад" "subscribe" => integer 3 "views" => integer 0 "answers" => integer 2 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 21309 "name" => string(14) "Lesnaia pesnia" "printName" => string(17) "Lesnaia pesnia 2*" "nameTr" => string(14) "Lesnaja_pesnja" "stars" => integer 2 ) "sight" => array(0) ) 1 => array(14) ( "id" => integer 48012 "url" => string(30) "/ua/shatsk/question-48012.html" "question" => string(91) "Как добраться из Шацка (оз. Свитязь) до Белоруссии?" "text" => string(666) "Уважаемые Туристы, подскажите, пожалуйста как добраться из Шацка (оз. Свитязь) до Белоруссии самостоятельно. Хотели поехать в со …" "date" => string(19) "2015-06-13 14:34:27" "dateText" => string(20) "11 лет назад" "subscribe" => integer 4 "views" => integer 0 "answers" => integer 2 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(0) "sight" => array(0) ) 2 => array(14) ( "id" => integer 45789 "url" => string(30) "/ua/shatsk/question-45789.html" "question" => string(32) "Погода в сентябре" "text" => string(450) "Доброе время суток. Нуждаюсь в ваших помощи, а именно. Интересует такой вопрос цветет ли в сентябре озеро Свитязь? И вообще кака …" "date" => string(19) "2014-07-21 23:12:25" "dateText" => string(20) "12 лет назад" "subscribe" => integer 2 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(0) "sight" => array(0) ) 3 => array(14) ( "id" => integer 45764 "url" => string(44) "/ua/shatsk/Feniks-h18828-question-45764.html" "question" => string(71) "можно ли забронировать номер на 28.07.14????" "text" => string(53) "2-х местный с душом и санузлом" "date" => string(19) "2014-07-20 16:57:57" "dateText" => string(20) "12 лет назад" "subscribe" => integer 1 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 18828 "name" => string(6) "Feniks" "printName" => string(9) "Feniks 1*" "nameTr" => string(6) "Feniks" "stars" => integer 1 ) "sight" => array(0) ) 4 => array(14) ( "id" => integer 31160 "url" => string(47) "/ua/shatsk/Shackotel-h23953-question-31160.html" "question" => string(83) "Как добраться в Шацк из Киева(не автомобилем)?" "text" => string(56) "Поездом,автобусом-что удобнее?" "date" => string(19) "2012-06-15 15:23:20" "dateText" => string(20) "14 лет назад" "subscribe" => integer 7 "views" => integer 0 "answers" => integer 20 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 23953 "name" => string(10) "Shatskotel" "printName" => string(13) "Shatskotel 4*" "nameTr" => string(9) "Shackotel" "stars" => integer 4 ) "sight" => array(0) ) 5 => array(14) ( "id" => integer 20400 "url" => string(47) "/ua/shatsk/Shackotel-h23953-question-20400.html" "question" => string(56) "Стоимость проживания + питания" "text" => string(27) "Прошу ответить" "date" => string(19) "2011-05-18 17:17:00" "dateText" => string(20) "15 лет назад" "subscribe" => string(1) "1" "views" => integer 0 "answers" => integer 0 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 23953 "name" => string(10) "Shatskotel" "printName" => string(13) "Shatskotel 4*" "nameTr" => string(9) "Shackotel" "stars" => integer 4 ) "sight" => array(0) ) 6 => array(14) ( "id" => integer 13049 "url" => string(48) "/ua/shatsk/Lesin_kray-h27399-question-13049.html" "question" => string(22) "ЦеныТелефон" "text" => string(115) "Подскажите телефон, цена на отдих на базеЛесин край" "date" => string(19) "2010-08-18 13:37:41" "dateText" => string(20) "16 лет назад" "subscribe" => integer 3 "views" => integer 0 "answers" => integer 2 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 27399 "name" => string(10) "Lesin krai" "printName" => string(13) "Lesin krai 1*" "nameTr" => string(10) "Lesin_kray" "stars" => integer 1 ) "sight" => array(0) ) 7 => array(14) ( "id" => integer 6049 "url" => string(43) "/ua/shatsk/Feniks-h18828-question-6049.html" "question" => string(115) "Заезд по путевкам или в любое время? Стоимость 1номера на двоих?" "text" => string(155) "Хотим под ехать в начале августа 2009г.Необходима ли бронь? Может есть прямые телефоны?" "date" => string(19) "2009-07-14 20:57:47" "dateText" => string(20) "17 лет назад" "subscribe" => integer 2 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 18828 "name" => string(6) "Feniks" "printName" => string(9) "Feniks 1*" "nameTr" => string(6) "Feniks" "stars" => integer 1 ) "sight" => array(0) ) 8 => array(14) ( "id" => integer 5482 "url" => string(50) "/ua/shatsk/Shackie_ozera-h21308-question-5482.html" "question" => string(70) "Нужен телефон пансионата Шацкие озера" "text" => string(56) "Хочу согласовать время заезда." "date" => string(19) "2009-06-19 14:42:26" "dateText" => string(20) "17 лет назад" "subscribe" => integer 2 "views" => integer 0 "answers" => integer 1 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 21308 "name" => string(14) "Shatskie ozera" "printName" => string(17) "Shatskie ozera 1*" "nameTr" => string(13) "Shackie_ozera" "stars" => integer 1 ) "sight" => array(0) ) 9 => array(14) ( "id" => integer 4550 "url" => string(43) "/ua/shatsk/Feniks-h18828-question-4550.html" "question" => string(50) "Цены на базе отдыха "Феникс"" "text" => string(327) "хочу этим летом с ребенком поехать на базу отдыха "Феникс" много хороших отзывов про него, может подскажете какие цены на номера …" "date" => string(19) "2009-04-15 13:52:32" "dateText" => string(20) "17 лет назад" "subscribe" => integer 3 "views" => integer 0 "answers" => integer 3 "answersHotelier" => bool FALSE "country" => array(2) ( "code" => string(2) "ua" "name" => string(7) "Ukraine" ) "city" => array(2) ( "code" => string(6) "shatsk" "name" => string(6) "Shatsk" ) "hotel" => array(5) ( "id" => integer 18828 "name" => string(6) "Feniks" "printName" => string(9) "Feniks 1*" "nameTr" => string(6) "Feniks" "stars" => integer 1 ) "sight" => array(0) ) ) "pagination" => object Pagination(15){ protected _query => string(1080) "SELECT `c`.`rec_id` AS `id`, `c`.`fNameTr` AS `code`, `c`.`fCode` AS `code2`, IF(c.fNameEng!="",c.fNameEng,c.fCountry) AS `name` …" protected _result => array(1) ( 0 => object stdClass(27)"loadCapital" => bool TRUE "loadCities" => bool TRUE "loadRef" => NULL "loadSights" => NULL "loadImage" => NULL "loadStatistics" => bool TRUE ) protected data => array(1) ( 0 => object Application\Library\Entity\Geo\Country(3){ public id => string(3) "116" public code => string(7) "ukraine" public code2 => string(2) "ua" public name => string(7) "Ukraine" public nameLang => string(14) "Украина" public lat => string(8) "48.69000" public lng => string(8) "31.73000" public zoom => string(1) "5" public capital => string(4) "1544" public nameEng => string(7) "Ukraine" public nameTr => string(7) "ukraine" public nameRd => string(14) "Украины" public nameVn => string(14) "Украину" public namePr => string(14) "Украине" public nameDt => string(14) "Украине" public continent => string(1) "1" public priority => string(1) "2" public hotels => string(4) "1926" public sights => string(3) "698" public reviews => string(5) "12526" public vreviews => string(5) "11317" public photoCount => string(5) "22754" public videoCount => string(2) "55" public questions => string(4) "2438" public answers => string(5) "12477" public rate => string(6) "6.3403" public topRate => string(7) "11.3385" }) protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => bool TRUE protected _object_params => NULL }{ protected names => array(25) ( 0 => string(2) "id" 1 => string(4) "code" 2 => string(5) "code2" 3 => string(3) "lat" 4 => string(3) "lng" 5 => string(4) "zoom" 6 => string(7) "capital" 7 => string(6) "cities" 8 => string(5) "image" 9 => string(4) "name" 10 => string(8) "nameLang" 11 => string(7) "nameEng" 12 => string(6) "nameTr" 13 => string(6) "nameRd" 14 => string(6) "nameVn" 15 => string(6) "namePr" 16 => string(6) "nameDt" 17 => string(7) "nameUkr" 18 => string(9) "continent" 19 => string(8) "priority" 20 => string(4) "type" 21 => string(5) "offer" 22 => string(3) "ref" 23 => string(6) "sights" 24 => string(9) "statistic" ) protected onlyNames => bool TRUE protected store => array(20) ( "id" => string(3) "116" "code" => string(7) "ukraine" "code2" => string(2) "ua" "name" => string(7) "Ukraine" "nameLang" => string(14) "Украина" "nameEng" => string(7) "Ukraine" "nameUkr" => NULL "nameTr" => string(7) "ukraine" "continent" => string(1) "1" "priority" => string(1) "2" "lat" => string(8) "48.69000" "lng" => string(8) "31.73000" "zoom" => string(1) "5" "capital" => object Application\Library\Service\Geo\City(14)) }{ protected limit => NULL protected order => NULL protected countryId => integer 0 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => NULL protected sql => NULL protected cityId => integer 1544 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"cities" => object Application\Library\Service\Geo\City(14){ protected limit => NULL protected order => NULL protected countryId => integer 116 protected loadRef => NULL protected loadSights => NULL protected loadStatistics => bool TRUE protected sql => object Database_Query_Builder_Select(20) { ... } protected cityId => integer 0 protected loadCountry => bool TRUE protected loadHotels => bool TRUE protected dbResult => NULL protected entity => NULL public otp => string(6) "otpusk" public tp => string(9) "turpravda" }"statistic" => object Application\Library\Entity\Geo\Statistic(3){ protected onlyNames => bool TRUE protected names => array(19) ( ... ) protected store => array(10) ( ... ) }"nameRd" => string(14) "Украины" "nameVn" => string(14) "Украину" "namePr" => string(14) "Украине" "nameDt" => string(14) "Украине" ) }{ protected config => array(11) ( "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(1) "p" ) "total_items" => string(2) "10" "items_per_page" => integer 30 "count_out" => integer 9 "count_in" => integer 9 "view" => string(28) "/global/paginations/floating" "hash" => string(10) "pagination" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE "base_url" => string(0) "" "query_params" => array(0) ) protected current_page => integer 1 protected total_items => integer 10 protected items_per_page => integer 30 protected total_pages => integer 1 protected current_first_item => integer 1 protected current_last_item => integer 10 protected previous_page => bool FALSE protected next_page => bool FALSE protected first_page => bool FALSE protected last_page => bool FALSE protected offset => integer 0 protected _request => object Request(19)"subscribe" => bool FALSE "experts" => array(0) "typeId" => string(1) "u" "themeId" => integer 0 "themeTags" => array(4) ( 24 => string(5) "1.9em" 27 => string(5) "1.9em" 20 => string(5) "1.9em" 1 => string(5) "1.9em" ) "themeName" => string(0) "" "topics" => array(2) ( "Выбор отеля" => array(1) ( 1 => string(21) "Выбор отеля" ) "Другие темы" => array(11) ( 11 => string(28) "Страны и города" 20 => string(28) "Погода и сезоны" 30 => string(25) "Как добраться" 23 => string(14) "Шоппинг" 24 => string(36) "Места и развлечения" 25 => string(18) "Экскурсии" 29 => string(36) "Документы и границы" 27 => string(30) "Связь и интернет" 26 => string(28) "Валюта и деньги" 2 => string(38) "Турфирмы и операторы" 12 => string(12) "Прочее" ) ) ) }{ 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 _route => object Route(5){ protected _filters => array(0) protected _uri => string(47) "(<country>(/<city>(/<action>(-t<theme>).html)))" protected _regex => array(4) ( "country" => string(5) "\w{2}" "city" => string(3) "\w+" "action" => string(18) "(questions|people)" "theme" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(4) "city" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<country>\w{2})(?:/(?P<city>\w+)(?:/(?P<action>(questions|people))(?:-t(?P<theme>\d+))?\.html)?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "City" protected _action => string(9) "questions" protected _uri => string(24) "ua/shatsk/questions.html" protected _external => bool FALSE protected _params => array(2) ( "country" => string(2) "ua" "city" => string(6) "shatsk" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "ntsid" => NULL "token" => string(44) "CeM4j2YD8IPPfwU7wffQiv0y1MlPhWxJoiuRbUKl1KY=" ) 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 _filters => array(0) protected _uri => string(47) "(<country>(/<city>(/<action>(-t<theme>).html)))" protected _regex => array(4) ( "country" => string(5) "\w{2}" "city" => string(3) "\w+" "action" => string(18) "(questions|people)" "theme" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(4) "city" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<country>\w{2})(?:/(?P<city>\w+)(?:/(?P<action>(questions|people))(?:-t(?P<theme>\d+))?\.html)?)?)?$#uD" }protected _route_params => array(3) ( "country" => string(2) "ua" "city" => string(6) "shatsk" "action" => string(9) "questions" ) }78 79 // Create a new instance of the controller 80 $controller = $class->newInstance($request, $response); 81 82 // Run the controller's execute() method 83 $response = $class->getMethod('execute')->invoke($controller); 84 85 if ( ! $response instanceof Response) 86 { 87 // Controller failed to return a Response. 88 throw new Kohana_Exception('Controller failed to return a Response'); -
/var/www/tomazov/library/src/kohana-v3.3.6/system/classes/Kohana/Request/Client.php [ 114 ] » 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(47) "(<country>(/<city>(/<action>(-t<theme>).html)))" protected _regex => array(4) ( "country" => string(5) "\w{2}" "city" => string(3) "\w+" "action" => string(18) "(questions|people)" "theme" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(4) "city" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<country>\w{2})(?:/(?P<city>\w+)(?:/(?P<action>(questions|people))(?:-t(?P<theme>\d+))?\.html)?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "City" protected _action => string(9) "questions" protected _uri => string(24) "ua/shatsk/questions.html" protected _external => bool FALSE protected _params => array(2) ( "country" => string(2) "ua" "city" => string(6) "shatsk" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "ntsid" => NULL "token" => string(44) "CeM4j2YD8IPPfwU7wffQiv0y1MlPhWxJoiuRbUKl1KY=" ) 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(array('_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)) -
/var/www/tomazov/library/src/kohana-v3.3.6/system/classes/Kohana/Request.php [ 993 ] » 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(47) "(<country>(/<city>(/<action>(-t<theme>).html)))" protected _regex => array(4) ( "country" => string(5) "\w{2}" "city" => string(3) "\w+" "action" => string(18) "(questions|people)" "theme" => string(3) "\d+" ) protected _defaults => array(2) ( "controller" => string(4) "city" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<country>\w{2})(?:/(?P<city>\w+)(?:/(?P<action>(questions|people))(?:-t(?P<theme>\d+))?\.html)?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "City" protected _action => string(9) "questions" protected _uri => string(24) "ua/shatsk/questions.html" protected _external => bool FALSE protected _params => array(2) ( "country" => string(2) "ua" "city" => string(6) "shatsk" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "ntsid" => NULL "token" => string(44) "CeM4j2YD8IPPfwU7wffQiv0y1MlPhWxJoiuRbUKl1KY=" ) 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) }}988 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 989 ':uri' => $this->_uri, 990 )); 991 } 992 993 return $this->_client->execute($this); 994 } 995 996 /** 997 * Returns whether this request is the initial request Kohana received. 998 * Can be used to test for sub requests. -
DOCROOT/Public/turpravda.php [ 37 ] » Kohana_Request->execute()
32 define('EXT', '.php'); 33 34 require APPPATH.'bootstrap'.EXT; 35 36 echo Request::factory(TRUE, array(), FALSE) 37 ->execute() 38 ->send_headers(TRUE) 39 ->body(); 40 41 42 //echo '<!--';