MODPATH/image/classes/Kohana/Image.php [ 107 ]
102 // Ignore all errors while reading the image
103 }
104
105 if (empty($file) OR empty($info))
106 {
107 throw new Kohana_Exception('Not an image or invalid image: :file',
108 array(':file' => Debug::path($file)));
109 }
110
111 // Store the image information
112 $this->file = $file;
-
MODPATH/image/classes/Kohana/Image/GD.php [ 91 ] » Kohana_Image->__construct(arguments)
0bool FALSE
86 { 87 // Run the install check 88 Image_GD::check(); 89 } 90 91 parent::__construct($file); 92 93 // Set the image creation function name 94 switch ($this->type) 95 { 96 case IMAGETYPE_JPEG: -
MODPATH/image/classes/Kohana/Image.php [ 54 ] » Kohana_Image_GD->__construct(arguments)
0string(57) "upload/object/images/f0c5bcdcfc42cb1f105d7f68ea359f10.png"49 } 50 51 // Set the class name 52 $class = 'Image_'.$driver;//$class = 'Image_'.'GD';//mw+ 53 54 return new $class($file); 55 } 56 57 /** 58 * @var string image file path 59 */ -
APPPATH/classes/Model/Object/Image.php [ 185 ] » Kohana_Image::factory(arguments)
0string(57) "upload/object/images/f0c5bcdcfc42cb1f105d7f68ea359f10.png"180 } 181 public function mwWidth() 182 { 183 //return ORM::factory("File", $this->file_id)->source;//zwr nazwe pliku 184 $path=str_replace("../",'',$this->returnPath());//usu bo ma niepotrzebny start 185 $image = Image::factory($path); 186 return $image->width; 187 }//f 188 public function getDescr()//mw+ 189 { 190 if(is_null($this->description)){return '';} -
APPPATH/views/obj/show.php [ 371 ] » Model_Object_Image->mwWidth()
366 "alt" => $image->getDescrQuote($table->name), 367 "class" => "galImg", 368 "src" => $imageURL, 369 "id" => "image-" . $l, 370 "loading" => "lazy", 371 "width" => $image->mwWidth(), 372 "height" => $image->mwHeight(), 373 "itemprop" => "thumbnailUrl" // Dodane zgodnie ze starym kodem 374 )); 375 376 // Link prowadzący do pełnego obrazka, z dodatkiem odpowiednich atrybutów dla PhotoSwipe -
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0string(77) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/obj/show.php"57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean(); -
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0string(77) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/obj/show.php"1array(32) ( "table" => object Model_Object(43)
{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _types => array(2) ( 0 => string(8) "Atrakcje" 1 => string(9) "Noclegowy" ) protected _saveLabels => array(35) ( "id" => string(2) "ID" "user_id" => string(11) "Użytkownik" "name" => string(5) "Nazwa" "price_from" => string(7) "Cena Od" "price_to" => string(7) "Cena Do" "places" => string(14) "Ilość miejsc" "availability" => string(13) "Dostępność" "type" => string(3) "Typ" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "valid_from" => string(9) "Ważny od" "valid_to" => string(9) "Ważny do" "lead" => string(4) "Lead" "description" => string(4) "Opis" "url" => string(9) "Adres URL" "email" => string(5) "Email" "city_id" => string(13) "Miejscowość" "region_id" => string(6) "Region" "specialoffer_id" => string(16) "Oferta specjalna" "city" => string(13) "Miejscowość" "street" => string(5) "Ulica" "street_number" => string(21) "Numer domu/mieszkania" "post_code" => string(12) "Kod pocztowy" "phone_number_1" => string(16) "Numer telefonu 1" "phone_number_2" => string(16) "Numer telefonu 2" "fax_number" => string(9) "Numer fax" "lat" => string(8) "Latitude" "lng" => string(9) "Longitude" "additional" => string(9) "Dodatkowe" "partner" => string(8) "Partner?" "reg" => string(9) "Regulamin" "time" => string(4) "Czas" "ip" => string(2) "IP" "images_limit" => string(23) "Limit zdjęć w galerii" "status" => string(6) "Status" ) public _rate_main_cat => array(4) ( 1 => string(7) "noclegi" 2 => string(8) "atrakcje" 3 => string(8) "jedzenie" 4 => string(7) "imprezy" ) public _gallery_limits => array(3) ( 9 => string(4) "do 9" 36 => string(5) "do 36" 54 => string(5) "do 54" ) public _rate_cat => array(4) ( 1 => array(6) ( 1 => string(11) "lokalizacja" 2 => string(6) "pokój" 3 => string(9) "Łazienka" 4 => string(10) "czystość" 5 => string(8) "obsługa" 6 => string(4) "cena" ) 2 => array(5) ( 7 => string(11) "lokalizacja" 8 => string(8) "atrakcje" 9 => string(7) "parking" 10 => string(8) "obsługa" 11 => string(4) "cena" ) 3 => array(6) ( 12 => string(8) "jedzenie" 13 => string(6) "napoje" 14 => string(9) "atmosfera" 15 => string(10) "czystość" 16 => string(8) "obsługa" 17 => string(4) "cena" ) 4 => array(5) ( 18 => string(11) "lokalizacja" 19 => string(8) "atrakcje" 20 => string(9) "atmosfera" 21 => string(8) "obsługa" 22 => string(4) "cena" ) ) public _reco_cat => array(4) ( 1 => array(5) ( 1 => string(7) "dla par" 2 => string(21) "dla rodzin z dziećmi" 3 => string(27) "lubiących ciszę i spokój" 4 => string(10) "dla singli" 5 => string(13) "dla aktywnych" ) 2 => array(5) ( 6 => string(13) "dla aktywnych" 7 => string(24) "dla szukających relaksu" 8 => string(18) "dla wodnych fanów" 9 => string(24) "dla lądowych odkrywców" 10 => string(26) "dla lubiących adrenalinę" ) 3 => array(5) ( 11 => string(24) "dla szybkich i łakomych" 12 => string(14) "dla wybrednych" 13 => string(22) "dla fanów słodkości" 14 => string(21) "dla rodzin z dziećmi" 15 => string(14) "dla dorosłych" ) 4 => array(5) ( 16 => string(11) "lokalizacja" 17 => string(17) "walory rozrywkowe" 18 => string(9) "atmosfera" 19 => string(14) "dla młodszych" 20 => string(13) "dla starszych" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(42) ( "id" => string(3) "249" "user_id" => string(3) "206" "name" => string(17) "Apartamenty Marta" "price_from" => string(4) "0.00" "price_to" => string(4) "0.00" "places" => string(2) "60" "availability" => string(8) "sezonowy" "type" => string(1) "1" "seo_title" => string(51) "Apartamenty Marta - Krynica Zdrój, Teleexpressu 2c" "seo_description" => string(112) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. " "valid_from" => string(10) "1398808800" "valid_to" => string(10) "1745964000" "lead" => string(311) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. "Marta" nie jest pos …" "description" => string(858) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. "Marta" nie jest po …" "url" => string(0) "" "email" => string(24) "[email protected]" "city_id" => string(3) "102" "region_id" => string(1) "5" "specialoffer_id" => NULL "main_cat_id" => string(1) "2" "city" => string(14) "Krynica Morska" "city_alias" => string(0) "" "street" => string(12) "Teleexpressu" "street_number" => string(2) "2c" "post_code" => string(6) "82-120" "phone_number_1" => string(11) "694 467 923" "phone_number_2" => string(0) "" "tourist_info" => string(1) "0" "fax_number" => NULL "lat" => string(9) "54.381982" "lng" => string(9) "19.436860" "additional" => string(0) "" "partner" => string(1) "0" "recommended" => string(1) "1" "top7" => string(1) "0" "top7_position" => NULL "rate_cat" => string(1) "1" "images_limit" => string(2) "36" "time" => string(10) "1778781657" "created" => string(10) "1398808800" "ip" => string(14) "94.254.169.125" "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(42) ( "id" => string(3) "249" "user_id" => string(3) "206" "name" => string(17) "Apartamenty Marta" "price_from" => string(4) "0.00" "price_to" => string(4) "0.00" "places" => string(2) "60" "availability" => string(8) "sezonowy" "type" => string(1) "1" "seo_title" => string(51) "Apartamenty Marta - Krynica Zdrój, Teleexpressu 2c" "seo_description" => string(112) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. " "valid_from" => string(10) "1398808800" "valid_to" => string(10) "1745964000" "lead" => string(311) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. "Marta" nie jest pos …" "description" => string(858) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. "Marta" nie jest po …" "url" => string(0) "" "email" => string(24) "[email protected]" "city_id" => string(3) "102" "region_id" => string(1) "5" "specialoffer_id" => NULL "main_cat_id" => string(1) "2" "city" => string(14) "Krynica Morska" "city_alias" => string(0) "" "street" => string(12) "Teleexpressu" "street_number" => string(2) "2c" "post_code" => string(6) "82-120" "phone_number_1" => string(11) "694 467 923" "phone_number_2" => string(0) "" "tourist_info" => string(1) "0" "fax_number" => NULL "lat" => string(9) "54.381982" "lng" => string(9) "19.436860" "additional" => string(0) "" "partner" => string(1) "0" "recommended" => string(1) "1" "top7" => string(1) "0" "top7_position" => NULL "rate_cat" => string(1) "1" "images_limit" => string(2) "36" "time" => string(10) "1778781657" "created" => string(10) "1398808800" "ip" => string(14) "94.254.169.125" "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "object" protected _object_plural => string(7) "objects" protected _table_name => string(7) "objects" protected _table_columns => array(42) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_from" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(10) "price_from" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_to" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(8) "price_to" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "places" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "places" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_from" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "valid_from" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_to" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "valid_to" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "512" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "city_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "specialoffer_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "specialoffer_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_cat_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_cat_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_alias" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "city_alias" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "post_code" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "post_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(1) "6" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_1" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_2" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tourist_info" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "tourist_info" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax_number" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "fax_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "additional" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partner" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "partner" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "recommended" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "recommended" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "top7" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7_position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "top7_position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rate_cat" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "rate_cat" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "images_limit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "images_limit" "column_default" => string(2) "36" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "time" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "249" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"countAll" => integer 6 "baseUrl" => array(3) ( "noclegi/krynica-morska" => string(22) "Noclegi Krynica Morska" "noclegi/krynica-morska/apartamenty" => string(26) "Apartamenty Krynica Morska" "noclegi/krynica-morska/apartamenty/249" => string(17) "Apartamenty Marta" ) "errors" => NULL "wns" => NULL "systemEquipments" => array(8) ( 13 => string(2) "TV" 14 => string(8) "Lodówka" 15 => string(9) "Łazienka" 16 => string(14) "Aneks kuchenny" 18 => string(11) "Wyżywienie" 19 => string(6) "Radio " 21 => string(6) "Balkon" 22 => string(7) "Telefon" ) "equipments" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "object" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 4 protected _query => string(211) "SELECT `object_equipment`.`id` AS `id`, `object_equipment`.`object_id` AS `object_id`, `object_equipment`.`equipment_id` AS `equ …" protected _result => object mysqli_result(5)"systemFacilities" => array(7) ( 7 => string(7) "Parking" 8 => string(17) "Miejsce na grilla" 9 => string(10) "Plac zabaw" 10 => string(30) "Wypożyczalnia sprzętu sport." 12 => string(14) "Internet Wi-Fi" 14 => string(8) "Czajnik " 15 => string(3) "SPA" ) "facility" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 4 protected _current_row => integer 4 protected _as_object => string(22) "Model_Object_Equipment" protected _object_params => NULL }{ protected _internal_row => integer 5 protected _query => string(205) "SELECT `object_facility`.`id` AS `id`, `object_facility`.`object_id` AS `object_id`, `object_facility`.`facility_id` AS `facilit …" protected _result => object mysqli_result(5)"rooms" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 5 protected _current_row => integer 5 protected _as_object => string(21) "Model_Object_Facility" protected _object_params => NULL }{ protected _internal_row => integer 4 protected _query => string(176) "SELECT `object_room`.`id` AS `id`, `object_room`.`object_id` AS `object_id`, `object_room`.`room_id` AS `room_id` FROM `object_r …" protected _result => object mysqli_result(5)"images" => array(6) ( 0 => object Model_Object_Image(36){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 4 protected _current_row => integer 4 protected _as_object => string(17) "Model_Object_Room" protected _object_params => NULL }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "756" "object_id" => string(3) "249" "file_id" => string(3) "814" "description" => NULL "position" => string(3) "756" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "756" "object_id" => string(3) "249" "file_id" => string(3) "814" "description" => NULL "position" => string(3) "756" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "756" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)1 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "757" "object_id" => string(3) "249" "file_id" => string(3) "815" "description" => NULL "position" => string(3) "757" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "757" "object_id" => string(3) "249" "file_id" => string(3) "815" "description" => NULL "position" => string(3) "757" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "757" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)2 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "758" "object_id" => string(3) "249" "file_id" => string(3) "816" "description" => NULL "position" => string(3) "758" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "758" "object_id" => string(3) "249" "file_id" => string(3) "816" "description" => NULL "position" => string(3) "758" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "758" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)3 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "759" "object_id" => string(3) "249" "file_id" => string(3) "817" "description" => NULL "position" => string(3) "759" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "759" "object_id" => string(3) "249" "file_id" => string(3) "817" "description" => NULL "position" => string(3) "759" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "759" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)4 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "760" "object_id" => string(3) "249" "file_id" => string(3) "818" "description" => NULL "position" => string(3) "760" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "760" "object_id" => string(3) "249" "file_id" => string(3) "818" "description" => NULL "position" => string(3) "760" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "760" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)5 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "761" "object_id" => string(3) "249" "file_id" => string(3) "819" "description" => NULL "position" => string(3) "761" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "761" "object_id" => string(3) "249" "file_id" => string(3) "819" "description" => NULL "position" => string(3) "761" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "761" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)) "videos" => array(0) "map" => NULL "recaptcha" => NULL "formGreen" => NULL "formRed" => NULL "imgPagination" => string(0) "" "rates" => NULL "rateCats" => array(6) ( 1 => string(11) "lokalizacja" 2 => string(6) "pokój" 3 => string(9) "Łazienka" 4 => string(10) "czystość" 5 => string(8) "obsługa" 6 => string(4) "cena" ) "recoCats" => array(5) ( 1 => string(7) "dla par" 2 => string(21) "dla rodzin z dziećmi" 3 => string(27) "lubiących ciszę i spokój" 4 => string(10) "dla singli" 5 => string(13) "dla aktywnych" ) "rateGreen" => NULL "rateRed" => NULL "detailRate" => array(3) ( "details" => array(6) ( 1 => array(2) ( "avg" => string(6) "4.1667" "name" => string(11) "lokalizacja" ) 2 => array(2) ( "avg" => string(6) "4.5000" "name" => string(6) "pokój" ) 3 => array(2) ( "avg" => string(6) "4.5000" "name" => string(9) "Łazienka" ) 4 => array(2) ( "avg" => string(6) "4.6667" "name" => string(10) "czystość" ) 5 => array(2) ( "avg" => string(6) "4.3333" "name" => string(8) "obsługa" ) 6 => array(2) ( "avg" => string(6) "4.5000" "name" => string(4) "cena" ) ) "avg" => float 4,5 "count" => integer 7 ) "detailReco" => array(3) ( 0 => array(2) ( "name" => string(10) "dla singli" "percent" => integer 200 ) 1 => array(2) ( "name" => string(7) "dla par" "percent" => integer 100 ) 2 => array(2) ( "name" => string(21) "dla rodzin z dziećmi" "percent" => integer 100 ) ) "reco_max_val" => integer 200 "returnOpinions" => bool FALSE "isPlace" => bool FALSE "canonical" => string(64) "https://www.mojeurlopy.pl/noclegi/krynica-morska/apartamenty/249" "_schemaType" => string(33) "http://schema.org/LodgingBusiness" "mw_type_seo_name" => string(11) "apartamenty" "underShow" => object View(2){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(82) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/obj/undershow.php" protected _data => array(5) ( "underShowTitle" => string(38) "Apartamenty w okolicy Krynicy Morskiej" "table" => object Database_MySQLi_Result(7)"mwOSMmap" => array(6) ( "lat" => string(9) "54.381982" "lng" => string(9) "19.436860" "zoom" => integer 15 "title" => string(17) "Apartamenty Marta" "osmIconUrl" => string(61) "https://www.mojeurlopy.pl/../media/images/map/icoStandard.png" "iconSize" => string(8) "[22, 32]" ) ){ protected _internal_row => integer 0 protected _query => string(1175) "SELECT `system_city`.`id` AS `id`, `system_city`.`seo_name` AS `seo_name`, `system_city`.`name` AS `name`, `system_city`.`name_h …" protected _result => object mysqli_result(5)"mainCity" => object Model_System_City(43){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 6 protected _current_row => integer 0 protected _as_object => string(17) "Model_System_City" protected _object_params => NULL }{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _subCategories => array(4) ( "types" => array(7) ( 0 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(0) "" ) 1 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 2 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 3 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 4 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 5 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 6 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "places" => array(3) ( 7 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 8 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 9 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "banners" => array(5) ( 10 => string(21) "strona frontowa-góra" 11 => string(15) "podstrona-góra" 12 => string(12) "lewa-kolumna" 13 => string(13) "prawa kolumna" 14 => string(13) "środek-dół" ) "sliders" => array(2) ( 15 => string(21) "strona frontowa-góra" 16 => string(15) "podstrona-góra" ) ) protected _saveLabels => array(15) ( "id" => string(2) "ID" "name" => string(5) "Nazwa" "name_h2" => string(8) "Nazwa H2" "inname" => string(16) "odmieniona nazwa" "abtname" => string(16) "odmieniona nazwa" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "voivodeship_id" => string(12) "Województwo" "menu" => string(4) "Menu" "map_zoom" => string(17) "Zoom mapy slidera" "map_center_lat" => string(22) "Mapa slider center lat" "map_center_lng" => string(22) "Mapa slider center lng" "status" => string(6) "status" ) public _weaterCodes => array(48) ( 395 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(31) "Przejściowo śnieg z grzmotami" ) 392 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(22) "Lekki deszcz i burzowo" ) 389 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(20) "Przejściowo burzowo" ) 386 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(19) "Częściowo burzowo" ) 377 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(13) "Grad i śnieg" ) 374 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(4) "Grad" ) 371 => array(3) ( "night" => integer 9 "day" => integer 5 "desc" => string(19) "Przejściowo śnieg" ) 368 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 365 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(30) "Przejściowy śnieg z deszczem" ) 362 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(26) "Lekki deszcze ze śniegiem" ) 359 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(13) "Ulewny deszcz" ) 356 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(19) "Przejściowy deszcz" ) 353 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(13) "Lekka mżawka" ) 350 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(4) "Grad" ) 338 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(12) "Silny śnieg" ) 335 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(24) "Częściowo silny śnieg" ) 332 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(19) "Przejściowo śnieg" ) 329 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(28) "Częściowo przelotny śnieg" ) 326 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 323 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(24) "Częściowo lekki śnieg" ) 320 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(32) "Przejściowy deszcz ze śniegiem" ) 317 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 314 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(29) "Przejściowo marznący deszcz" ) 311 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 308 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 305 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 302 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 299 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 296 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(12) "Lekki deszcz" ) 293 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(24) "Częściowo lekki deszcz" ) 284 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 281 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Marznąca mżawka" ) 266 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 263 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 260 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(6) "Szadź" ) 248 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(5) "Mgła" ) 230 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(7) "Zamieć" ) 227 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 200 => array(3) ( "night" => integer 1 "day" => integer 6 "desc" => string(18) "Przejściowe burze" ) 185 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(27) "Przelotna marznąca mżawka" ) 182 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 179 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(32) "Możliwe przelotne opady śniegu" ) 176 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(25) "Możliwy przelotny deszcz" ) 143 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Mgliście" ) 122 => array(3) ( "night" => integer 1 "day" => integer 3 "desc" => string(9) "Pochmurno" ) 119 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Pochmurno" ) 116 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(24) "Częściowe zachmurzenie" ) 113 => array(3) ( "night" => integer 0 "day" => integer 0 "desc" => string(11) "Słonecznie" ) ) public _newWeatherCodes => array(48) ( 1000 => array(4) ( "dayimg" => integer 0 "nightimg" => integer 0 "day" => string(11) "Słonecznie" "night" => string(11) "Bezchmurnie" ) 1003 => array(4) ( "dayimg" => integer 1 "nightimg" => integer 3 "day" => string(24) "Częściowe zachmurzenie" "night" => string(24) "Częściowe zachmurzenie" ) 1006 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(12) "Zachmurzenie" "night" => string(12) "Zachmurzenie" ) 1009 => array(4) ( "dayimg" => integer 2 "nightimg" => integer 1 "day" => string(9) "Pochmurno" "night" => string(9) "Pochmurno" ) 1030 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(9) "Zamglenie" "night" => string(9) "Zamglenie" ) 1063 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(34) "Miejscowe opady deszczu w pobliżu" "night" => string(34) "Miejscowe opady deszczu w pobliżu" ) 1066 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 6 "day" => string(34) "Miejscowe opady śniegu w pobliżu" "night" => string(34) "Miejscowe opady śniegu w pobliżu" ) 1069 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" "night" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" ) 1072 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 5 "day" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" "night" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" ) 1087 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 1 "day" => string(31) "Gwałtowne grzmienia w pobliżu" "night" => string(31) "Gwałtowne grzmienia w pobliżu" ) 1114 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(18) "Wiatr ze śniegiem" "night" => string(18) "Wiatr ze śniegiem" ) 1117 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(10) "Śnieżyca" "night" => string(10) "Śnieżyca" ) 1135 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(5) "Mgła" "night" => string(5) "Mgła" ) 1147 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(13) "Mroźna mgła" "night" => string(13) "Mroźna mgła" ) 1150 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(38) "Miejscowe wystąpienie lekkiej mżawki" "night" => string(38) "Miejscowe wystąpienie lekkiej mżawki" ) 1153 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(13) "Lekka mżawka" "night" => string(13) "Lekka mżawka" ) 1168 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(15) "Mroźna mżawka" "night" => string(15) "Mroźna mżawka" ) 1171 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(25) "Ciężka, mroźna mżawka" "night" => string(25) "Ciężka, mroźna mżawka" ) 1180 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(32) "Miejscowe opady lekkiego deszczu" "night" => string(32) "Miejscowe opady lekkiego deszczu" ) 1183 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(12) "Lekki deszcz" "night" => string(12) "Lekki deszcz" ) 1186 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(36) "Przejściowe, średnie opady deszczu" "night" => string(36) "Przejściowe, średnie opady deszczu" ) 1189 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(22) "Średnie opady deszczu" "night" => string(22) "Średnie opady deszczu" ) 1192 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(37) "Przejściowe, ciężkie opady deszczu" "night" => string(37) "Przejściowe, ciężkie opady deszczu" ) 1195 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(23) "Ciężkie opady deszczu" "night" => string(23) "Ciężkie opady deszczu" ) 1198 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(30) "Lekkie opady mroźnego deszczu" "night" => string(30) "Lekkie opady mroźnego deszczu" ) 1201 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" "night" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" ) 1204 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(31) "Lekkie opady śniegu z deszczem" "night" => string(31) "Lekkie opady śniegu z deszczem" ) 1207 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" "night" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" ) 1210 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(31) "Miejscowe, lekkie opady śniegu" "night" => string(31) "Miejscowe, lekkie opady śniegu" ) 1213 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(20) "Lekkie opady śniegu" "night" => string(20) "Lekkie opady śniegu" ) 1216 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(33) "Miejscowe, średnie opady śniegu" "night" => string(33) "Miejscowe, średnie opady śniegu" ) 1219 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(22) "Średnie opady śniegu" "night" => string(22) "Średnie opady śniegu" ) 1222 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(34) "Miejscowe, ciężkie opady śniegu" "night" => string(34) "Miejscowe, ciężkie opady śniegu" ) 1225 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(23) "Ciężkie opady śniegu" "night" => string(23) "Ciężkie opady śniegu" ) 1237 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(12) "Mokry śnieg" "night" => string(12) "Mokry śnieg" ) 1240 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(31) "Lekkie, przelotne opady deszczu" "night" => string(31) "Lekkie, przelotne opady deszczu" ) 1243 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" "night" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" ) 1246 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(25) "Przelotne deszcze nawalne" "night" => string(25) "Przelotne deszcze nawalne" ) 1249 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 5 "day" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" "night" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" ) 1252 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" "night" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" ) 1255 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(34) "Przejściowe, lekkie opady śniegu" "night" => string(34) "Przejściowe, lekkie opady śniegu" ) 1258 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" "night" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" ) 1261 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(42) "Przejściowe, lekkie opady mokrego śniegu" "night" => string(42) "Przejściowe, lekkie opady mokrego śniegu" ) 1264 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" "night" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" ) 1273 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" ) 1276 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" "night" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" ) 1279 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 6 "day" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" ) 1282 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 5 "day" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" "night" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" ) ) public _windDir => array(16) ( "N" => string(1) "N" "NNE" => string(2) "NE" "NE" => string(2) "NE" "ENE" => string(2) "NE" "E" => string(1) "E" "ESE" => string(2) "SE" "SE" => string(2) "SE" "SSE" => string(2) "SE" "S" => string(1) "S" "SSW" => string(2) "SW" "SW" => string(2) "SW" "WSW" => string(2) "SW" "W" => string(1) "W" "WNW" => string(2) "NW" "NW" => string(2) "NW" "NNW" => string(2) "NW" ) public _mapZoom => array(26) ( 0 => integer 0 1 => integer 1 2 => integer 2 3 => integer 3 4 => integer 4 5 => integer 5 6 => integer 6 7 => integer 7 8 => integer 8 9 => integer 9 10 => integer 10 11 => integer 11 12 => integer 12 13 => integer 13 14 => integer 14 15 => integer 15 16 => integer 16 17 => integer 17 18 => integer 18 19 => integer 19 20 => integer 20 21 => integer 21 22 => integer 22 23 => integer 23 24 => integer 24 25 => integer 25 ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "system_city" protected _object_plural => string(13) "system_cities" protected _table_name => string(13) "system_cities" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "16" "comment" => string(32) "wysokość div gdy zwiniety w px" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "inname" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "inname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "abtname" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "abtname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "voivodeship_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "voivodeship_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "menu" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zoom" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "zoom" "column_default" => string(2) "15" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "popular" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "popular" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_noclegi" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "menu_noclegi" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_atrakcje" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_atrakcje" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_jedzenie" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_jedzenie" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_zoom" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "map_zoom" "column_default" => string(2) "15" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lat" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lng" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "102" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"type" => object Model_System_City_Type(38){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "system_city" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) protected _saveLabels => array(9) ( "id" => string(2) "ID" "city_id" => string(13) "Miejscowość" "name" => string(5) "Imię" "name_h2" => string(8) "Nazwa h2" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "status" => string(6) "status" ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => string(3) "674" "seo_name" => string(11) "apartamenty" "city_id" => string(3) "102" "name" => string(11) "Apartamenty" "name_h2" => NULL "name_h2_length" => string(2) "42" "description" => string(0) "" "position" => NULL "seo_title" => string(65) "Krynica Morska, Apartamenty do wynajęcia.Noclegi w Apartamentach" "seo_description" => string(118) "Lista ofert Apartamentów ✔Noclegi ✔Restauracje ✔Atrakcje turystyczne w Krynicy Morskiej. Podwyższony standard." "type" => string(1) "2" "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(12) ( "id" => string(3) "674" "seo_name" => string(11) "apartamenty" "city_id" => string(3) "102" "name" => string(11) "Apartamenty" "name_h2" => NULL "name_h2_length" => string(2) "42" "description" => string(0) "" "position" => NULL "seo_title" => string(65) "Krynica Morska, Apartamenty do wynajęcia.Noclegi w Apartamentach" "seo_description" => string(118) "Lista ofert Apartamentów ✔Noclegi ✔Restauracje ✔Atrakcje turystyczne w Krynicy Morskiej. Podwyższony standard." "type" => string(1) "2" "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(16) "system_city_type" protected _object_plural => string(17) "system_city_types" protected _table_name => string(17) "system_city_types" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "city_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "674" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"plc" => bool FALSE ) }{ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(16) "system_city_type" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 } -
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message. -
APPPATH/views/templates/public.php [ 197 ] » Kohana_View->__toString()
192 ->bind("placeId", $placeId) 193 ->set("type", 11) 194 ->set("bannerDisplay", $bannerDisplay); 195 ?> 196 197 <?php echo $content; ?> 198 199 <div class="cboth"></div> 200 <?php 201 // Banner 202 echo View::factory("banner") -
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0string(85) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/public.php"57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean(); -
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0string(85) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/public.php"1array(38) ( "baseUrl" => string(3) "obj" "_types" => array(7) ( 0 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(0) "" ) 1 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 2 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 3 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 4 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 5 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 6 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "_places" => array(3) ( 7 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 8 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 9 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "_cities_region_1" => array(20) ( "hel" => string(3) "Hel" "jurata" => string(6) "Jurata" "jastarnia" => string(9) "Jastarnia" "kuznica" => string(8) "Kuźnica" "chalupy" => string(8) "Chałupy" "wladyslawowo" => string(14) "Władysławowo" "jastrzebia-gora" => string(17) "Jastrzębia Góra" "karwia" => string(6) "Karwia" "debki" => string(6) "Dębki" "bialogora" => string(11) "Białogóra" "ustka" => string(5) "Ustka" "mielno" => string(6) "Mielno" "kolobrzeg" => string(10) "Kołobrzeg" "rewal" => string(5) "Rewal" "trzesacz" => string(9) "Trzęsacz" "miedzywodzie" => string(13) "Międzywodzie" "miedzyzdroje" => string(13) "Międzyzdroje" "chlapowo" => string(9) "Chłapowo" "gdansk" => string(7) "Gdańsk" "krynica-morska" => string(14) "Krynica Morska" ) "_cities_region_2" => array(20) ( "cisna" => string(5) "Cisna" "solina" => string(6) "Solina" "ustrzyki-dolne" => string(14) "Ustrzyki Dolne" "szczawnica" => string(10) "Szczawnica" "bialka-tatrzanska" => string(19) "Białka Tatrzańska" "male-ciche" => string(11) "Małe Ciche" "poronin" => string(7) "Poronin" "witow" => string(6) "Witów" "zakopane" => string(8) "Zakopane" "rabka-zdroj" => string(12) "Rabka-Zdrój" "zywiec" => string(7) "Żywiec" "szczyrk" => string(7) "Szczyrk" "ustron" => string(7) "Ustroń" "wisla" => string(6) "Wisła" "wegierska-gorka" => string(17) "Węgierska Górka" "korbielow" => string(10) "Korbielów" "duszniki-zdroj" => string(15) "Duszniki-Zdrój" "karpacz" => string(7) "Karpacz" "szklarska-poreba" => string(17) "Szklarska Poręba" "zieleniec" => string(9) "Zieleniec" ) "_cities_region_3" => array(20) ( "wegorzewo" => string(10) "Węgorzewo" "gizycko" => string(8) "Giżycko" "mragowo" => string(8) "Mrągowo" "mikolajki" => string(10) "Mikołajki" "elk" => string(4) "Ełk" "augustow" => string(9) "Augustów" "ruciane-nida" => string(12) "Ruciane-Nida" "ilawa" => string(6) "Iława" "ostroda" => string(8) "Ostróda" "olsztynek" => string(9) "Olsztynek" "olsztyn" => string(7) "Olsztyn" "nidzica" => string(7) "Nidzica" "szczytno" => string(8) "Szczytno" "pasym" => string(5) "Pasym" "pisz" => string(4) "Pisz" "ryn" => string(3) "Ryn" "olecko" => string(6) "Olecko" "goldap" => string(7) "Gołdap" "ketrzyn" => string(8) "Kętrzyn" "wilkasy" => string(7) "Wilkasy" ) "_mainCities" => object Database_MySQLi_Result(7)
{ protected _internal_row => integer 0 protected _query => string(1154) "SELECT `system_city`.`id` AS `id`, `system_city`.`seo_name` AS `seo_name`, `system_city`.`name` AS `name`, `system_city`.`name_h …" protected _result => object mysqli_result(5)"_mainRegions" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(17) "Model_System_City" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(432) "SELECT `system_region`.`id` AS `id`, `system_region`.`seo_name` AS `seo_name`, `system_region`.`name` AS `name`, `system_region` …" protected _result => object mysqli_result(5)"_mainOffers" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 4 protected _current_row => integer 0 protected _as_object => string(19) "Model_System_Region" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(523) "SELECT `system_specialoffer`.`id` AS `id`, `system_specialoffer`.`seo_name` AS `seo_name`, `system_specialoffer`.`name` AS `name …" protected _result => object mysqli_result(5)"title" => string(17) "Apartamenty Marta" "page_title" => string(51) "Apartamenty Marta - Krynica Zdrój, Teleexpressu 2c" "meta_description" => string(13) "Mojeurlopy.pl" "meta_keywords" => string(13) "Mojeurlopy.pl" "red" => NULL "green" => NULL "orange" => NULL "content" => object View(2){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(25) "Model_System_Specialoffer" protected _object_params => NULL }{ protected _file => string(77) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/obj/show.php" protected _data => array(32) ( "table" => object Model_Object(43)"styles" => array(4) ( "https://www.mojeurlopy.pl/media/css/base_bootstrap.min.css?v=2" => string(6) "screen" "https://www.mojeurlopy.pl/media/css/styles.min.css?v=37" => string(6) "screen" "https://www.mojeurlopy.pl/media/css/ui_autocomplete_jquery_ui_slider.min.css" => string(6) "screen" "https://www.mojeurlopy.pl/media/js/plugins/flexslider/flexslider.min.css" => string(6) "screen" ) "scripts" => array(9) ( 0 => string(58) "https://www.mojeurlopy.pl/media/js/jquery-1.9.1.min.js?v=2" 1 => string(51) "https://www.mojeurlopy.pl/media/js/bootstrap.min.js" 2 => string(50) "https://www.mojeurlopy.pl/media/js/lazyload.min.js" 3 => string(60) "https://www.mojeurlopy.pl/media/js/jquery-ui-autocomplete.js" 4 => string(54) "https://www.mojeurlopy.pl/media/js/jquery-ui-slider.js" 5 => string(78) "https://www.mojeurlopy.pl/media/js/plugins/flexslider/jquery.flexslider.min.js" 6 => string(51) "https://www.mojeurlopy.pl/media/js/scrollbar.min.js" 7 => string(53) "https://www.mojeurlopy.pl/media/js/materialize.min.js" 8 => string(49) "https://www.mojeurlopy.pl/media/js/scripts.js?v=3" ) "seo_description" => string(112) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. " "brd" => object View(2){ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _types => array(2) ( 0 => string(8) "Atrakcje" 1 => string(9) "Noclegowy" ) protected _saveLabels => array(35) ( "id" => string(2) "ID" "user_id" => string(11) "Użytkownik" "name" => string(5) "Nazwa" "price_from" => string(7) "Cena Od" "price_to" => string(7) "Cena Do" "places" => string(14) "Ilość miejsc" "availability" => string(13) "Dostępność" "type" => string(3) "Typ" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "valid_from" => string(9) "Ważny od" "valid_to" => string(9) "Ważny do" "lead" => string(4) "Lead" "description" => string(4) "Opis" "url" => string(9) "Adres URL" "email" => string(5) "Email" "city_id" => string(13) "Miejscowość" "region_id" => string(6) "Region" "specialoffer_id" => string(16) "Oferta specjalna" "city" => string(13) "Miejscowość" "street" => string(5) "Ulica" "street_number" => string(21) "Numer domu/mieszkania" "post_code" => string(12) "Kod pocztowy" "phone_number_1" => string(16) "Numer telefonu 1" "phone_number_2" => string(16) "Numer telefonu 2" "fax_number" => string(9) "Numer fax" "lat" => string(8) "Latitude" "lng" => string(9) "Longitude" "additional" => string(9) "Dodatkowe" "partner" => string(8) "Partner?" "reg" => string(9) "Regulamin" "time" => string(4) "Czas" "ip" => string(2) "IP" "images_limit" => string(23) "Limit zdjęć w galerii" "status" => string(6) "Status" ) public _rate_main_cat => array(4) ( 1 => string(7) "noclegi" 2 => string(8) "atrakcje" 3 => string(8) "jedzenie" 4 => string(7) "imprezy" ) public _gallery_limits => array(3) ( 9 => string(4) "do 9" 36 => string(5) "do 36" 54 => string(5) "do 54" ) public _rate_cat => array(4) ( 1 => array(6) ( 1 => string(11) "lokalizacja" 2 => string(6) "pokój" 3 => string(9) "Łazienka" 4 => string(10) "czystość" 5 => string(8) "obsługa" 6 => string(4) "cena" ) 2 => array(5) ( 7 => string(11) "lokalizacja" 8 => string(8) "atrakcje" 9 => string(7) "parking" 10 => string(8) "obsługa" 11 => string(4) "cena" ) 3 => array(6) ( 12 => string(8) "jedzenie" 13 => string(6) "napoje" 14 => string(9) "atmosfera" 15 => string(10) "czystość" 16 => string(8) "obsługa" 17 => string(4) "cena" ) 4 => array(5) ( 18 => string(11) "lokalizacja" 19 => string(8) "atrakcje" 20 => string(9) "atmosfera" 21 => string(8) "obsługa" 22 => string(4) "cena" ) ) public _reco_cat => array(4) ( 1 => array(5) ( 1 => string(7) "dla par" 2 => string(21) "dla rodzin z dziećmi" 3 => string(27) "lubiących ciszę i spokój" 4 => string(10) "dla singli" 5 => string(13) "dla aktywnych" ) 2 => array(5) ( 6 => string(13) "dla aktywnych" 7 => string(24) "dla szukających relaksu" 8 => string(18) "dla wodnych fanów" 9 => string(24) "dla lądowych odkrywców" 10 => string(26) "dla lubiących adrenalinę" ) 3 => array(5) ( 11 => string(24) "dla szybkich i łakomych" 12 => string(14) "dla wybrednych" 13 => string(22) "dla fanów słodkości" 14 => string(21) "dla rodzin z dziećmi" 15 => string(14) "dla dorosłych" ) 4 => array(5) ( 16 => string(11) "lokalizacja" 17 => string(17) "walory rozrywkowe" 18 => string(9) "atmosfera" 19 => string(14) "dla młodszych" 20 => string(13) "dla starszych" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(42) ( "id" => string(3) "249" "user_id" => string(3) "206" "name" => string(17) "Apartamenty Marta" "price_from" => string(4) "0.00" "price_to" => string(4) "0.00" "places" => string(2) "60" "availability" => string(8) "sezonowy" "type" => string(1) "1" "seo_title" => string(51) "Apartamenty Marta - Krynica Zdrój, Teleexpressu 2c" "seo_description" => string(112) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. " "valid_from" => string(10) "1398808800" "valid_to" => string(10) "1745964000" "lead" => string(311) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. "Marta" nie jest pos …" "description" => string(858) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. "Marta" nie jest po …" "url" => string(0) "" "email" => string(24) "[email protected]" "city_id" => string(3) "102" "region_id" => string(1) "5" "specialoffer_id" => NULL "main_cat_id" => string(1) "2" "city" => string(14) "Krynica Morska" "city_alias" => string(0) "" "street" => string(12) "Teleexpressu" "street_number" => string(2) "2c" "post_code" => string(6) "82-120" "phone_number_1" => string(11) "694 467 923" "phone_number_2" => string(0) "" "tourist_info" => string(1) "0" "fax_number" => NULL "lat" => string(9) "54.381982" "lng" => string(9) "19.436860" "additional" => string(0) "" "partner" => string(1) "0" "recommended" => string(1) "1" "top7" => string(1) "0" "top7_position" => NULL "rate_cat" => string(1) "1" "images_limit" => string(2) "36" "time" => string(10) "1778781657" "created" => string(10) "1398808800" "ip" => string(14) "94.254.169.125" "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(42) ( "id" => string(3) "249" "user_id" => string(3) "206" "name" => string(17) "Apartamenty Marta" "price_from" => string(4) "0.00" "price_to" => string(4) "0.00" "places" => string(2) "60" "availability" => string(8) "sezonowy" "type" => string(1) "1" "seo_title" => string(51) "Apartamenty Marta - Krynica Zdrój, Teleexpressu 2c" "seo_description" => string(112) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. " "valid_from" => string(10) "1398808800" "valid_to" => string(10) "1745964000" "lead" => string(311) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. "Marta" nie jest pos …" "description" => string(858) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. "Marta" nie jest po …" "url" => string(0) "" "email" => string(24) "[email protected]" "city_id" => string(3) "102" "region_id" => string(1) "5" "specialoffer_id" => NULL "main_cat_id" => string(1) "2" "city" => string(14) "Krynica Morska" "city_alias" => string(0) "" "street" => string(12) "Teleexpressu" "street_number" => string(2) "2c" "post_code" => string(6) "82-120" "phone_number_1" => string(11) "694 467 923" "phone_number_2" => string(0) "" "tourist_info" => string(1) "0" "fax_number" => NULL "lat" => string(9) "54.381982" "lng" => string(9) "19.436860" "additional" => string(0) "" "partner" => string(1) "0" "recommended" => string(1) "1" "top7" => string(1) "0" "top7_position" => NULL "rate_cat" => string(1) "1" "images_limit" => string(2) "36" "time" => string(10) "1778781657" "created" => string(10) "1398808800" "ip" => string(14) "94.254.169.125" "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "object" protected _object_plural => string(7) "objects" protected _table_name => string(7) "objects" protected _table_columns => array(42) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_from" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(10) "price_from" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_to" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(8) "price_to" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "places" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "places" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_from" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "valid_from" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_to" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "valid_to" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "512" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "city_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "specialoffer_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "specialoffer_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_cat_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_cat_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_alias" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "city_alias" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "post_code" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "post_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(1) "6" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_1" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_2" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tourist_info" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "tourist_info" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax_number" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "fax_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "additional" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partner" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "partner" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "recommended" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "recommended" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "top7" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7_position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "top7_position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rate_cat" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "rate_cat" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "images_limit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "images_limit" "column_default" => string(2) "36" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "time" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "249" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"countAll" => integer 6 "baseUrl" => array(3) ( "noclegi/krynica-morska" => string(22) "Noclegi Krynica Morska" "noclegi/krynica-morska/apartamenty" => string(26) "Apartamenty Krynica Morska" "noclegi/krynica-morska/apartamenty/249" => string(17) "Apartamenty Marta" ) "errors" => NULL "wns" => NULL "systemEquipments" => array(8) ( 13 => string(2) "TV" 14 => string(8) "Lodówka" 15 => string(9) "Łazienka" 16 => string(14) "Aneks kuchenny" 18 => string(11) "Wyżywienie" 19 => string(6) "Radio " 21 => string(6) "Balkon" 22 => string(7) "Telefon" ) "equipments" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "object" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 4 protected _query => string(211) "SELECT `object_equipment`.`id` AS `id`, `object_equipment`.`object_id` AS `object_id`, `object_equipment`.`equipment_id` AS `equ …" protected _result => object mysqli_result(5)"systemFacilities" => array(7) ( 7 => string(7) "Parking" 8 => string(17) "Miejsce na grilla" 9 => string(10) "Plac zabaw" 10 => string(30) "Wypożyczalnia sprzętu sport." 12 => string(14) "Internet Wi-Fi" 14 => string(8) "Czajnik " 15 => string(3) "SPA" ) "facility" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 4 protected _current_row => integer 4 protected _as_object => string(22) "Model_Object_Equipment" protected _object_params => NULL }{ protected _internal_row => integer 5 protected _query => string(205) "SELECT `object_facility`.`id` AS `id`, `object_facility`.`object_id` AS `object_id`, `object_facility`.`facility_id` AS `facilit …" protected _result => object mysqli_result(5)"rooms" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 5 protected _current_row => integer 5 protected _as_object => string(21) "Model_Object_Facility" protected _object_params => NULL }{ protected _internal_row => integer 4 protected _query => string(176) "SELECT `object_room`.`id` AS `id`, `object_room`.`object_id` AS `object_id`, `object_room`.`room_id` AS `room_id` FROM `object_r …" protected _result => object mysqli_result(5)"images" => array(6) ( 0 => object Model_Object_Image(36){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 4 protected _current_row => integer 4 protected _as_object => string(17) "Model_Object_Room" protected _object_params => NULL }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "756" "object_id" => string(3) "249" "file_id" => string(3) "814" "description" => NULL "position" => string(3) "756" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "756" "object_id" => string(3) "249" "file_id" => string(3) "814" "description" => NULL "position" => string(3) "756" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "756" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)1 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "757" "object_id" => string(3) "249" "file_id" => string(3) "815" "description" => NULL "position" => string(3) "757" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "757" "object_id" => string(3) "249" "file_id" => string(3) "815" "description" => NULL "position" => string(3) "757" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "757" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)2 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "758" "object_id" => string(3) "249" "file_id" => string(3) "816" "description" => NULL "position" => string(3) "758" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "758" "object_id" => string(3) "249" "file_id" => string(3) "816" "description" => NULL "position" => string(3) "758" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "758" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)3 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "759" "object_id" => string(3) "249" "file_id" => string(3) "817" "description" => NULL "position" => string(3) "759" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "759" "object_id" => string(3) "249" "file_id" => string(3) "817" "description" => NULL "position" => string(3) "759" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "759" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)4 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "760" "object_id" => string(3) "249" "file_id" => string(3) "818" "description" => NULL "position" => string(3) "760" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "760" "object_id" => string(3) "249" "file_id" => string(3) "818" "description" => NULL "position" => string(3) "760" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "760" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)5 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "761" "object_id" => string(3) "249" "file_id" => string(3) "819" "description" => NULL "position" => string(3) "761" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "761" "object_id" => string(3) "249" "file_id" => string(3) "819" "description" => NULL "position" => string(3) "761" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "761" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)) "videos" => array(0) "map" => NULL "recaptcha" => NULL "formGreen" => NULL "formRed" => NULL "imgPagination" => string(0) "" "rates" => NULL "rateCats" => array(6) ( 1 => string(11) "lokalizacja" 2 => string(6) "pokój" 3 => string(9) "Łazienka" 4 => string(10) "czystość" 5 => string(8) "obsługa" 6 => string(4) "cena" ) "recoCats" => array(5) ( 1 => string(7) "dla par" 2 => string(21) "dla rodzin z dziećmi" 3 => string(27) "lubiących ciszę i spokój" 4 => string(10) "dla singli" 5 => string(13) "dla aktywnych" ) "rateGreen" => NULL "rateRed" => NULL "detailRate" => array(3) ( "details" => array(6) ( 1 => array(2) ( "avg" => string(6) "4.1667" "name" => string(11) "lokalizacja" ) 2 => array(2) ( "avg" => string(6) "4.5000" "name" => string(6) "pokój" ) 3 => array(2) ( "avg" => string(6) "4.5000" "name" => string(9) "Łazienka" ) 4 => array(2) ( "avg" => string(6) "4.6667" "name" => string(10) "czystość" ) 5 => array(2) ( "avg" => string(6) "4.3333" "name" => string(8) "obsługa" ) 6 => array(2) ( "avg" => string(6) "4.5000" "name" => string(4) "cena" ) ) "avg" => float 4,5 "count" => integer 7 ) "detailReco" => array(3) ( 0 => array(2) ( "name" => string(10) "dla singli" "percent" => integer 200 ) 1 => array(2) ( "name" => string(7) "dla par" "percent" => integer 100 ) 2 => array(2) ( "name" => string(21) "dla rodzin z dziećmi" "percent" => integer 100 ) ) "reco_max_val" => integer 200 "returnOpinions" => bool FALSE "isPlace" => bool FALSE "canonical" => string(64) "https://www.mojeurlopy.pl/noclegi/krynica-morska/apartamenty/249" "_schemaType" => string(33) "http://schema.org/LodgingBusiness" "mw_type_seo_name" => string(11) "apartamenty" "underShow" => object View(2){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(82) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/obj/undershow.php" protected _data => array(5) ( "underShowTitle" => string(38) "Apartamenty w okolicy Krynicy Morskiej" "table" => object Database_MySQLi_Result(7)"mwOSMmap" => array(6) ( "lat" => string(9) "54.381982" "lng" => string(9) "19.436860" "zoom" => integer 15 "title" => string(17) "Apartamenty Marta" "osmIconUrl" => string(61) "https://www.mojeurlopy.pl/../media/images/map/icoStandard.png" "iconSize" => string(8) "[22, 32]" ) ) }{ protected _internal_row => integer 0 protected _query => string(1175) "SELECT `system_city`.`id` AS `id`, `system_city`.`seo_name` AS `seo_name`, `system_city`.`name` AS `name`, `system_city`.`name_h …" protected _result => object mysqli_result(5)"mainCity" => object Model_System_City(43){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 6 protected _current_row => integer 0 protected _as_object => string(17) "Model_System_City" protected _object_params => NULL }{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _subCategories => array(4) ( "types" => array(7) ( 0 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(0) "" ) 1 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 2 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 3 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 4 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 5 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 6 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "places" => array(3) ( 7 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 8 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 9 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "banners" => array(5) ( 10 => string(21) "strona frontowa-góra" 11 => string(15) "podstrona-góra" 12 => string(12) "lewa-kolumna" 13 => string(13) "prawa kolumna" 14 => string(13) "środek-dół" ) "sliders" => array(2) ( 15 => string(21) "strona frontowa-góra" 16 => string(15) "podstrona-góra" ) ) protected _saveLabels => array(15) ( "id" => string(2) "ID" "name" => string(5) "Nazwa" "name_h2" => string(8) "Nazwa H2" "inname" => string(16) "odmieniona nazwa" "abtname" => string(16) "odmieniona nazwa" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "voivodeship_id" => string(12) "Województwo" "menu" => string(4) "Menu" "map_zoom" => string(17) "Zoom mapy slidera" "map_center_lat" => string(22) "Mapa slider center lat" "map_center_lng" => string(22) "Mapa slider center lng" "status" => string(6) "status" ) public _weaterCodes => array(48) ( 395 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(31) "Przejściowo śnieg z grzmotami" ) 392 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(22) "Lekki deszcz i burzowo" ) 389 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(20) "Przejściowo burzowo" ) 386 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(19) "Częściowo burzowo" ) 377 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(13) "Grad i śnieg" ) 374 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(4) "Grad" ) 371 => array(3) ( "night" => integer 9 "day" => integer 5 "desc" => string(19) "Przejściowo śnieg" ) 368 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 365 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(30) "Przejściowy śnieg z deszczem" ) 362 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(26) "Lekki deszcze ze śniegiem" ) 359 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(13) "Ulewny deszcz" ) 356 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(19) "Przejściowy deszcz" ) 353 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(13) "Lekka mżawka" ) 350 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(4) "Grad" ) 338 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(12) "Silny śnieg" ) 335 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(24) "Częściowo silny śnieg" ) 332 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(19) "Przejściowo śnieg" ) 329 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(28) "Częściowo przelotny śnieg" ) 326 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 323 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(24) "Częściowo lekki śnieg" ) 320 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(32) "Przejściowy deszcz ze śniegiem" ) 317 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 314 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(29) "Przejściowo marznący deszcz" ) 311 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 308 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 305 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 302 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 299 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 296 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(12) "Lekki deszcz" ) 293 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(24) "Częściowo lekki deszcz" ) 284 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 281 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Marznąca mżawka" ) 266 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 263 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 260 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(6) "Szadź" ) 248 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(5) "Mgła" ) 230 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(7) "Zamieć" ) 227 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 200 => array(3) ( "night" => integer 1 "day" => integer 6 "desc" => string(18) "Przejściowe burze" ) 185 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(27) "Przelotna marznąca mżawka" ) 182 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 179 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(32) "Możliwe przelotne opady śniegu" ) 176 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(25) "Możliwy przelotny deszcz" ) 143 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Mgliście" ) 122 => array(3) ( "night" => integer 1 "day" => integer 3 "desc" => string(9) "Pochmurno" ) 119 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Pochmurno" ) 116 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(24) "Częściowe zachmurzenie" ) 113 => array(3) ( "night" => integer 0 "day" => integer 0 "desc" => string(11) "Słonecznie" ) ) public _newWeatherCodes => array(48) ( 1000 => array(4) ( "dayimg" => integer 0 "nightimg" => integer 0 "day" => string(11) "Słonecznie" "night" => string(11) "Bezchmurnie" ) 1003 => array(4) ( "dayimg" => integer 1 "nightimg" => integer 3 "day" => string(24) "Częściowe zachmurzenie" "night" => string(24) "Częściowe zachmurzenie" ) 1006 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(12) "Zachmurzenie" "night" => string(12) "Zachmurzenie" ) 1009 => array(4) ( "dayimg" => integer 2 "nightimg" => integer 1 "day" => string(9) "Pochmurno" "night" => string(9) "Pochmurno" ) 1030 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(9) "Zamglenie" "night" => string(9) "Zamglenie" ) 1063 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(34) "Miejscowe opady deszczu w pobliżu" "night" => string(34) "Miejscowe opady deszczu w pobliżu" ) 1066 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 6 "day" => string(34) "Miejscowe opady śniegu w pobliżu" "night" => string(34) "Miejscowe opady śniegu w pobliżu" ) 1069 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" "night" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" ) 1072 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 5 "day" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" "night" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" ) 1087 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 1 "day" => string(31) "Gwałtowne grzmienia w pobliżu" "night" => string(31) "Gwałtowne grzmienia w pobliżu" ) 1114 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(18) "Wiatr ze śniegiem" "night" => string(18) "Wiatr ze śniegiem" ) 1117 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(10) "Śnieżyca" "night" => string(10) "Śnieżyca" ) 1135 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(5) "Mgła" "night" => string(5) "Mgła" ) 1147 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(13) "Mroźna mgła" "night" => string(13) "Mroźna mgła" ) 1150 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(38) "Miejscowe wystąpienie lekkiej mżawki" "night" => string(38) "Miejscowe wystąpienie lekkiej mżawki" ) 1153 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(13) "Lekka mżawka" "night" => string(13) "Lekka mżawka" ) 1168 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(15) "Mroźna mżawka" "night" => string(15) "Mroźna mżawka" ) 1171 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(25) "Ciężka, mroźna mżawka" "night" => string(25) "Ciężka, mroźna mżawka" ) 1180 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(32) "Miejscowe opady lekkiego deszczu" "night" => string(32) "Miejscowe opady lekkiego deszczu" ) 1183 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(12) "Lekki deszcz" "night" => string(12) "Lekki deszcz" ) 1186 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(36) "Przejściowe, średnie opady deszczu" "night" => string(36) "Przejściowe, średnie opady deszczu" ) 1189 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(22) "Średnie opady deszczu" "night" => string(22) "Średnie opady deszczu" ) 1192 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(37) "Przejściowe, ciężkie opady deszczu" "night" => string(37) "Przejściowe, ciężkie opady deszczu" ) 1195 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(23) "Ciężkie opady deszczu" "night" => string(23) "Ciężkie opady deszczu" ) 1198 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(30) "Lekkie opady mroźnego deszczu" "night" => string(30) "Lekkie opady mroźnego deszczu" ) 1201 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" "night" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" ) 1204 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(31) "Lekkie opady śniegu z deszczem" "night" => string(31) "Lekkie opady śniegu z deszczem" ) 1207 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" "night" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" ) 1210 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(31) "Miejscowe, lekkie opady śniegu" "night" => string(31) "Miejscowe, lekkie opady śniegu" ) 1213 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(20) "Lekkie opady śniegu" "night" => string(20) "Lekkie opady śniegu" ) 1216 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(33) "Miejscowe, średnie opady śniegu" "night" => string(33) "Miejscowe, średnie opady śniegu" ) 1219 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(22) "Średnie opady śniegu" "night" => string(22) "Średnie opady śniegu" ) 1222 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(34) "Miejscowe, ciężkie opady śniegu" "night" => string(34) "Miejscowe, ciężkie opady śniegu" ) 1225 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(23) "Ciężkie opady śniegu" "night" => string(23) "Ciężkie opady śniegu" ) 1237 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(12) "Mokry śnieg" "night" => string(12) "Mokry śnieg" ) 1240 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(31) "Lekkie, przelotne opady deszczu" "night" => string(31) "Lekkie, przelotne opady deszczu" ) 1243 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" "night" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" ) 1246 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(25) "Przelotne deszcze nawalne" "night" => string(25) "Przelotne deszcze nawalne" ) 1249 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 5 "day" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" "night" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" ) 1252 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" "night" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" ) 1255 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(34) "Przejściowe, lekkie opady śniegu" "night" => string(34) "Przejściowe, lekkie opady śniegu" ) 1258 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" "night" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" ) 1261 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(42) "Przejściowe, lekkie opady mokrego śniegu" "night" => string(42) "Przejściowe, lekkie opady mokrego śniegu" ) 1264 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" "night" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" ) 1273 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" ) 1276 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" "night" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" ) 1279 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 6 "day" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" ) 1282 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 5 "day" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" "night" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" ) ) public _windDir => array(16) ( "N" => string(1) "N" "NNE" => string(2) "NE" "NE" => string(2) "NE" "ENE" => string(2) "NE" "E" => string(1) "E" "ESE" => string(2) "SE" "SE" => string(2) "SE" "SSE" => string(2) "SE" "S" => string(1) "S" "SSW" => string(2) "SW" "SW" => string(2) "SW" "WSW" => string(2) "SW" "W" => string(1) "W" "WNW" => string(2) "NW" "NW" => string(2) "NW" "NNW" => string(2) "NW" ) public _mapZoom => array(26) ( 0 => integer 0 1 => integer 1 2 => integer 2 3 => integer 3 4 => integer 4 5 => integer 5 6 => integer 6 7 => integer 7 8 => integer 8 9 => integer 9 10 => integer 10 11 => integer 11 12 => integer 12 13 => integer 13 14 => integer 14 15 => integer 15 16 => integer 16 17 => integer 17 18 => integer 18 19 => integer 19 20 => integer 20 21 => integer 21 22 => integer 22 23 => integer 23 24 => integer 24 25 => integer 25 ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "system_city" protected _object_plural => string(13) "system_cities" protected _table_name => string(13) "system_cities" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "16" "comment" => string(32) "wysokość div gdy zwiniety w px" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "inname" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "inname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "abtname" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "abtname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "voivodeship_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "voivodeship_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "menu" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zoom" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "zoom" "column_default" => string(2) "15" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "popular" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "popular" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_noclegi" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "menu_noclegi" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_atrakcje" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_atrakcje" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_jedzenie" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_jedzenie" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_zoom" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "map_zoom" "column_default" => string(2) "15" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lat" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lng" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "102" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"type" => object Model_System_City_Type(38){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "system_city" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) protected _saveLabels => array(9) ( "id" => string(2) "ID" "city_id" => string(13) "Miejscowość" "name" => string(5) "Imię" "name_h2" => string(8) "Nazwa h2" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "status" => string(6) "status" ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => string(3) "674" "seo_name" => string(11) "apartamenty" "city_id" => string(3) "102" "name" => string(11) "Apartamenty" "name_h2" => NULL "name_h2_length" => string(2) "42" "description" => string(0) "" "position" => NULL "seo_title" => string(65) "Krynica Morska, Apartamenty do wynajęcia.Noclegi w Apartamentach" "seo_description" => string(118) "Lista ofert Apartamentów ✔Noclegi ✔Restauracje ✔Atrakcje turystyczne w Krynicy Morskiej. Podwyższony standard." "type" => string(1) "2" "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(12) ( "id" => string(3) "674" "seo_name" => string(11) "apartamenty" "city_id" => string(3) "102" "name" => string(11) "Apartamenty" "name_h2" => NULL "name_h2_length" => string(2) "42" "description" => string(0) "" "position" => NULL "seo_title" => string(65) "Krynica Morska, Apartamenty do wynajęcia.Noclegi w Apartamentach" "seo_description" => string(118) "Lista ofert Apartamentów ✔Noclegi ✔Restauracje ✔Atrakcje turystyczne w Krynicy Morskiej. Podwyższony standard." "type" => string(1) "2" "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(16) "system_city_type" protected _object_plural => string(17) "system_city_types" protected _table_name => string(17) "system_city_types" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "city_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "674" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"plc" => bool FALSE ) }{ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(16) "system_city_type" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(78) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/order/brd.php" protected _data => array(1) ( "baseUrl" => array(3) ( "noclegi/krynica-morska" => string(22) "Noclegi Krynica Morska" "noclegi/krynica-morska/apartamenty" => string(26) "Apartamenty Krynica Morska" "noclegi/krynica-morska/apartamenty/249" => string(17) "Apartamenty Marta" ) ) }"sliderDisplay" => bool FALSE "bannerDisplay" => bool FALSE "cityId" => string(3) "102" "objShow" => bool TRUE "canonical" => string(64) "https://www.mojeurlopy.pl/noclegi/krynica-morska/apartamenty/249" "objshow" => string(1) "2" "allDisplayObjects" => integer 10 "regionId" => NULL "offerId" => NULL "placeId" => integer 0 "typeId" => string(3) "674" "typeDynamicId" => NULL "leftTitle" => string(14) "Krynica Morska" "leftList" => object View(2){ protected _file => string(92) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/city_leftlist.php" protected _data => array(4) ( "types" => array(7) ( 672 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(17) "wszystkie-obiekty" ) 673 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 674 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 675 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 676 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 677 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 678 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "inname" => string(16) "Krynicy Morskiej" "seoNameLink" => string(14) "krynica-morska" "active" => string(3) "674" ) }"inCity" => object View(2){ protected _file => string(90) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/city_incity.php" protected _data => array(4) ( "articles" => array(0) "cityPlaces" => array(3) ( 297 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 298 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 299 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "city" => object Model_System_City(43)"weatherCity" => object View(2){ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _subCategories => array(4) ( "types" => array(7) ( 0 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(0) "" ) 1 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 2 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 3 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 4 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 5 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 6 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "places" => array(3) ( 7 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 8 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 9 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "banners" => array(5) ( 10 => string(21) "strona frontowa-góra" 11 => string(15) "podstrona-góra" 12 => string(12) "lewa-kolumna" 13 => string(13) "prawa kolumna" 14 => string(13) "środek-dół" ) "sliders" => array(2) ( 15 => string(21) "strona frontowa-góra" 16 => string(15) "podstrona-góra" ) ) protected _saveLabels => array(15) ( "id" => string(2) "ID" "name" => string(5) "Nazwa" "name_h2" => string(8) "Nazwa H2" "inname" => string(16) "odmieniona nazwa" "abtname" => string(16) "odmieniona nazwa" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "voivodeship_id" => string(12) "Województwo" "menu" => string(4) "Menu" "map_zoom" => string(17) "Zoom mapy slidera" "map_center_lat" => string(22) "Mapa slider center lat" "map_center_lng" => string(22) "Mapa slider center lng" "status" => string(6) "status" ) public _weaterCodes => array(48) ( 395 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(31) "Przejściowo śnieg z grzmotami" ) 392 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(22) "Lekki deszcz i burzowo" ) 389 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(20) "Przejściowo burzowo" ) 386 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(19) "Częściowo burzowo" ) 377 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(13) "Grad i śnieg" ) 374 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(4) "Grad" ) 371 => array(3) ( "night" => integer 9 "day" => integer 5 "desc" => string(19) "Przejściowo śnieg" ) 368 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 365 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(30) "Przejściowy śnieg z deszczem" ) 362 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(26) "Lekki deszcze ze śniegiem" ) 359 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(13) "Ulewny deszcz" ) 356 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(19) "Przejściowy deszcz" ) 353 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(13) "Lekka mżawka" ) 350 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(4) "Grad" ) 338 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(12) "Silny śnieg" ) 335 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(24) "Częściowo silny śnieg" ) 332 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(19) "Przejściowo śnieg" ) 329 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(28) "Częściowo przelotny śnieg" ) 326 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 323 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(24) "Częściowo lekki śnieg" ) 320 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(32) "Przejściowy deszcz ze śniegiem" ) 317 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 314 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(29) "Przejściowo marznący deszcz" ) 311 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 308 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 305 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 302 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 299 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 296 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(12) "Lekki deszcz" ) 293 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(24) "Częściowo lekki deszcz" ) 284 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 281 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Marznąca mżawka" ) 266 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 263 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 260 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(6) "Szadź" ) 248 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(5) "Mgła" ) 230 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(7) "Zamieć" ) 227 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 200 => array(3) ( "night" => integer 1 "day" => integer 6 "desc" => string(18) "Przejściowe burze" ) 185 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(27) "Przelotna marznąca mżawka" ) 182 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 179 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(32) "Możliwe przelotne opady śniegu" ) 176 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(25) "Możliwy przelotny deszcz" ) 143 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Mgliście" ) 122 => array(3) ( "night" => integer 1 "day" => integer 3 "desc" => string(9) "Pochmurno" ) 119 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Pochmurno" ) 116 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(24) "Częściowe zachmurzenie" ) 113 => array(3) ( "night" => integer 0 "day" => integer 0 "desc" => string(11) "Słonecznie" ) ) public _newWeatherCodes => array(48) ( 1000 => array(4) ( "dayimg" => integer 0 "nightimg" => integer 0 "day" => string(11) "Słonecznie" "night" => string(11) "Bezchmurnie" ) 1003 => array(4) ( "dayimg" => integer 1 "nightimg" => integer 3 "day" => string(24) "Częściowe zachmurzenie" "night" => string(24) "Częściowe zachmurzenie" ) 1006 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(12) "Zachmurzenie" "night" => string(12) "Zachmurzenie" ) 1009 => array(4) ( "dayimg" => integer 2 "nightimg" => integer 1 "day" => string(9) "Pochmurno" "night" => string(9) "Pochmurno" ) 1030 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(9) "Zamglenie" "night" => string(9) "Zamglenie" ) 1063 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(34) "Miejscowe opady deszczu w pobliżu" "night" => string(34) "Miejscowe opady deszczu w pobliżu" ) 1066 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 6 "day" => string(34) "Miejscowe opady śniegu w pobliżu" "night" => string(34) "Miejscowe opady śniegu w pobliżu" ) 1069 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" "night" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" ) 1072 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 5 "day" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" "night" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" ) 1087 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 1 "day" => string(31) "Gwałtowne grzmienia w pobliżu" "night" => string(31) "Gwałtowne grzmienia w pobliżu" ) 1114 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(18) "Wiatr ze śniegiem" "night" => string(18) "Wiatr ze śniegiem" ) 1117 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(10) "Śnieżyca" "night" => string(10) "Śnieżyca" ) 1135 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(5) "Mgła" "night" => string(5) "Mgła" ) 1147 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(13) "Mroźna mgła" "night" => string(13) "Mroźna mgła" ) 1150 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(38) "Miejscowe wystąpienie lekkiej mżawki" "night" => string(38) "Miejscowe wystąpienie lekkiej mżawki" ) 1153 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(13) "Lekka mżawka" "night" => string(13) "Lekka mżawka" ) 1168 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(15) "Mroźna mżawka" "night" => string(15) "Mroźna mżawka" ) 1171 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(25) "Ciężka, mroźna mżawka" "night" => string(25) "Ciężka, mroźna mżawka" ) 1180 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(32) "Miejscowe opady lekkiego deszczu" "night" => string(32) "Miejscowe opady lekkiego deszczu" ) 1183 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(12) "Lekki deszcz" "night" => string(12) "Lekki deszcz" ) 1186 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(36) "Przejściowe, średnie opady deszczu" "night" => string(36) "Przejściowe, średnie opady deszczu" ) 1189 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(22) "Średnie opady deszczu" "night" => string(22) "Średnie opady deszczu" ) 1192 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(37) "Przejściowe, ciężkie opady deszczu" "night" => string(37) "Przejściowe, ciężkie opady deszczu" ) 1195 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(23) "Ciężkie opady deszczu" "night" => string(23) "Ciężkie opady deszczu" ) 1198 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(30) "Lekkie opady mroźnego deszczu" "night" => string(30) "Lekkie opady mroźnego deszczu" ) 1201 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" "night" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" ) 1204 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(31) "Lekkie opady śniegu z deszczem" "night" => string(31) "Lekkie opady śniegu z deszczem" ) 1207 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" "night" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" ) 1210 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(31) "Miejscowe, lekkie opady śniegu" "night" => string(31) "Miejscowe, lekkie opady śniegu" ) 1213 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(20) "Lekkie opady śniegu" "night" => string(20) "Lekkie opady śniegu" ) 1216 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(33) "Miejscowe, średnie opady śniegu" "night" => string(33) "Miejscowe, średnie opady śniegu" ) 1219 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(22) "Średnie opady śniegu" "night" => string(22) "Średnie opady śniegu" ) 1222 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(34) "Miejscowe, ciężkie opady śniegu" "night" => string(34) "Miejscowe, ciężkie opady śniegu" ) 1225 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(23) "Ciężkie opady śniegu" "night" => string(23) "Ciężkie opady śniegu" ) 1237 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(12) "Mokry śnieg" "night" => string(12) "Mokry śnieg" ) 1240 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(31) "Lekkie, przelotne opady deszczu" "night" => string(31) "Lekkie, przelotne opady deszczu" ) 1243 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" "night" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" ) 1246 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(25) "Przelotne deszcze nawalne" "night" => string(25) "Przelotne deszcze nawalne" ) 1249 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 5 "day" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" "night" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" ) 1252 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" "night" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" ) 1255 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(34) "Przejściowe, lekkie opady śniegu" "night" => string(34) "Przejściowe, lekkie opady śniegu" ) 1258 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" "night" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" ) 1261 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(42) "Przejściowe, lekkie opady mokrego śniegu" "night" => string(42) "Przejściowe, lekkie opady mokrego śniegu" ) 1264 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" "night" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" ) 1273 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" ) 1276 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" "night" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" ) 1279 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 6 "day" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" ) 1282 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 5 "day" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" "night" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" ) ) public _windDir => array(16) ( "N" => string(1) "N" "NNE" => string(2) "NE" "NE" => string(2) "NE" "ENE" => string(2) "NE" "E" => string(1) "E" "ESE" => string(2) "SE" "SE" => string(2) "SE" "SSE" => string(2) "SE" "S" => string(1) "S" "SSW" => string(2) "SW" "SW" => string(2) "SW" "WSW" => string(2) "SW" "W" => string(1) "W" "WNW" => string(2) "NW" "NW" => string(2) "NW" "NNW" => string(2) "NW" ) public _mapZoom => array(26) ( 0 => integer 0 1 => integer 1 2 => integer 2 3 => integer 3 4 => integer 4 5 => integer 5 6 => integer 6 7 => integer 7 8 => integer 8 9 => integer 9 10 => integer 10 11 => integer 11 12 => integer 12 13 => integer 13 14 => integer 14 15 => integer 15 16 => integer 16 17 => integer 17 18 => integer 18 19 => integer 19 20 => integer 20 21 => integer 21 22 => integer 22 23 => integer 23 24 => integer 24 25 => integer 25 ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "system_city" protected _object_plural => string(13) "system_cities" protected _table_name => string(13) "system_cities" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "16" "comment" => string(32) "wysokość div gdy zwiniety w px" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "inname" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "inname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "abtname" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "abtname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "voivodeship_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "voivodeship_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "menu" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zoom" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "zoom" "column_default" => string(2) "15" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "popular" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "popular" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_noclegi" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "menu_noclegi" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_atrakcje" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_atrakcje" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_jedzenie" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_jedzenie" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_zoom" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "map_zoom" "column_default" => string(2) "15" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lat" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lng" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "102" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"inCityTitle" => string(18) "W Krynicy Morskiej" ) }{ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "system_city" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(91) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/city_weather.php" protected _data => array(1) ( "leftCity" => object Model_System_City(43)"regionMap" => NULL ){ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _subCategories => array(4) ( "types" => array(7) ( 0 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(0) "" ) 1 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 2 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 3 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 4 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 5 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 6 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "places" => array(3) ( 7 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 8 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 9 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "banners" => array(5) ( 10 => string(21) "strona frontowa-góra" 11 => string(15) "podstrona-góra" 12 => string(12) "lewa-kolumna" 13 => string(13) "prawa kolumna" 14 => string(13) "środek-dół" ) "sliders" => array(2) ( 15 => string(21) "strona frontowa-góra" 16 => string(15) "podstrona-góra" ) ) protected _saveLabels => array(15) ( "id" => string(2) "ID" "name" => string(5) "Nazwa" "name_h2" => string(8) "Nazwa H2" "inname" => string(16) "odmieniona nazwa" "abtname" => string(16) "odmieniona nazwa" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "voivodeship_id" => string(12) "Województwo" "menu" => string(4) "Menu" "map_zoom" => string(17) "Zoom mapy slidera" "map_center_lat" => string(22) "Mapa slider center lat" "map_center_lng" => string(22) "Mapa slider center lng" "status" => string(6) "status" ) public _weaterCodes => array(48) ( 395 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(31) "Przejściowo śnieg z grzmotami" ) 392 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(22) "Lekki deszcz i burzowo" ) 389 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(20) "Przejściowo burzowo" ) 386 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(19) "Częściowo burzowo" ) 377 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(13) "Grad i śnieg" ) 374 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(4) "Grad" ) 371 => array(3) ( "night" => integer 9 "day" => integer 5 "desc" => string(19) "Przejściowo śnieg" ) 368 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 365 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(30) "Przejściowy śnieg z deszczem" ) 362 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(26) "Lekki deszcze ze śniegiem" ) 359 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(13) "Ulewny deszcz" ) 356 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(19) "Przejściowy deszcz" ) 353 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(13) "Lekka mżawka" ) 350 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(4) "Grad" ) 338 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(12) "Silny śnieg" ) 335 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(24) "Częściowo silny śnieg" ) 332 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(19) "Przejściowo śnieg" ) 329 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(28) "Częściowo przelotny śnieg" ) 326 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 323 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(24) "Częściowo lekki śnieg" ) 320 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(32) "Przejściowy deszcz ze śniegiem" ) 317 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 314 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(29) "Przejściowo marznący deszcz" ) 311 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 308 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 305 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 302 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 299 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 296 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(12) "Lekki deszcz" ) 293 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(24) "Częściowo lekki deszcz" ) 284 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 281 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Marznąca mżawka" ) 266 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 263 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 260 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(6) "Szadź" ) 248 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(5) "Mgła" ) 230 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(7) "Zamieć" ) 227 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 200 => array(3) ( "night" => integer 1 "day" => integer 6 "desc" => string(18) "Przejściowe burze" ) 185 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(27) "Przelotna marznąca mżawka" ) 182 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 179 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(32) "Możliwe przelotne opady śniegu" ) 176 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(25) "Możliwy przelotny deszcz" ) 143 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Mgliście" ) 122 => array(3) ( "night" => integer 1 "day" => integer 3 "desc" => string(9) "Pochmurno" ) 119 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Pochmurno" ) 116 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(24) "Częściowe zachmurzenie" ) 113 => array(3) ( "night" => integer 0 "day" => integer 0 "desc" => string(11) "Słonecznie" ) ) public _newWeatherCodes => array(48) ( 1000 => array(4) ( "dayimg" => integer 0 "nightimg" => integer 0 "day" => string(11) "Słonecznie" "night" => string(11) "Bezchmurnie" ) 1003 => array(4) ( "dayimg" => integer 1 "nightimg" => integer 3 "day" => string(24) "Częściowe zachmurzenie" "night" => string(24) "Częściowe zachmurzenie" ) 1006 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(12) "Zachmurzenie" "night" => string(12) "Zachmurzenie" ) 1009 => array(4) ( "dayimg" => integer 2 "nightimg" => integer 1 "day" => string(9) "Pochmurno" "night" => string(9) "Pochmurno" ) 1030 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(9) "Zamglenie" "night" => string(9) "Zamglenie" ) 1063 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(34) "Miejscowe opady deszczu w pobliżu" "night" => string(34) "Miejscowe opady deszczu w pobliżu" ) 1066 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 6 "day" => string(34) "Miejscowe opady śniegu w pobliżu" "night" => string(34) "Miejscowe opady śniegu w pobliżu" ) 1069 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" "night" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" ) 1072 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 5 "day" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" "night" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" ) 1087 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 1 "day" => string(31) "Gwałtowne grzmienia w pobliżu" "night" => string(31) "Gwałtowne grzmienia w pobliżu" ) 1114 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(18) "Wiatr ze śniegiem" "night" => string(18) "Wiatr ze śniegiem" ) 1117 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(10) "Śnieżyca" "night" => string(10) "Śnieżyca" ) 1135 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(5) "Mgła" "night" => string(5) "Mgła" ) 1147 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(13) "Mroźna mgła" "night" => string(13) "Mroźna mgła" ) 1150 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(38) "Miejscowe wystąpienie lekkiej mżawki" "night" => string(38) "Miejscowe wystąpienie lekkiej mżawki" ) 1153 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(13) "Lekka mżawka" "night" => string(13) "Lekka mżawka" ) 1168 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(15) "Mroźna mżawka" "night" => string(15) "Mroźna mżawka" ) 1171 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(25) "Ciężka, mroźna mżawka" "night" => string(25) "Ciężka, mroźna mżawka" ) 1180 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(32) "Miejscowe opady lekkiego deszczu" "night" => string(32) "Miejscowe opady lekkiego deszczu" ) 1183 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(12) "Lekki deszcz" "night" => string(12) "Lekki deszcz" ) 1186 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(36) "Przejściowe, średnie opady deszczu" "night" => string(36) "Przejściowe, średnie opady deszczu" ) 1189 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(22) "Średnie opady deszczu" "night" => string(22) "Średnie opady deszczu" ) 1192 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(37) "Przejściowe, ciężkie opady deszczu" "night" => string(37) "Przejściowe, ciężkie opady deszczu" ) 1195 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(23) "Ciężkie opady deszczu" "night" => string(23) "Ciężkie opady deszczu" ) 1198 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(30) "Lekkie opady mroźnego deszczu" "night" => string(30) "Lekkie opady mroźnego deszczu" ) 1201 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" "night" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" ) 1204 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(31) "Lekkie opady śniegu z deszczem" "night" => string(31) "Lekkie opady śniegu z deszczem" ) 1207 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" "night" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" ) 1210 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(31) "Miejscowe, lekkie opady śniegu" "night" => string(31) "Miejscowe, lekkie opady śniegu" ) 1213 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(20) "Lekkie opady śniegu" "night" => string(20) "Lekkie opady śniegu" ) 1216 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(33) "Miejscowe, średnie opady śniegu" "night" => string(33) "Miejscowe, średnie opady śniegu" ) 1219 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(22) "Średnie opady śniegu" "night" => string(22) "Średnie opady śniegu" ) 1222 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(34) "Miejscowe, ciężkie opady śniegu" "night" => string(34) "Miejscowe, ciężkie opady śniegu" ) 1225 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(23) "Ciężkie opady śniegu" "night" => string(23) "Ciężkie opady śniegu" ) 1237 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(12) "Mokry śnieg" "night" => string(12) "Mokry śnieg" ) 1240 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(31) "Lekkie, przelotne opady deszczu" "night" => string(31) "Lekkie, przelotne opady deszczu" ) 1243 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" "night" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" ) 1246 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(25) "Przelotne deszcze nawalne" "night" => string(25) "Przelotne deszcze nawalne" ) 1249 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 5 "day" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" "night" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" ) 1252 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" "night" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" ) 1255 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(34) "Przejściowe, lekkie opady śniegu" "night" => string(34) "Przejściowe, lekkie opady śniegu" ) 1258 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" "night" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" ) 1261 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(42) "Przejściowe, lekkie opady mokrego śniegu" "night" => string(42) "Przejściowe, lekkie opady mokrego śniegu" ) 1264 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" "night" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" ) 1273 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" ) 1276 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" "night" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" ) 1279 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 6 "day" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" ) 1282 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 5 "day" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" "night" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" ) ) public _windDir => array(16) ( "N" => string(1) "N" "NNE" => string(2) "NE" "NE" => string(2) "NE" "ENE" => string(2) "NE" "E" => string(1) "E" "ESE" => string(2) "SE" "SE" => string(2) "SE" "SSE" => string(2) "SE" "S" => string(1) "S" "SSW" => string(2) "SW" "SW" => string(2) "SW" "WSW" => string(2) "SW" "W" => string(1) "W" "WNW" => string(2) "NW" "NW" => string(2) "NW" "NNW" => string(2) "NW" ) public _mapZoom => array(26) ( 0 => integer 0 1 => integer 1 2 => integer 2 3 => integer 3 4 => integer 4 5 => integer 5 6 => integer 6 7 => integer 7 8 => integer 8 9 => integer 9 10 => integer 10 11 => integer 11 12 => integer 12 13 => integer 13 14 => integer 14 15 => integer 15 16 => integer 16 17 => integer 17 18 => integer 18 19 => integer 19 20 => integer 20 21 => integer 21 22 => integer 22 23 => integer 23 24 => integer 24 25 => integer 25 ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "system_city" protected _object_plural => string(13) "system_cities" protected _table_name => string(13) "system_cities" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "16" "comment" => string(32) "wysokość div gdy zwiniety w px" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "inname" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "inname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "abtname" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "abtname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "voivodeship_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "voivodeship_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "menu" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zoom" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "zoom" "column_default" => string(2) "15" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "popular" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "popular" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_noclegi" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "menu_noclegi" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_atrakcje" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_atrakcje" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_jedzenie" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_jedzenie" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_zoom" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "map_zoom" "column_default" => string(2) "15" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lat" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lng" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "102" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)) }{ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "system_city" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 } -
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49 -
APPPATH/classes/Controller/Public.php [ 150 ] » Kohana_Controller_Template->after()
145 'media/js/scrollbar.min.js', 146 'media/js/materialize.min.js', 147 'media/js/scripts.js?v=3', 148 )); 149 150 parent::after(); 151 } 152 153 } 154 ?> -
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Public->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92 -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0object Controller_Obj(27)
{ public tableName => string(6) "Object" public baseUrl => string(3) "obj" public table => object Model_Object(43){ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _types => array(2) ( 0 => string(8) "Atrakcje" 1 => string(9) "Noclegowy" ) protected _saveLabels => array(35) ( "id" => string(2) "ID" "user_id" => string(11) "Użytkownik" "name" => string(5) "Nazwa" "price_from" => string(7) "Cena Od" "price_to" => string(7) "Cena Do" "places" => string(14) "Ilość miejsc" "availability" => string(13) "Dostępność" "type" => string(3) "Typ" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "valid_from" => string(9) "Ważny od" "valid_to" => string(9) "Ważny do" "lead" => string(4) "Lead" "description" => string(4) "Opis" "url" => string(9) "Adres URL" "email" => string(5) "Email" "city_id" => string(13) "Miejscowość" "region_id" => string(6) "Region" "specialoffer_id" => string(16) "Oferta specjalna" "city" => string(13) "Miejscowość" "street" => string(5) "Ulica" "street_number" => string(21) "Numer domu/mieszkania" "post_code" => string(12) "Kod pocztowy" "phone_number_1" => string(16) "Numer telefonu 1" "phone_number_2" => string(16) "Numer telefonu 2" "fax_number" => string(9) "Numer fax" "lat" => string(8) "Latitude" "lng" => string(9) "Longitude" "additional" => string(9) "Dodatkowe" "partner" => string(8) "Partner?" "reg" => string(9) "Regulamin" "time" => string(4) "Czas" "ip" => string(2) "IP" "images_limit" => string(23) "Limit zdjęć w galerii" "status" => string(6) "Status" ) public _rate_main_cat => array(4) ( 1 => string(7) "noclegi" 2 => string(8) "atrakcje" 3 => string(8) "jedzenie" 4 => string(7) "imprezy" ) public _gallery_limits => array(3) ( 9 => string(4) "do 9" 36 => string(5) "do 36" 54 => string(5) "do 54" ) public _rate_cat => array(4) ( 1 => array(6) ( 1 => string(11) "lokalizacja" 2 => string(6) "pokój" 3 => string(9) "Łazienka" 4 => string(10) "czystość" 5 => string(8) "obsługa" 6 => string(4) "cena" ) 2 => array(5) ( 7 => string(11) "lokalizacja" 8 => string(8) "atrakcje" 9 => string(7) "parking" 10 => string(8) "obsługa" 11 => string(4) "cena" ) 3 => array(6) ( 12 => string(8) "jedzenie" 13 => string(6) "napoje" 14 => string(9) "atmosfera" 15 => string(10) "czystość" 16 => string(8) "obsługa" 17 => string(4) "cena" ) 4 => array(5) ( 18 => string(11) "lokalizacja" 19 => string(8) "atrakcje" 20 => string(9) "atmosfera" 21 => string(8) "obsługa" 22 => string(4) "cena" ) ) public _reco_cat => array(4) ( 1 => array(5) ( 1 => string(7) "dla par" 2 => string(21) "dla rodzin z dziećmi" 3 => string(27) "lubiących ciszę i spokój" 4 => string(10) "dla singli" 5 => string(13) "dla aktywnych" ) 2 => array(5) ( 6 => string(13) "dla aktywnych" 7 => string(24) "dla szukających relaksu" 8 => string(18) "dla wodnych fanów" 9 => string(24) "dla lądowych odkrywców" 10 => string(26) "dla lubiących adrenalinę" ) 3 => array(5) ( 11 => string(24) "dla szybkich i łakomych" 12 => string(14) "dla wybrednych" 13 => string(22) "dla fanów słodkości" 14 => string(21) "dla rodzin z dziećmi" 15 => string(14) "dla dorosłych" ) 4 => array(5) ( 16 => string(11) "lokalizacja" 17 => string(17) "walory rozrywkowe" 18 => string(9) "atmosfera" 19 => string(14) "dla młodszych" 20 => string(13) "dla starszych" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(42) ( "id" => NULL "user_id" => NULL "name" => NULL "price_from" => NULL "price_to" => NULL "places" => NULL "availability" => NULL "type" => NULL "seo_title" => NULL "seo_description" => NULL "valid_from" => NULL "valid_to" => NULL "lead" => NULL "description" => NULL "url" => NULL "email" => NULL "city_id" => NULL "region_id" => NULL "specialoffer_id" => NULL "main_cat_id" => NULL "city" => NULL "city_alias" => NULL "street" => NULL "street_number" => NULL "post_code" => NULL "phone_number_1" => NULL "phone_number_2" => NULL "tourist_info" => NULL "fax_number" => NULL "lat" => NULL "lng" => NULL "additional" => NULL "partner" => NULL "recommended" => NULL "top7" => NULL "top7_position" => NULL "rate_cat" => NULL "images_limit" => NULL "time" => NULL "created" => NULL "ip" => NULL "status" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "object" protected _object_plural => string(7) "objects" protected _table_name => string(7) "objects" protected _table_columns => array(42) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_from" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(10) "price_from" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_to" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(8) "price_to" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "places" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "places" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_from" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "valid_from" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_to" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "valid_to" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "512" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "city_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "specialoffer_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "specialoffer_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_cat_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_cat_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_alias" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "city_alias" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "post_code" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "post_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(1) "6" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_1" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_2" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tourist_info" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "tourist_info" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax_number" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "fax_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "additional" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partner" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "partner" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "recommended" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "recommended" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "top7" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7_position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "top7_position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rate_cat" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "rate_cat" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "images_limit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "images_limit" "column_default" => string(2) "36" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "time" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)public nonFiltered => object Model_Object(43){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(12) ( 0 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(6) "status" 1 => string(1) "=" 2 => integer 1 ) ) 1 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(4) "top7" 1 => string(1) "=" 2 => integer 0 ) ) 2 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(6) "status" 1 => string(1) "=" 2 => integer 1 ) ) 3 => array(2) ( "name" => string(9) "and_where" "args" => array(3) ( 0 => string(7) "city_id" 1 => string(1) "=" 2 => string(3) "102" ) ) 4 => array(2) ( "name" => string(14) "and_where_open" "args" => array(0) ) 5 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(4) "top7" 1 => string(1) "=" 2 => integer 1 ) ) 6 => array(2) ( "name" => string(13) "or_where_open" "args" => array(0) ) 7 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(4) "top7" 1 => string(2) "!=" 2 => integer 1 ) ) 8 => array(2) ( "name" => string(9) "and_where" "args" => array(3) ( 0 => string(10) "city_alias" 1 => string(1) "=" 2 => string(0) "" ) ) 9 => array(2) ( "name" => string(14) "or_where_close" "args" => array(0) ) 10 => array(2) ( "name" => string(15) "and_where_close" "args" => array(0) ) 11 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(2) "id" 1 => string(2) "IN" 2 => array(2) ( 1683 => string(4) "1683" 249 => string(3) "249" ) ) ) ) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "object" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _types => array(2) ( 0 => string(8) "Atrakcje" 1 => string(9) "Noclegowy" ) protected _saveLabels => array(35) ( "id" => string(2) "ID" "user_id" => string(11) "Użytkownik" "name" => string(5) "Nazwa" "price_from" => string(7) "Cena Od" "price_to" => string(7) "Cena Do" "places" => string(14) "Ilość miejsc" "availability" => string(13) "Dostępność" "type" => string(3) "Typ" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "valid_from" => string(9) "Ważny od" "valid_to" => string(9) "Ważny do" "lead" => string(4) "Lead" "description" => string(4) "Opis" "url" => string(9) "Adres URL" "email" => string(5) "Email" "city_id" => string(13) "Miejscowość" "region_id" => string(6) "Region" "specialoffer_id" => string(16) "Oferta specjalna" "city" => string(13) "Miejscowość" "street" => string(5) "Ulica" "street_number" => string(21) "Numer domu/mieszkania" "post_code" => string(12) "Kod pocztowy" "phone_number_1" => string(16) "Numer telefonu 1" "phone_number_2" => string(16) "Numer telefonu 2" "fax_number" => string(9) "Numer fax" "lat" => string(8) "Latitude" "lng" => string(9) "Longitude" "additional" => string(9) "Dodatkowe" "partner" => string(8) "Partner?" "reg" => string(9) "Regulamin" "time" => string(4) "Czas" "ip" => string(2) "IP" "images_limit" => string(23) "Limit zdjęć w galerii" "status" => string(6) "Status" ) public _rate_main_cat => array(4) ( 1 => string(7) "noclegi" 2 => string(8) "atrakcje" 3 => string(8) "jedzenie" 4 => string(7) "imprezy" ) public _gallery_limits => array(3) ( 9 => string(4) "do 9" 36 => string(5) "do 36" 54 => string(5) "do 54" ) public _rate_cat => array(4) ( 1 => array(6) ( 1 => string(11) "lokalizacja" 2 => string(6) "pokój" 3 => string(9) "Łazienka" 4 => string(10) "czystość" 5 => string(8) "obsługa" 6 => string(4) "cena" ) 2 => array(5) ( 7 => string(11) "lokalizacja" 8 => string(8) "atrakcje" 9 => string(7) "parking" 10 => string(8) "obsługa" 11 => string(4) "cena" ) 3 => array(6) ( 12 => string(8) "jedzenie" 13 => string(6) "napoje" 14 => string(9) "atmosfera" 15 => string(10) "czystość" 16 => string(8) "obsługa" 17 => string(4) "cena" ) 4 => array(5) ( 18 => string(11) "lokalizacja" 19 => string(8) "atrakcje" 20 => string(9) "atmosfera" 21 => string(8) "obsługa" 22 => string(4) "cena" ) ) public _reco_cat => array(4) ( 1 => array(5) ( 1 => string(7) "dla par" 2 => string(21) "dla rodzin z dziećmi" 3 => string(27) "lubiących ciszę i spokój" 4 => string(10) "dla singli" 5 => string(13) "dla aktywnych" ) 2 => array(5) ( 6 => string(13) "dla aktywnych" 7 => string(24) "dla szukających relaksu" 8 => string(18) "dla wodnych fanów" 9 => string(24) "dla lądowych odkrywców" 10 => string(26) "dla lubiących adrenalinę" ) 3 => array(5) ( 11 => string(24) "dla szybkich i łakomych" 12 => string(14) "dla wybrednych" 13 => string(22) "dla fanów słodkości" 14 => string(21) "dla rodzin z dziećmi" 15 => string(14) "dla dorosłych" ) 4 => array(5) ( 16 => string(11) "lokalizacja" 17 => string(17) "walory rozrywkowe" 18 => string(9) "atmosfera" 19 => string(14) "dla młodszych" 20 => string(13) "dla starszych" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(42) ( "id" => NULL "user_id" => NULL "name" => NULL "price_from" => NULL "price_to" => NULL "places" => NULL "availability" => NULL "type" => NULL "seo_title" => NULL "seo_description" => NULL "valid_from" => NULL "valid_to" => NULL "lead" => NULL "description" => NULL "url" => NULL "email" => NULL "city_id" => NULL "region_id" => NULL "specialoffer_id" => NULL "main_cat_id" => NULL "city" => NULL "city_alias" => NULL "street" => NULL "street_number" => NULL "post_code" => NULL "phone_number_1" => NULL "phone_number_2" => NULL "tourist_info" => NULL "fax_number" => NULL "lat" => NULL "lng" => NULL "additional" => NULL "partner" => NULL "recommended" => NULL "top7" => NULL "top7_position" => NULL "rate_cat" => NULL "images_limit" => NULL "time" => NULL "created" => NULL "ip" => NULL "status" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "object" protected _object_plural => string(7) "objects" protected _table_name => string(7) "objects" protected _table_columns => array(42) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_from" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(10) "price_from" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_to" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(8) "price_to" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "places" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "places" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_from" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "valid_from" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_to" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "valid_to" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "512" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "city_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "specialoffer_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "specialoffer_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_cat_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_cat_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_alias" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "city_alias" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "post_code" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "post_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(1) "6" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_1" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_2" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tourist_info" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "tourist_info" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax_number" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "fax_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "additional" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partner" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "partner" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "recommended" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "recommended" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "top7" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7_position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "top7_position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rate_cat" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "rate_cat" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "images_limit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "images_limit" "column_default" => string(2) "36" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "time" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)public top7 => object Model_Object(43){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(4) ( 0 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(6) "status" 1 => string(1) "=" 2 => integer 1 ) ) 1 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(4) "top7" 1 => string(1) "=" 2 => integer 0 ) ) 2 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(7) "city_id" 1 => string(1) "=" 2 => string(3) "102" ) ) 3 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(2) "id" 1 => string(2) "IN" 2 => array(2) ( 1683 => string(4) "1683" 249 => string(3) "249" ) ) ) ) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "object" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _types => array(2) ( 0 => string(8) "Atrakcje" 1 => string(9) "Noclegowy" ) protected _saveLabels => array(35) ( "id" => string(2) "ID" "user_id" => string(11) "Użytkownik" "name" => string(5) "Nazwa" "price_from" => string(7) "Cena Od" "price_to" => string(7) "Cena Do" "places" => string(14) "Ilość miejsc" "availability" => string(13) "Dostępność" "type" => string(3) "Typ" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "valid_from" => string(9) "Ważny od" "valid_to" => string(9) "Ważny do" "lead" => string(4) "Lead" "description" => string(4) "Opis" "url" => string(9) "Adres URL" "email" => string(5) "Email" "city_id" => string(13) "Miejscowość" "region_id" => string(6) "Region" "specialoffer_id" => string(16) "Oferta specjalna" "city" => string(13) "Miejscowość" "street" => string(5) "Ulica" "street_number" => string(21) "Numer domu/mieszkania" "post_code" => string(12) "Kod pocztowy" "phone_number_1" => string(16) "Numer telefonu 1" "phone_number_2" => string(16) "Numer telefonu 2" "fax_number" => string(9) "Numer fax" "lat" => string(8) "Latitude" "lng" => string(9) "Longitude" "additional" => string(9) "Dodatkowe" "partner" => string(8) "Partner?" "reg" => string(9) "Regulamin" "time" => string(4) "Czas" "ip" => string(2) "IP" "images_limit" => string(23) "Limit zdjęć w galerii" "status" => string(6) "Status" ) public _rate_main_cat => array(4) ( 1 => string(7) "noclegi" 2 => string(8) "atrakcje" 3 => string(8) "jedzenie" 4 => string(7) "imprezy" ) public _gallery_limits => array(3) ( 9 => string(4) "do 9" 36 => string(5) "do 36" 54 => string(5) "do 54" ) public _rate_cat => array(4) ( 1 => array(6) ( 1 => string(11) "lokalizacja" 2 => string(6) "pokój" 3 => string(9) "Łazienka" 4 => string(10) "czystość" 5 => string(8) "obsługa" 6 => string(4) "cena" ) 2 => array(5) ( 7 => string(11) "lokalizacja" 8 => string(8) "atrakcje" 9 => string(7) "parking" 10 => string(8) "obsługa" 11 => string(4) "cena" ) 3 => array(6) ( 12 => string(8) "jedzenie" 13 => string(6) "napoje" 14 => string(9) "atmosfera" 15 => string(10) "czystość" 16 => string(8) "obsługa" 17 => string(4) "cena" ) 4 => array(5) ( 18 => string(11) "lokalizacja" 19 => string(8) "atrakcje" 20 => string(9) "atmosfera" 21 => string(8) "obsługa" 22 => string(4) "cena" ) ) public _reco_cat => array(4) ( 1 => array(5) ( 1 => string(7) "dla par" 2 => string(21) "dla rodzin z dziećmi" 3 => string(27) "lubiących ciszę i spokój" 4 => string(10) "dla singli" 5 => string(13) "dla aktywnych" ) 2 => array(5) ( 6 => string(13) "dla aktywnych" 7 => string(24) "dla szukających relaksu" 8 => string(18) "dla wodnych fanów" 9 => string(24) "dla lądowych odkrywców" 10 => string(26) "dla lubiących adrenalinę" ) 3 => array(5) ( 11 => string(24) "dla szybkich i łakomych" 12 => string(14) "dla wybrednych" 13 => string(22) "dla fanów słodkości" 14 => string(21) "dla rodzin z dziećmi" 15 => string(14) "dla dorosłych" ) 4 => array(5) ( 16 => string(11) "lokalizacja" 17 => string(17) "walory rozrywkowe" 18 => string(9) "atmosfera" 19 => string(14) "dla młodszych" 20 => string(13) "dla starszych" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(42) ( "id" => NULL "user_id" => NULL "name" => NULL "price_from" => NULL "price_to" => NULL "places" => NULL "availability" => NULL "type" => NULL "seo_title" => NULL "seo_description" => NULL "valid_from" => NULL "valid_to" => NULL "lead" => NULL "description" => NULL "url" => NULL "email" => NULL "city_id" => NULL "region_id" => NULL "specialoffer_id" => NULL "main_cat_id" => NULL "city" => NULL "city_alias" => NULL "street" => NULL "street_number" => NULL "post_code" => NULL "phone_number_1" => NULL "phone_number_2" => NULL "tourist_info" => NULL "fax_number" => NULL "lat" => NULL "lng" => NULL "additional" => NULL "partner" => NULL "recommended" => NULL "top7" => NULL "top7_position" => NULL "rate_cat" => NULL "images_limit" => NULL "time" => NULL "created" => NULL "ip" => NULL "status" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "object" protected _object_plural => string(7) "objects" protected _table_name => string(7) "objects" protected _table_columns => array(42) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_from" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(10) "price_from" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_to" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(8) "price_to" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "places" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "places" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_from" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "valid_from" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_to" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "valid_to" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "512" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "city_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "specialoffer_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "specialoffer_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_cat_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_cat_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_alias" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "city_alias" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "post_code" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "post_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(1) "6" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_1" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_2" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tourist_info" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "tourist_info" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax_number" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "fax_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "additional" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partner" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "partner" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "recommended" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "recommended" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "top7" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7_position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "top7_position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rate_cat" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "rate_cat" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "images_limit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "images_limit" "column_default" => string(2) "36" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "time" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)public relatedObjects => object Model_Object(43){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(4) ( 0 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(6) "status" 1 => string(1) "=" 2 => integer 1 ) ) 1 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(4) "top7" 1 => string(1) "=" 2 => integer 1 ) ) 2 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(7) "city_id" 1 => string(1) "=" 2 => string(3) "102" ) ) 3 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(2) "id" 1 => string(2) "IN" 2 => array(2) ( 1683 => string(4) "1683" 249 => string(3) "249" ) ) ) ) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "object" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _types => array(2) ( 0 => string(8) "Atrakcje" 1 => string(9) "Noclegowy" ) protected _saveLabels => array(35) ( "id" => string(2) "ID" "user_id" => string(11) "Użytkownik" "name" => string(5) "Nazwa" "price_from" => string(7) "Cena Od" "price_to" => string(7) "Cena Do" "places" => string(14) "Ilość miejsc" "availability" => string(13) "Dostępność" "type" => string(3) "Typ" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "valid_from" => string(9) "Ważny od" "valid_to" => string(9) "Ważny do" "lead" => string(4) "Lead" "description" => string(4) "Opis" "url" => string(9) "Adres URL" "email" => string(5) "Email" "city_id" => string(13) "Miejscowość" "region_id" => string(6) "Region" "specialoffer_id" => string(16) "Oferta specjalna" "city" => string(13) "Miejscowość" "street" => string(5) "Ulica" "street_number" => string(21) "Numer domu/mieszkania" "post_code" => string(12) "Kod pocztowy" "phone_number_1" => string(16) "Numer telefonu 1" "phone_number_2" => string(16) "Numer telefonu 2" "fax_number" => string(9) "Numer fax" "lat" => string(8) "Latitude" "lng" => string(9) "Longitude" "additional" => string(9) "Dodatkowe" "partner" => string(8) "Partner?" "reg" => string(9) "Regulamin" "time" => string(4) "Czas" "ip" => string(2) "IP" "images_limit" => string(23) "Limit zdjęć w galerii" "status" => string(6) "Status" ) public _rate_main_cat => array(4) ( 1 => string(7) "noclegi" 2 => string(8) "atrakcje" 3 => string(8) "jedzenie" 4 => string(7) "imprezy" ) public _gallery_limits => array(3) ( 9 => string(4) "do 9" 36 => string(5) "do 36" 54 => string(5) "do 54" ) public _rate_cat => array(4) ( 1 => array(6) ( 1 => string(11) "lokalizacja" 2 => string(6) "pokój" 3 => string(9) "Łazienka" 4 => string(10) "czystość" 5 => string(8) "obsługa" 6 => string(4) "cena" ) 2 => array(5) ( 7 => string(11) "lokalizacja" 8 => string(8) "atrakcje" 9 => string(7) "parking" 10 => string(8) "obsługa" 11 => string(4) "cena" ) 3 => array(6) ( 12 => string(8) "jedzenie" 13 => string(6) "napoje" 14 => string(9) "atmosfera" 15 => string(10) "czystość" 16 => string(8) "obsługa" 17 => string(4) "cena" ) 4 => array(5) ( 18 => string(11) "lokalizacja" 19 => string(8) "atrakcje" 20 => string(9) "atmosfera" 21 => string(8) "obsługa" 22 => string(4) "cena" ) ) public _reco_cat => array(4) ( 1 => array(5) ( 1 => string(7) "dla par" 2 => string(21) "dla rodzin z dziećmi" 3 => string(27) "lubiących ciszę i spokój" 4 => string(10) "dla singli" 5 => string(13) "dla aktywnych" ) 2 => array(5) ( 6 => string(13) "dla aktywnych" 7 => string(24) "dla szukających relaksu" 8 => string(18) "dla wodnych fanów" 9 => string(24) "dla lądowych odkrywców" 10 => string(26) "dla lubiących adrenalinę" ) 3 => array(5) ( 11 => string(24) "dla szybkich i łakomych" 12 => string(14) "dla wybrednych" 13 => string(22) "dla fanów słodkości" 14 => string(21) "dla rodzin z dziećmi" 15 => string(14) "dla dorosłych" ) 4 => array(5) ( 16 => string(11) "lokalizacja" 17 => string(17) "walory rozrywkowe" 18 => string(9) "atmosfera" 19 => string(14) "dla młodszych" 20 => string(13) "dla starszych" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(42) ( "id" => NULL "user_id" => NULL "name" => NULL "price_from" => NULL "price_to" => NULL "places" => NULL "availability" => NULL "type" => NULL "seo_title" => NULL "seo_description" => NULL "valid_from" => NULL "valid_to" => NULL "lead" => NULL "description" => NULL "url" => NULL "email" => NULL "city_id" => NULL "region_id" => NULL "specialoffer_id" => NULL "main_cat_id" => NULL "city" => NULL "city_alias" => NULL "street" => NULL "street_number" => NULL "post_code" => NULL "phone_number_1" => NULL "phone_number_2" => NULL "tourist_info" => NULL "fax_number" => NULL "lat" => NULL "lng" => NULL "additional" => NULL "partner" => NULL "recommended" => NULL "top7" => NULL "top7_position" => NULL "rate_cat" => NULL "images_limit" => NULL "time" => NULL "created" => NULL "ip" => NULL "status" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "object" protected _object_plural => string(7) "objects" protected _table_name => string(7) "objects" protected _table_columns => array(42) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_from" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(10) "price_from" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_to" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(8) "price_to" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "places" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "places" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_from" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "valid_from" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_to" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "valid_to" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "512" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "city_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "specialoffer_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "specialoffer_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_cat_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_cat_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_alias" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "city_alias" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "post_code" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "post_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(1) "6" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_1" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_2" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tourist_info" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "tourist_info" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax_number" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "fax_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "additional" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partner" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "partner" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "recommended" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "recommended" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "top7" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7_position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "top7_position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rate_cat" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "rate_cat" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "images_limit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "images_limit" "column_default" => string(2) "36" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "time" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)public brd => array(2) ( "noclegi/krynica-morska" => string(22) "Noclegi Krynica Morska" "noclegi/krynica-morska/apartamenty" => string(26) "Apartamenty Krynica Morska" ) public paginationBaseUrl => string(34) "noclegi/krynica-morska/apartamenty" public leftTitle => string(14) "Krynica Morska" public leftList => object View(2){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(10) ( 0 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(6) "status" 1 => string(1) "=" 2 => integer 1 ) ) 1 => array(2) ( "name" => string(14) "and_where_open" "args" => array(0) ) 2 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(7) "city_id" 1 => string(2) "IN" 2 => array(6) ( 103 => string(3) "103" 101 => string(3) "101" 100 => string(3) "100" 99 => string(2) "99" 98 => string(2) "98" 97 => string(2) "97" ) ) ) 3 => array(2) ( "name" => string(13) "or_where_open" "args" => array(0) ) 4 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(7) "city_id" 1 => string(1) "=" 2 => string(3) "102" ) ) 5 => array(2) ( "name" => string(9) "and_where" "args" => array(3) ( 0 => string(10) "city_alias" 1 => string(2) "!=" 2 => string(0) "" ) ) 6 => array(2) ( "name" => string(14) "or_where_close" "args" => array(0) ) 7 => array(2) ( "name" => string(15) "and_where_close" "args" => array(0) ) 8 => array(2) ( "name" => string(5) "limit" "args" => array(1) ( 0 => integer 30 ) ) 9 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(2) "id" 1 => string(2) "IN" 2 => array(133) ( 65 => string(2) "65" 72 => string(2) "72" 76 => string(2) "76" 126 => string(3) "126" 102 => string(3) "102" 534 => string(3) "534" 451 => string(3) "451" 363 => string(3) "363" 991 => string(3) "991" 996 => string(3) "996" 1106 => string(4) "1106" 1125 => string(4) "1125" 1120 => string(4) "1120" 1147 => string(4) "1147" 1173 => string(4) "1173" 1252 => string(4) "1252" 1453 => string(4) "1453" 188 => string(3) "188" 1545 => string(4) "1545" 1540 => string(4) "1540" 1153 => string(4) "1153" 1635 => string(4) "1635" 1584 => string(4) "1584" 1553 => string(4) "1553" 824 => string(3) "824" 845 => string(3) "845" 849 => string(3) "849" 851 => string(3) "851" 1683 => string(4) "1683" 1700 => string(4) "1700" 1750 => string(4) "1750" 1751 => string(4) "1751" 1766 => string(4) "1766" 1789 => string(4) "1789" 1792 => string(4) "1792" 1420 => string(4) "1420" 1803 => string(4) "1803" 1802 => string(4) "1802" 1367 => string(4) "1367" 1366 => string(4) "1366" 1852 => string(4) "1852" 1857 => string(4) "1857" 384 => string(3) "384" 416 => string(3) "416" 2163 => string(4) "2163" 1035 => string(4) "1035" 902 => string(3) "902" 1238 => string(4) "1238" 1239 => string(4) "1239" 1235 => string(4) "1235" 1149 => string(4) "1149" 1141 => string(4) "1141" 1134 => string(4) "1134" 1124 => string(4) "1124" 2433 => string(4) "2433" 2439 => string(4) "2439" 2443 => string(4) "2443" 2464 => string(4) "2464" 438 => string(3) "438" 545 => string(3) "545" 1243 => string(4) "1243" 1090 => string(4) "1090" 1464 => string(4) "1464" 2839 => string(4) "2839" 403 => string(3) "403" 1034 => string(4) "1034" 1380 => string(4) "1380" 1368 => string(4) "1368" 3078 => string(4) "3078" 2692 => string(4) "2692" 2907 => string(4) "2907" 3831 => string(4) "3831" 204 => string(3) "204" 1550 => string(4) "1550" 389 => string(3) "389" 1070 => string(4) "1070" 289 => string(3) "289" 1221 => string(4) "1221" 1101 => string(4) "1101" 487 => string(3) "487" 796 => string(3) "796" 1224 => string(4) "1224" 1169 => string(4) "1169" 815 => string(3) "815" 1142 => string(4) "1142" 1110 => string(4) "1110" 1107 => string(4) "1107" 1111 => string(4) "1111" 1250 => string(4) "1250" 497 => string(3) "497" 346 => string(3) "346" 541 => string(3) "541" 542 => string(3) "542" 1776 => string(4) "1776" 1777 => string(4) "1777" 1050 => string(4) "1050" 104 => string(3) "104" 105 => string(3) "105" 84 => string(2) "84" 1379 => string(4) "1379" 2968 => string(4) "2968" 405 => string(3) "405" 407 => string(3) "407" 196 => string(3) "196" 421 => string(3) "421" 1397 => string(4) "1397" 2270 => string(4) "2270" 1405 => string(4) "1405" 1634 => string(4) "1634" 272 => string(3) "272" 1131 => string(4) "1131" 1663 => string(4) "1663" 1664 => string(4) "1664" 1665 => string(4) "1665" 232 => string(3) "232" 1673 => string(4) "1673" 1674 => string(4) "1674" 413 => string(3) "413" 249 => string(3) "249" 1583 => string(4) "1583" 1572 => string(4) "1572" 1573 => string(4) "1573" 474 => string(3) "474" 1410 => string(4) "1410" 1424 => string(4) "1424" 1425 => string(4) "1425" 1532 => string(4) "1532" 1531 => string(4) "1531" 212 => string(3) "212" 1699 => string(4) "1699" 275 => string(3) "275" 1698 => string(4) "1698" 873 => string(3) "873" ) ) ) ) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "object" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(92) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/city_leftlist.php" protected _data => array(4) ( "types" => array(7) ( 672 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(17) "wszystkie-obiekty" ) 673 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 674 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 675 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 676 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 677 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 678 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "inname" => string(16) "Krynicy Morskiej" "seoNameLink" => string(14) "krynica-morska" "active" => string(3) "674" ) }public priceFilter => object View(2){ protected _file => string(95) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/city_pricefilter.php" protected _data => array(0) }public inCity => object View(2){ protected _file => string(90) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/city_incity.php" protected _data => array(4) ( "articles" => array(0) "cityPlaces" => array(3) ( 297 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 298 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 299 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "city" => object Model_System_City(43)public weatherCity => object View(2){ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _subCategories => array(4) ( "types" => array(7) ( 0 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(0) "" ) 1 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 2 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 3 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 4 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 5 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 6 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "places" => array(3) ( 7 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 8 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 9 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "banners" => array(5) ( 10 => string(21) "strona frontowa-góra" 11 => string(15) "podstrona-góra" 12 => string(12) "lewa-kolumna" 13 => string(13) "prawa kolumna" 14 => string(13) "środek-dół" ) "sliders" => array(2) ( 15 => string(21) "strona frontowa-góra" 16 => string(15) "podstrona-góra" ) ) protected _saveLabels => array(15) ( "id" => string(2) "ID" "name" => string(5) "Nazwa" "name_h2" => string(8) "Nazwa H2" "inname" => string(16) "odmieniona nazwa" "abtname" => string(16) "odmieniona nazwa" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "voivodeship_id" => string(12) "Województwo" "menu" => string(4) "Menu" "map_zoom" => string(17) "Zoom mapy slidera" "map_center_lat" => string(22) "Mapa slider center lat" "map_center_lng" => string(22) "Mapa slider center lng" "status" => string(6) "status" ) public _weaterCodes => array(48) ( 395 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(31) "Przejściowo śnieg z grzmotami" ) 392 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(22) "Lekki deszcz i burzowo" ) 389 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(20) "Przejściowo burzowo" ) 386 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(19) "Częściowo burzowo" ) 377 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(13) "Grad i śnieg" ) 374 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(4) "Grad" ) 371 => array(3) ( "night" => integer 9 "day" => integer 5 "desc" => string(19) "Przejściowo śnieg" ) 368 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 365 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(30) "Przejściowy śnieg z deszczem" ) 362 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(26) "Lekki deszcze ze śniegiem" ) 359 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(13) "Ulewny deszcz" ) 356 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(19) "Przejściowy deszcz" ) 353 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(13) "Lekka mżawka" ) 350 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(4) "Grad" ) 338 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(12) "Silny śnieg" ) 335 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(24) "Częściowo silny śnieg" ) 332 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(19) "Przejściowo śnieg" ) 329 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(28) "Częściowo przelotny śnieg" ) 326 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 323 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(24) "Częściowo lekki śnieg" ) 320 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(32) "Przejściowy deszcz ze śniegiem" ) 317 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 314 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(29) "Przejściowo marznący deszcz" ) 311 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 308 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 305 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 302 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 299 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 296 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(12) "Lekki deszcz" ) 293 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(24) "Częściowo lekki deszcz" ) 284 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 281 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Marznąca mżawka" ) 266 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 263 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 260 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(6) "Szadź" ) 248 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(5) "Mgła" ) 230 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(7) "Zamieć" ) 227 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 200 => array(3) ( "night" => integer 1 "day" => integer 6 "desc" => string(18) "Przejściowe burze" ) 185 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(27) "Przelotna marznąca mżawka" ) 182 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 179 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(32) "Możliwe przelotne opady śniegu" ) 176 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(25) "Możliwy przelotny deszcz" ) 143 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Mgliście" ) 122 => array(3) ( "night" => integer 1 "day" => integer 3 "desc" => string(9) "Pochmurno" ) 119 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Pochmurno" ) 116 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(24) "Częściowe zachmurzenie" ) 113 => array(3) ( "night" => integer 0 "day" => integer 0 "desc" => string(11) "Słonecznie" ) ) public _newWeatherCodes => array(48) ( 1000 => array(4) ( "dayimg" => integer 0 "nightimg" => integer 0 "day" => string(11) "Słonecznie" "night" => string(11) "Bezchmurnie" ) 1003 => array(4) ( "dayimg" => integer 1 "nightimg" => integer 3 "day" => string(24) "Częściowe zachmurzenie" "night" => string(24) "Częściowe zachmurzenie" ) 1006 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(12) "Zachmurzenie" "night" => string(12) "Zachmurzenie" ) 1009 => array(4) ( "dayimg" => integer 2 "nightimg" => integer 1 "day" => string(9) "Pochmurno" "night" => string(9) "Pochmurno" ) 1030 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(9) "Zamglenie" "night" => string(9) "Zamglenie" ) 1063 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(34) "Miejscowe opady deszczu w pobliżu" "night" => string(34) "Miejscowe opady deszczu w pobliżu" ) 1066 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 6 "day" => string(34) "Miejscowe opady śniegu w pobliżu" "night" => string(34) "Miejscowe opady śniegu w pobliżu" ) 1069 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" "night" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" ) 1072 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 5 "day" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" "night" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" ) 1087 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 1 "day" => string(31) "Gwałtowne grzmienia w pobliżu" "night" => string(31) "Gwałtowne grzmienia w pobliżu" ) 1114 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(18) "Wiatr ze śniegiem" "night" => string(18) "Wiatr ze śniegiem" ) 1117 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(10) "Śnieżyca" "night" => string(10) "Śnieżyca" ) 1135 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(5) "Mgła" "night" => string(5) "Mgła" ) 1147 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(13) "Mroźna mgła" "night" => string(13) "Mroźna mgła" ) 1150 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(38) "Miejscowe wystąpienie lekkiej mżawki" "night" => string(38) "Miejscowe wystąpienie lekkiej mżawki" ) 1153 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(13) "Lekka mżawka" "night" => string(13) "Lekka mżawka" ) 1168 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(15) "Mroźna mżawka" "night" => string(15) "Mroźna mżawka" ) 1171 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(25) "Ciężka, mroźna mżawka" "night" => string(25) "Ciężka, mroźna mżawka" ) 1180 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(32) "Miejscowe opady lekkiego deszczu" "night" => string(32) "Miejscowe opady lekkiego deszczu" ) 1183 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(12) "Lekki deszcz" "night" => string(12) "Lekki deszcz" ) 1186 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(36) "Przejściowe, średnie opady deszczu" "night" => string(36) "Przejściowe, średnie opady deszczu" ) 1189 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(22) "Średnie opady deszczu" "night" => string(22) "Średnie opady deszczu" ) 1192 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(37) "Przejściowe, ciężkie opady deszczu" "night" => string(37) "Przejściowe, ciężkie opady deszczu" ) 1195 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(23) "Ciężkie opady deszczu" "night" => string(23) "Ciężkie opady deszczu" ) 1198 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(30) "Lekkie opady mroźnego deszczu" "night" => string(30) "Lekkie opady mroźnego deszczu" ) 1201 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" "night" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" ) 1204 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(31) "Lekkie opady śniegu z deszczem" "night" => string(31) "Lekkie opady śniegu z deszczem" ) 1207 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" "night" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" ) 1210 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(31) "Miejscowe, lekkie opady śniegu" "night" => string(31) "Miejscowe, lekkie opady śniegu" ) 1213 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(20) "Lekkie opady śniegu" "night" => string(20) "Lekkie opady śniegu" ) 1216 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(33) "Miejscowe, średnie opady śniegu" "night" => string(33) "Miejscowe, średnie opady śniegu" ) 1219 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(22) "Średnie opady śniegu" "night" => string(22) "Średnie opady śniegu" ) 1222 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(34) "Miejscowe, ciężkie opady śniegu" "night" => string(34) "Miejscowe, ciężkie opady śniegu" ) 1225 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(23) "Ciężkie opady śniegu" "night" => string(23) "Ciężkie opady śniegu" ) 1237 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(12) "Mokry śnieg" "night" => string(12) "Mokry śnieg" ) 1240 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(31) "Lekkie, przelotne opady deszczu" "night" => string(31) "Lekkie, przelotne opady deszczu" ) 1243 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" "night" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" ) 1246 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(25) "Przelotne deszcze nawalne" "night" => string(25) "Przelotne deszcze nawalne" ) 1249 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 5 "day" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" "night" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" ) 1252 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" "night" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" ) 1255 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(34) "Przejściowe, lekkie opady śniegu" "night" => string(34) "Przejściowe, lekkie opady śniegu" ) 1258 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" "night" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" ) 1261 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(42) "Przejściowe, lekkie opady mokrego śniegu" "night" => string(42) "Przejściowe, lekkie opady mokrego śniegu" ) 1264 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" "night" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" ) 1273 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" ) 1276 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" "night" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" ) 1279 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 6 "day" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" ) 1282 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 5 "day" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" "night" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" ) ) public _windDir => array(16) ( "N" => string(1) "N" "NNE" => string(2) "NE" "NE" => string(2) "NE" "ENE" => string(2) "NE" "E" => string(1) "E" "ESE" => string(2) "SE" "SE" => string(2) "SE" "SSE" => string(2) "SE" "S" => string(1) "S" "SSW" => string(2) "SW" "SW" => string(2) "SW" "WSW" => string(2) "SW" "W" => string(1) "W" "WNW" => string(2) "NW" "NW" => string(2) "NW" "NNW" => string(2) "NW" ) public _mapZoom => array(26) ( 0 => integer 0 1 => integer 1 2 => integer 2 3 => integer 3 4 => integer 4 5 => integer 5 6 => integer 6 7 => integer 7 8 => integer 8 9 => integer 9 10 => integer 10 11 => integer 11 12 => integer 12 13 => integer 13 14 => integer 14 15 => integer 15 16 => integer 16 17 => integer 17 18 => integer 18 19 => integer 19 20 => integer 20 21 => integer 21 22 => integer 22 23 => integer 23 24 => integer 24 25 => integer 25 ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "system_city" protected _object_plural => string(13) "system_cities" protected _table_name => string(13) "system_cities" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "16" "comment" => string(32) "wysokość div gdy zwiniety w px" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "inname" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "inname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "abtname" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "abtname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "voivodeship_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "voivodeship_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "menu" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zoom" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "zoom" "column_default" => string(2) "15" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "popular" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "popular" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_noclegi" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "menu_noclegi" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_atrakcje" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_atrakcje" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_jedzenie" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_jedzenie" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_zoom" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "map_zoom" "column_default" => string(2) "15" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lat" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lng" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "102" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"inCityTitle" => string(18) "W Krynicy Morskiej" ) }{ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "system_city" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(91) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/city_weather.php" protected _data => array(1) ( "leftCity" => object Model_System_City(43)public regionMap => NULL public filteredIds => NULL public underList => object View(2){ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _subCategories => array(4) ( "types" => array(7) ( 0 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(0) "" ) 1 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 2 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 3 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 4 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 5 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 6 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "places" => array(3) ( 7 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 8 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 9 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "banners" => array(5) ( 10 => string(21) "strona frontowa-góra" 11 => string(15) "podstrona-góra" 12 => string(12) "lewa-kolumna" 13 => string(13) "prawa kolumna" 14 => string(13) "środek-dół" ) "sliders" => array(2) ( 15 => string(21) "strona frontowa-góra" 16 => string(15) "podstrona-góra" ) ) protected _saveLabels => array(15) ( "id" => string(2) "ID" "name" => string(5) "Nazwa" "name_h2" => string(8) "Nazwa H2" "inname" => string(16) "odmieniona nazwa" "abtname" => string(16) "odmieniona nazwa" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "voivodeship_id" => string(12) "Województwo" "menu" => string(4) "Menu" "map_zoom" => string(17) "Zoom mapy slidera" "map_center_lat" => string(22) "Mapa slider center lat" "map_center_lng" => string(22) "Mapa slider center lng" "status" => string(6) "status" ) public _weaterCodes => array(48) ( 395 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(31) "Przejściowo śnieg z grzmotami" ) 392 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(22) "Lekki deszcz i burzowo" ) 389 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(20) "Przejściowo burzowo" ) 386 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(19) "Częściowo burzowo" ) 377 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(13) "Grad i śnieg" ) 374 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(4) "Grad" ) 371 => array(3) ( "night" => integer 9 "day" => integer 5 "desc" => string(19) "Przejściowo śnieg" ) 368 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 365 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(30) "Przejściowy śnieg z deszczem" ) 362 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(26) "Lekki deszcze ze śniegiem" ) 359 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(13) "Ulewny deszcz" ) 356 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(19) "Przejściowy deszcz" ) 353 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(13) "Lekka mżawka" ) 350 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(4) "Grad" ) 338 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(12) "Silny śnieg" ) 335 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(24) "Częściowo silny śnieg" ) 332 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(19) "Przejściowo śnieg" ) 329 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(28) "Częściowo przelotny śnieg" ) 326 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 323 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(24) "Częściowo lekki śnieg" ) 320 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(32) "Przejściowy deszcz ze śniegiem" ) 317 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 314 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(29) "Przejściowo marznący deszcz" ) 311 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 308 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 305 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 302 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 299 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 296 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(12) "Lekki deszcz" ) 293 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(24) "Częściowo lekki deszcz" ) 284 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 281 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Marznąca mżawka" ) 266 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 263 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 260 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(6) "Szadź" ) 248 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(5) "Mgła" ) 230 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(7) "Zamieć" ) 227 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 200 => array(3) ( "night" => integer 1 "day" => integer 6 "desc" => string(18) "Przejściowe burze" ) 185 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(27) "Przelotna marznąca mżawka" ) 182 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 179 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(32) "Możliwe przelotne opady śniegu" ) 176 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(25) "Możliwy przelotny deszcz" ) 143 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Mgliście" ) 122 => array(3) ( "night" => integer 1 "day" => integer 3 "desc" => string(9) "Pochmurno" ) 119 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Pochmurno" ) 116 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(24) "Częściowe zachmurzenie" ) 113 => array(3) ( "night" => integer 0 "day" => integer 0 "desc" => string(11) "Słonecznie" ) ) public _newWeatherCodes => array(48) ( 1000 => array(4) ( "dayimg" => integer 0 "nightimg" => integer 0 "day" => string(11) "Słonecznie" "night" => string(11) "Bezchmurnie" ) 1003 => array(4) ( "dayimg" => integer 1 "nightimg" => integer 3 "day" => string(24) "Częściowe zachmurzenie" "night" => string(24) "Częściowe zachmurzenie" ) 1006 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(12) "Zachmurzenie" "night" => string(12) "Zachmurzenie" ) 1009 => array(4) ( "dayimg" => integer 2 "nightimg" => integer 1 "day" => string(9) "Pochmurno" "night" => string(9) "Pochmurno" ) 1030 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(9) "Zamglenie" "night" => string(9) "Zamglenie" ) 1063 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(34) "Miejscowe opady deszczu w pobliżu" "night" => string(34) "Miejscowe opady deszczu w pobliżu" ) 1066 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 6 "day" => string(34) "Miejscowe opady śniegu w pobliżu" "night" => string(34) "Miejscowe opady śniegu w pobliżu" ) 1069 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" "night" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" ) 1072 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 5 "day" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" "night" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" ) 1087 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 1 "day" => string(31) "Gwałtowne grzmienia w pobliżu" "night" => string(31) "Gwałtowne grzmienia w pobliżu" ) 1114 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(18) "Wiatr ze śniegiem" "night" => string(18) "Wiatr ze śniegiem" ) 1117 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(10) "Śnieżyca" "night" => string(10) "Śnieżyca" ) 1135 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(5) "Mgła" "night" => string(5) "Mgła" ) 1147 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(13) "Mroźna mgła" "night" => string(13) "Mroźna mgła" ) 1150 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(38) "Miejscowe wystąpienie lekkiej mżawki" "night" => string(38) "Miejscowe wystąpienie lekkiej mżawki" ) 1153 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(13) "Lekka mżawka" "night" => string(13) "Lekka mżawka" ) 1168 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(15) "Mroźna mżawka" "night" => string(15) "Mroźna mżawka" ) 1171 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(25) "Ciężka, mroźna mżawka" "night" => string(25) "Ciężka, mroźna mżawka" ) 1180 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(32) "Miejscowe opady lekkiego deszczu" "night" => string(32) "Miejscowe opady lekkiego deszczu" ) 1183 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(12) "Lekki deszcz" "night" => string(12) "Lekki deszcz" ) 1186 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(36) "Przejściowe, średnie opady deszczu" "night" => string(36) "Przejściowe, średnie opady deszczu" ) 1189 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(22) "Średnie opady deszczu" "night" => string(22) "Średnie opady deszczu" ) 1192 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(37) "Przejściowe, ciężkie opady deszczu" "night" => string(37) "Przejściowe, ciężkie opady deszczu" ) 1195 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(23) "Ciężkie opady deszczu" "night" => string(23) "Ciężkie opady deszczu" ) 1198 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(30) "Lekkie opady mroźnego deszczu" "night" => string(30) "Lekkie opady mroźnego deszczu" ) 1201 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" "night" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" ) 1204 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(31) "Lekkie opady śniegu z deszczem" "night" => string(31) "Lekkie opady śniegu z deszczem" ) 1207 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" "night" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" ) 1210 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(31) "Miejscowe, lekkie opady śniegu" "night" => string(31) "Miejscowe, lekkie opady śniegu" ) 1213 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(20) "Lekkie opady śniegu" "night" => string(20) "Lekkie opady śniegu" ) 1216 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(33) "Miejscowe, średnie opady śniegu" "night" => string(33) "Miejscowe, średnie opady śniegu" ) 1219 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(22) "Średnie opady śniegu" "night" => string(22) "Średnie opady śniegu" ) 1222 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(34) "Miejscowe, ciężkie opady śniegu" "night" => string(34) "Miejscowe, ciężkie opady śniegu" ) 1225 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(23) "Ciężkie opady śniegu" "night" => string(23) "Ciężkie opady śniegu" ) 1237 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(12) "Mokry śnieg" "night" => string(12) "Mokry śnieg" ) 1240 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(31) "Lekkie, przelotne opady deszczu" "night" => string(31) "Lekkie, przelotne opady deszczu" ) 1243 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" "night" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" ) 1246 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(25) "Przelotne deszcze nawalne" "night" => string(25) "Przelotne deszcze nawalne" ) 1249 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 5 "day" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" "night" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" ) 1252 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" "night" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" ) 1255 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(34) "Przejściowe, lekkie opady śniegu" "night" => string(34) "Przejściowe, lekkie opady śniegu" ) 1258 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" "night" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" ) 1261 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(42) "Przejściowe, lekkie opady mokrego śniegu" "night" => string(42) "Przejściowe, lekkie opady mokrego śniegu" ) 1264 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" "night" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" ) 1273 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" ) 1276 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" "night" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" ) 1279 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 6 "day" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" ) 1282 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 5 "day" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" "night" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" ) ) public _windDir => array(16) ( "N" => string(1) "N" "NNE" => string(2) "NE" "NE" => string(2) "NE" "ENE" => string(2) "NE" "E" => string(1) "E" "ESE" => string(2) "SE" "SE" => string(2) "SE" "SSE" => string(2) "SE" "S" => string(1) "S" "SSW" => string(2) "SW" "SW" => string(2) "SW" "WSW" => string(2) "SW" "W" => string(1) "W" "WNW" => string(2) "NW" "NW" => string(2) "NW" "NNW" => string(2) "NW" ) public _mapZoom => array(26) ( 0 => integer 0 1 => integer 1 2 => integer 2 3 => integer 3 4 => integer 4 5 => integer 5 6 => integer 6 7 => integer 7 8 => integer 8 9 => integer 9 10 => integer 10 11 => integer 11 12 => integer 12 13 => integer 13 14 => integer 14 15 => integer 15 16 => integer 16 17 => integer 17 18 => integer 18 19 => integer 19 20 => integer 20 21 => integer 21 22 => integer 22 23 => integer 23 24 => integer 24 25 => integer 25 ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "system_city" protected _object_plural => string(13) "system_cities" protected _table_name => string(13) "system_cities" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "16" "comment" => string(32) "wysokość div gdy zwiniety w px" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "inname" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "inname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "abtname" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "abtname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "voivodeship_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "voivodeship_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "menu" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zoom" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "zoom" "column_default" => string(2) "15" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "popular" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "popular" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_noclegi" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "menu_noclegi" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_atrakcje" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_atrakcje" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_jedzenie" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_jedzenie" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_zoom" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "map_zoom" "column_default" => string(2) "15" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lat" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lng" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "102" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)) }{ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "system_city" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(86) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/obj/underlisttype.php" protected _data => array(4) ( "underListTitle" => string(21) "Apartamenty w okolicy" "table" => object Database_MySQLi_Result(7)public closeFilterPath => NULL public sumText => NULL public relCitiesDist => integer 300 public relCitiesLimit => integer 500 public relObjectsLimit => integer 500 public relObjectsByCityLimit => integer 30 public pageObjectsLimit => integer 500 public template => object View(2){ protected _internal_row => integer 0 protected _query => string(1175) "SELECT `system_city`.`id` AS `id`, `system_city`.`seo_name` AS `seo_name`, `system_city`.`name` AS `name`, `system_city`.`name_h …" protected _result => object mysqli_result(5)"mainCity" => object Model_System_City(43){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 6 protected _current_row => integer 0 protected _as_object => string(17) "Model_System_City" protected _object_params => NULL }{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _subCategories => array(4) ( "types" => array(7) ( 0 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(0) "" ) 1 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 2 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 3 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 4 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 5 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 6 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "places" => array(3) ( 7 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 8 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 9 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "banners" => array(5) ( 10 => string(21) "strona frontowa-góra" 11 => string(15) "podstrona-góra" 12 => string(12) "lewa-kolumna" 13 => string(13) "prawa kolumna" 14 => string(13) "środek-dół" ) "sliders" => array(2) ( 15 => string(21) "strona frontowa-góra" 16 => string(15) "podstrona-góra" ) ) protected _saveLabels => array(15) ( "id" => string(2) "ID" "name" => string(5) "Nazwa" "name_h2" => string(8) "Nazwa H2" "inname" => string(16) "odmieniona nazwa" "abtname" => string(16) "odmieniona nazwa" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "voivodeship_id" => string(12) "Województwo" "menu" => string(4) "Menu" "map_zoom" => string(17) "Zoom mapy slidera" "map_center_lat" => string(22) "Mapa slider center lat" "map_center_lng" => string(22) "Mapa slider center lng" "status" => string(6) "status" ) public _weaterCodes => array(48) ( 395 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(31) "Przejściowo śnieg z grzmotami" ) 392 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(22) "Lekki deszcz i burzowo" ) 389 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(20) "Przejściowo burzowo" ) 386 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(19) "Częściowo burzowo" ) 377 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(13) "Grad i śnieg" ) 374 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(4) "Grad" ) 371 => array(3) ( "night" => integer 9 "day" => integer 5 "desc" => string(19) "Przejściowo śnieg" ) 368 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 365 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(30) "Przejściowy śnieg z deszczem" ) 362 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(26) "Lekki deszcze ze śniegiem" ) 359 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(13) "Ulewny deszcz" ) 356 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(19) "Przejściowy deszcz" ) 353 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(13) "Lekka mżawka" ) 350 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(4) "Grad" ) 338 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(12) "Silny śnieg" ) 335 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(24) "Częściowo silny śnieg" ) 332 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(19) "Przejściowo śnieg" ) 329 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(28) "Częściowo przelotny śnieg" ) 326 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 323 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(24) "Częściowo lekki śnieg" ) 320 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(32) "Przejściowy deszcz ze śniegiem" ) 317 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 314 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(29) "Przejściowo marznący deszcz" ) 311 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 308 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 305 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 302 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 299 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 296 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(12) "Lekki deszcz" ) 293 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(24) "Częściowo lekki deszcz" ) 284 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 281 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Marznąca mżawka" ) 266 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 263 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 260 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(6) "Szadź" ) 248 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(5) "Mgła" ) 230 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(7) "Zamieć" ) 227 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 200 => array(3) ( "night" => integer 1 "day" => integer 6 "desc" => string(18) "Przejściowe burze" ) 185 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(27) "Przelotna marznąca mżawka" ) 182 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 179 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(32) "Możliwe przelotne opady śniegu" ) 176 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(25) "Możliwy przelotny deszcz" ) 143 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Mgliście" ) 122 => array(3) ( "night" => integer 1 "day" => integer 3 "desc" => string(9) "Pochmurno" ) 119 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Pochmurno" ) 116 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(24) "Częściowe zachmurzenie" ) 113 => array(3) ( "night" => integer 0 "day" => integer 0 "desc" => string(11) "Słonecznie" ) ) public _newWeatherCodes => array(48) ( 1000 => array(4) ( "dayimg" => integer 0 "nightimg" => integer 0 "day" => string(11) "Słonecznie" "night" => string(11) "Bezchmurnie" ) 1003 => array(4) ( "dayimg" => integer 1 "nightimg" => integer 3 "day" => string(24) "Częściowe zachmurzenie" "night" => string(24) "Częściowe zachmurzenie" ) 1006 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(12) "Zachmurzenie" "night" => string(12) "Zachmurzenie" ) 1009 => array(4) ( "dayimg" => integer 2 "nightimg" => integer 1 "day" => string(9) "Pochmurno" "night" => string(9) "Pochmurno" ) 1030 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(9) "Zamglenie" "night" => string(9) "Zamglenie" ) 1063 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(34) "Miejscowe opady deszczu w pobliżu" "night" => string(34) "Miejscowe opady deszczu w pobliżu" ) 1066 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 6 "day" => string(34) "Miejscowe opady śniegu w pobliżu" "night" => string(34) "Miejscowe opady śniegu w pobliżu" ) 1069 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" "night" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" ) 1072 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 5 "day" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" "night" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" ) 1087 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 1 "day" => string(31) "Gwałtowne grzmienia w pobliżu" "night" => string(31) "Gwałtowne grzmienia w pobliżu" ) 1114 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(18) "Wiatr ze śniegiem" "night" => string(18) "Wiatr ze śniegiem" ) 1117 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(10) "Śnieżyca" "night" => string(10) "Śnieżyca" ) 1135 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(5) "Mgła" "night" => string(5) "Mgła" ) 1147 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(13) "Mroźna mgła" "night" => string(13) "Mroźna mgła" ) 1150 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(38) "Miejscowe wystąpienie lekkiej mżawki" "night" => string(38) "Miejscowe wystąpienie lekkiej mżawki" ) 1153 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(13) "Lekka mżawka" "night" => string(13) "Lekka mżawka" ) 1168 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(15) "Mroźna mżawka" "night" => string(15) "Mroźna mżawka" ) 1171 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(25) "Ciężka, mroźna mżawka" "night" => string(25) "Ciężka, mroźna mżawka" ) 1180 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(32) "Miejscowe opady lekkiego deszczu" "night" => string(32) "Miejscowe opady lekkiego deszczu" ) 1183 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(12) "Lekki deszcz" "night" => string(12) "Lekki deszcz" ) 1186 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(36) "Przejściowe, średnie opady deszczu" "night" => string(36) "Przejściowe, średnie opady deszczu" ) 1189 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(22) "Średnie opady deszczu" "night" => string(22) "Średnie opady deszczu" ) 1192 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(37) "Przejściowe, ciężkie opady deszczu" "night" => string(37) "Przejściowe, ciężkie opady deszczu" ) 1195 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(23) "Ciężkie opady deszczu" "night" => string(23) "Ciężkie opady deszczu" ) 1198 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(30) "Lekkie opady mroźnego deszczu" "night" => string(30) "Lekkie opady mroźnego deszczu" ) 1201 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" "night" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" ) 1204 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(31) "Lekkie opady śniegu z deszczem" "night" => string(31) "Lekkie opady śniegu z deszczem" ) 1207 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" "night" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" ) 1210 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(31) "Miejscowe, lekkie opady śniegu" "night" => string(31) "Miejscowe, lekkie opady śniegu" ) 1213 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(20) "Lekkie opady śniegu" "night" => string(20) "Lekkie opady śniegu" ) 1216 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(33) "Miejscowe, średnie opady śniegu" "night" => string(33) "Miejscowe, średnie opady śniegu" ) 1219 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(22) "Średnie opady śniegu" "night" => string(22) "Średnie opady śniegu" ) 1222 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(34) "Miejscowe, ciężkie opady śniegu" "night" => string(34) "Miejscowe, ciężkie opady śniegu" ) 1225 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(23) "Ciężkie opady śniegu" "night" => string(23) "Ciężkie opady śniegu" ) 1237 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(12) "Mokry śnieg" "night" => string(12) "Mokry śnieg" ) 1240 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(31) "Lekkie, przelotne opady deszczu" "night" => string(31) "Lekkie, przelotne opady deszczu" ) 1243 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" "night" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" ) 1246 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(25) "Przelotne deszcze nawalne" "night" => string(25) "Przelotne deszcze nawalne" ) 1249 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 5 "day" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" "night" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" ) 1252 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" "night" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" ) 1255 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(34) "Przejściowe, lekkie opady śniegu" "night" => string(34) "Przejściowe, lekkie opady śniegu" ) 1258 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" "night" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" ) 1261 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(42) "Przejściowe, lekkie opady mokrego śniegu" "night" => string(42) "Przejściowe, lekkie opady mokrego śniegu" ) 1264 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" "night" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" ) 1273 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" ) 1276 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" "night" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" ) 1279 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 6 "day" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" ) 1282 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 5 "day" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" "night" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" ) ) public _windDir => array(16) ( "N" => string(1) "N" "NNE" => string(2) "NE" "NE" => string(2) "NE" "ENE" => string(2) "NE" "E" => string(1) "E" "ESE" => string(2) "SE" "SE" => string(2) "SE" "SSE" => string(2) "SE" "S" => string(1) "S" "SSW" => string(2) "SW" "SW" => string(2) "SW" "WSW" => string(2) "SW" "W" => string(1) "W" "WNW" => string(2) "NW" "NW" => string(2) "NW" "NNW" => string(2) "NW" ) public _mapZoom => array(26) ( 0 => integer 0 1 => integer 1 2 => integer 2 3 => integer 3 4 => integer 4 5 => integer 5 6 => integer 6 7 => integer 7 8 => integer 8 9 => integer 9 10 => integer 10 11 => integer 11 12 => integer 12 13 => integer 13 14 => integer 14 15 => integer 15 16 => integer 16 17 => integer 17 18 => integer 18 19 => integer 19 20 => integer 20 21 => integer 21 22 => integer 22 23 => integer 23 24 => integer 24 25 => integer 25 ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "system_city" protected _object_plural => string(13) "system_cities" protected _table_name => string(13) "system_cities" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "16" "comment" => string(32) "wysokość div gdy zwiniety w px" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "inname" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "inname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "abtname" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "abtname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "voivodeship_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "voivodeship_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "menu" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zoom" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "zoom" "column_default" => string(2) "15" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "popular" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "popular" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_noclegi" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "menu_noclegi" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_atrakcje" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_atrakcje" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_jedzenie" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_jedzenie" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_zoom" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "map_zoom" "column_default" => string(2) "15" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lat" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lng" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "102" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"type" => object Model_System_City_Type(38){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "system_city" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) protected _saveLabels => array(9) ( "id" => string(2) "ID" "city_id" => string(13) "Miejscowość" "name" => string(5) "Imię" "name_h2" => string(8) "Nazwa h2" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "status" => string(6) "status" ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => string(3) "674" "seo_name" => string(11) "apartamenty" "city_id" => string(3) "102" "name" => string(11) "Apartamenty" "name_h2" => NULL "name_h2_length" => string(2) "42" "description" => string(0) "" "position" => NULL "seo_title" => string(65) "Krynica Morska, Apartamenty do wynajęcia.Noclegi w Apartamentach" "seo_description" => string(118) "Lista ofert Apartamentów ✔Noclegi ✔Restauracje ✔Atrakcje turystyczne w Krynicy Morskiej. Podwyższony standard." "type" => string(1) "2" "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(12) ( "id" => string(3) "674" "seo_name" => string(11) "apartamenty" "city_id" => string(3) "102" "name" => string(11) "Apartamenty" "name_h2" => NULL "name_h2_length" => string(2) "42" "description" => string(0) "" "position" => NULL "seo_title" => string(65) "Krynica Morska, Apartamenty do wynajęcia.Noclegi w Apartamentach" "seo_description" => string(118) "Lista ofert Apartamentów ✔Noclegi ✔Restauracje ✔Atrakcje turystyczne w Krynicy Morskiej. Podwyższony standard." "type" => string(1) "2" "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(16) "system_city_type" protected _object_plural => string(17) "system_city_types" protected _table_name => string(17) "system_city_types" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "city_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "674" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)) }{ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(16) "system_city_type" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(85) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/public.php" protected _data => array(38) ( "baseUrl" => string(3) "obj" "_types" => array(7) ( 0 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(0) "" ) 1 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 2 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 3 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 4 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 5 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 6 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "_places" => array(3) ( 7 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 8 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 9 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "_cities_region_1" => array(20) ( "hel" => string(3) "Hel" "jurata" => string(6) "Jurata" "jastarnia" => string(9) "Jastarnia" "kuznica" => string(8) "Kuźnica" "chalupy" => string(8) "Chałupy" "wladyslawowo" => string(14) "Władysławowo" "jastrzebia-gora" => string(17) "Jastrzębia Góra" "karwia" => string(6) "Karwia" "debki" => string(6) "Dębki" "bialogora" => string(11) "Białogóra" "ustka" => string(5) "Ustka" "mielno" => string(6) "Mielno" "kolobrzeg" => string(10) "Kołobrzeg" "rewal" => string(5) "Rewal" "trzesacz" => string(9) "Trzęsacz" "miedzywodzie" => string(13) "Międzywodzie" "miedzyzdroje" => string(13) "Międzyzdroje" "chlapowo" => string(9) "Chłapowo" "gdansk" => string(7) "Gdańsk" "krynica-morska" => string(14) "Krynica Morska" ) "_cities_region_2" => array(20) ( "cisna" => string(5) "Cisna" "solina" => string(6) "Solina" "ustrzyki-dolne" => string(14) "Ustrzyki Dolne" "szczawnica" => string(10) "Szczawnica" "bialka-tatrzanska" => string(19) "Białka Tatrzańska" "male-ciche" => string(11) "Małe Ciche" "poronin" => string(7) "Poronin" "witow" => string(6) "Witów" "zakopane" => string(8) "Zakopane" "rabka-zdroj" => string(12) "Rabka-Zdrój" "zywiec" => string(7) "Żywiec" "szczyrk" => string(7) "Szczyrk" "ustron" => string(7) "Ustroń" "wisla" => string(6) "Wisła" "wegierska-gorka" => string(17) "Węgierska Górka" "korbielow" => string(10) "Korbielów" "duszniki-zdroj" => string(15) "Duszniki-Zdrój" "karpacz" => string(7) "Karpacz" "szklarska-poreba" => string(17) "Szklarska Poręba" "zieleniec" => string(9) "Zieleniec" ) "_cities_region_3" => array(20) ( "wegorzewo" => string(10) "Węgorzewo" "gizycko" => string(8) "Giżycko" "mragowo" => string(8) "Mrągowo" "mikolajki" => string(10) "Mikołajki" "elk" => string(4) "Ełk" "augustow" => string(9) "Augustów" "ruciane-nida" => string(12) "Ruciane-Nida" "ilawa" => string(6) "Iława" "ostroda" => string(8) "Ostróda" "olsztynek" => string(9) "Olsztynek" "olsztyn" => string(7) "Olsztyn" "nidzica" => string(7) "Nidzica" "szczytno" => string(8) "Szczytno" "pasym" => string(5) "Pasym" "pisz" => string(4) "Pisz" "ryn" => string(3) "Ryn" "olecko" => string(6) "Olecko" "goldap" => string(7) "Gołdap" "ketrzyn" => string(8) "Kętrzyn" "wilkasy" => string(7) "Wilkasy" ) "_mainCities" => object Database_MySQLi_Result(7)public auto_render => bool TRUE public request => object Request(19){ protected _internal_row => integer 0 protected _query => string(1154) "SELECT `system_city`.`id` AS `id`, `system_city`.`seo_name` AS `seo_name`, `system_city`.`name` AS `name`, `system_city`.`name_h …" protected _result => object mysqli_result(5)"_mainRegions" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(17) "Model_System_City" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(432) "SELECT `system_region`.`id` AS `id`, `system_region`.`seo_name` AS `seo_name`, `system_region`.`name` AS `name`, `system_region` …" protected _result => object mysqli_result(5)"_mainOffers" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 4 protected _current_row => integer 0 protected _as_object => string(19) "Model_System_Region" protected _object_params => NULL }{ protected _internal_row => integer 0 protected _query => string(523) "SELECT `system_specialoffer`.`id` AS `id`, `system_specialoffer`.`seo_name` AS `seo_name`, `system_specialoffer`.`name` AS `name …" protected _result => object mysqli_result(5)"title" => string(17) "Apartamenty Marta" "page_title" => string(51) "Apartamenty Marta - Krynica Zdrój, Teleexpressu 2c" "meta_description" => string(13) "Mojeurlopy.pl" "meta_keywords" => string(13) "Mojeurlopy.pl" "red" => NULL "green" => NULL "orange" => NULL "content" => object View(2){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(25) "Model_System_Specialoffer" protected _object_params => NULL }{ protected _file => string(77) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/obj/show.php" protected _data => array(32) ( "table" => object Model_Object(43)"styles" => array(4) ( "https://www.mojeurlopy.pl/media/css/base_bootstrap.min.css?v=2" => string(6) "screen" "https://www.mojeurlopy.pl/media/css/styles.min.css?v=37" => string(6) "screen" "https://www.mojeurlopy.pl/media/css/ui_autocomplete_jquery_ui_slider.min.css" => string(6) "screen" "https://www.mojeurlopy.pl/media/js/plugins/flexslider/flexslider.min.css" => string(6) "screen" ) "scripts" => array(9) ( 0 => string(58) "https://www.mojeurlopy.pl/media/js/jquery-1.9.1.min.js?v=2" 1 => string(51) "https://www.mojeurlopy.pl/media/js/bootstrap.min.js" 2 => string(50) "https://www.mojeurlopy.pl/media/js/lazyload.min.js" 3 => string(60) "https://www.mojeurlopy.pl/media/js/jquery-ui-autocomplete.js" 4 => string(54) "https://www.mojeurlopy.pl/media/js/jquery-ui-slider.js" 5 => string(78) "https://www.mojeurlopy.pl/media/js/plugins/flexslider/jquery.flexslider.min.js" 6 => string(51) "https://www.mojeurlopy.pl/media/js/scrollbar.min.js" 7 => string(53) "https://www.mojeurlopy.pl/media/js/materialize.min.js" 8 => string(49) "https://www.mojeurlopy.pl/media/js/scripts.js?v=3" ) "seo_description" => string(112) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. " "brd" => object View(2){ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _types => array(2) ( 0 => string(8) "Atrakcje" 1 => string(9) "Noclegowy" ) protected _saveLabels => array(35) ( "id" => string(2) "ID" "user_id" => string(11) "Użytkownik" "name" => string(5) "Nazwa" "price_from" => string(7) "Cena Od" "price_to" => string(7) "Cena Do" "places" => string(14) "Ilość miejsc" "availability" => string(13) "Dostępność" "type" => string(3) "Typ" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "valid_from" => string(9) "Ważny od" "valid_to" => string(9) "Ważny do" "lead" => string(4) "Lead" "description" => string(4) "Opis" "url" => string(9) "Adres URL" "email" => string(5) "Email" "city_id" => string(13) "Miejscowość" "region_id" => string(6) "Region" "specialoffer_id" => string(16) "Oferta specjalna" "city" => string(13) "Miejscowość" "street" => string(5) "Ulica" "street_number" => string(21) "Numer domu/mieszkania" "post_code" => string(12) "Kod pocztowy" "phone_number_1" => string(16) "Numer telefonu 1" "phone_number_2" => string(16) "Numer telefonu 2" "fax_number" => string(9) "Numer fax" "lat" => string(8) "Latitude" "lng" => string(9) "Longitude" "additional" => string(9) "Dodatkowe" "partner" => string(8) "Partner?" "reg" => string(9) "Regulamin" "time" => string(4) "Czas" "ip" => string(2) "IP" "images_limit" => string(23) "Limit zdjęć w galerii" "status" => string(6) "Status" ) public _rate_main_cat => array(4) ( 1 => string(7) "noclegi" 2 => string(8) "atrakcje" 3 => string(8) "jedzenie" 4 => string(7) "imprezy" ) public _gallery_limits => array(3) ( 9 => string(4) "do 9" 36 => string(5) "do 36" 54 => string(5) "do 54" ) public _rate_cat => array(4) ( 1 => array(6) ( 1 => string(11) "lokalizacja" 2 => string(6) "pokój" 3 => string(9) "Łazienka" 4 => string(10) "czystość" 5 => string(8) "obsługa" 6 => string(4) "cena" ) 2 => array(5) ( 7 => string(11) "lokalizacja" 8 => string(8) "atrakcje" 9 => string(7) "parking" 10 => string(8) "obsługa" 11 => string(4) "cena" ) 3 => array(6) ( 12 => string(8) "jedzenie" 13 => string(6) "napoje" 14 => string(9) "atmosfera" 15 => string(10) "czystość" 16 => string(8) "obsługa" 17 => string(4) "cena" ) 4 => array(5) ( 18 => string(11) "lokalizacja" 19 => string(8) "atrakcje" 20 => string(9) "atmosfera" 21 => string(8) "obsługa" 22 => string(4) "cena" ) ) public _reco_cat => array(4) ( 1 => array(5) ( 1 => string(7) "dla par" 2 => string(21) "dla rodzin z dziećmi" 3 => string(27) "lubiących ciszę i spokój" 4 => string(10) "dla singli" 5 => string(13) "dla aktywnych" ) 2 => array(5) ( 6 => string(13) "dla aktywnych" 7 => string(24) "dla szukających relaksu" 8 => string(18) "dla wodnych fanów" 9 => string(24) "dla lądowych odkrywców" 10 => string(26) "dla lubiących adrenalinę" ) 3 => array(5) ( 11 => string(24) "dla szybkich i łakomych" 12 => string(14) "dla wybrednych" 13 => string(22) "dla fanów słodkości" 14 => string(21) "dla rodzin z dziećmi" 15 => string(14) "dla dorosłych" ) 4 => array(5) ( 16 => string(11) "lokalizacja" 17 => string(17) "walory rozrywkowe" 18 => string(9) "atmosfera" 19 => string(14) "dla młodszych" 20 => string(13) "dla starszych" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(42) ( "id" => string(3) "249" "user_id" => string(3) "206" "name" => string(17) "Apartamenty Marta" "price_from" => string(4) "0.00" "price_to" => string(4) "0.00" "places" => string(2) "60" "availability" => string(8) "sezonowy" "type" => string(1) "1" "seo_title" => string(51) "Apartamenty Marta - Krynica Zdrój, Teleexpressu 2c" "seo_description" => string(112) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. " "valid_from" => string(10) "1398808800" "valid_to" => string(10) "1745964000" "lead" => string(311) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. "Marta" nie jest pos …" "description" => string(858) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. "Marta" nie jest po …" "url" => string(0) "" "email" => string(24) "[email protected]" "city_id" => string(3) "102" "region_id" => string(1) "5" "specialoffer_id" => NULL "main_cat_id" => string(1) "2" "city" => string(14) "Krynica Morska" "city_alias" => string(0) "" "street" => string(12) "Teleexpressu" "street_number" => string(2) "2c" "post_code" => string(6) "82-120" "phone_number_1" => string(11) "694 467 923" "phone_number_2" => string(0) "" "tourist_info" => string(1) "0" "fax_number" => NULL "lat" => string(9) "54.381982" "lng" => string(9) "19.436860" "additional" => string(0) "" "partner" => string(1) "0" "recommended" => string(1) "1" "top7" => string(1) "0" "top7_position" => NULL "rate_cat" => string(1) "1" "images_limit" => string(2) "36" "time" => string(10) "1778781657" "created" => string(10) "1398808800" "ip" => string(14) "94.254.169.125" "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(42) ( "id" => string(3) "249" "user_id" => string(3) "206" "name" => string(17) "Apartamenty Marta" "price_from" => string(4) "0.00" "price_to" => string(4) "0.00" "places" => string(2) "60" "availability" => string(8) "sezonowy" "type" => string(1) "1" "seo_title" => string(51) "Apartamenty Marta - Krynica Zdrój, Teleexpressu 2c" "seo_description" => string(112) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. " "valid_from" => string(10) "1398808800" "valid_to" => string(10) "1745964000" "lead" => string(311) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. "Marta" nie jest pos …" "description" => string(858) ""Marta" położona jest w pięknym lesie, niespełna 200 m od morza w komfortowym oddaleniu od centrum miasta. "Marta" nie jest po …" "url" => string(0) "" "email" => string(24) "[email protected]" "city_id" => string(3) "102" "region_id" => string(1) "5" "specialoffer_id" => NULL "main_cat_id" => string(1) "2" "city" => string(14) "Krynica Morska" "city_alias" => string(0) "" "street" => string(12) "Teleexpressu" "street_number" => string(2) "2c" "post_code" => string(6) "82-120" "phone_number_1" => string(11) "694 467 923" "phone_number_2" => string(0) "" "tourist_info" => string(1) "0" "fax_number" => NULL "lat" => string(9) "54.381982" "lng" => string(9) "19.436860" "additional" => string(0) "" "partner" => string(1) "0" "recommended" => string(1) "1" "top7" => string(1) "0" "top7_position" => NULL "rate_cat" => string(1) "1" "images_limit" => string(2) "36" "time" => string(10) "1778781657" "created" => string(10) "1398808800" "ip" => string(14) "94.254.169.125" "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "object" protected _object_plural => string(7) "objects" protected _table_name => string(7) "objects" protected _table_columns => array(42) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_from" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(10) "price_from" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price_to" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(8) "price_to" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "numeric_precision" => string(1) "9" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "places" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "places" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_from" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "valid_from" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "valid_to" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "valid_to" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "512" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "city_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "specialoffer_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "specialoffer_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "main_cat_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "main_cat_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_alias" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "city_alias" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "post_code" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "post_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(1) "6" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_1" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone_number_2" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "phone_number_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tourist_info" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "tourist_info" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax_number" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "fax_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "additional" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partner" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "partner" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "recommended" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "recommended" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "top7" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "top7_position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "top7_position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rate_cat" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "rate_cat" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "images_limit" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "images_limit" "column_default" => string(2) "36" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "time" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "time" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "character_maximum_length" => string(2) "16" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "249" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"countAll" => integer 6 "baseUrl" => array(3) ( "noclegi/krynica-morska" => string(22) "Noclegi Krynica Morska" "noclegi/krynica-morska/apartamenty" => string(26) "Apartamenty Krynica Morska" "noclegi/krynica-morska/apartamenty/249" => string(17) "Apartamenty Marta" ) "errors" => NULL "wns" => NULL "systemEquipments" => array(8) ( 13 => string(2) "TV" 14 => string(8) "Lodówka" 15 => string(9) "Łazienka" 16 => string(14) "Aneks kuchenny" 18 => string(11) "Wyżywienie" 19 => string(6) "Radio " 21 => string(6) "Balkon" 22 => string(7) "Telefon" ) "equipments" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "object" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 4 protected _query => string(211) "SELECT `object_equipment`.`id` AS `id`, `object_equipment`.`object_id` AS `object_id`, `object_equipment`.`equipment_id` AS `equ …" protected _result => object mysqli_result(5)"systemFacilities" => array(7) ( 7 => string(7) "Parking" 8 => string(17) "Miejsce na grilla" 9 => string(10) "Plac zabaw" 10 => string(30) "Wypożyczalnia sprzętu sport." 12 => string(14) "Internet Wi-Fi" 14 => string(8) "Czajnik " 15 => string(3) "SPA" ) "facility" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 4 protected _current_row => integer 4 protected _as_object => string(22) "Model_Object_Equipment" protected _object_params => NULL }{ protected _internal_row => integer 5 protected _query => string(205) "SELECT `object_facility`.`id` AS `id`, `object_facility`.`object_id` AS `object_id`, `object_facility`.`facility_id` AS `facilit …" protected _result => object mysqli_result(5)"rooms" => object Database_MySQLi_Result(7){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 5 protected _current_row => integer 5 protected _as_object => string(21) "Model_Object_Facility" protected _object_params => NULL }{ protected _internal_row => integer 4 protected _query => string(176) "SELECT `object_room`.`id` AS `id`, `object_room`.`object_id` AS `object_id`, `object_room`.`room_id` AS `room_id` FROM `object_r …" protected _result => object mysqli_result(5)"images" => array(6) ( 0 => object Model_Object_Image(36){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 4 protected _current_row => integer 4 protected _as_object => string(17) "Model_Object_Room" protected _object_params => NULL }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "756" "object_id" => string(3) "249" "file_id" => string(3) "814" "description" => NULL "position" => string(3) "756" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "756" "object_id" => string(3) "249" "file_id" => string(3) "814" "description" => NULL "position" => string(3) "756" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "756" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)1 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "757" "object_id" => string(3) "249" "file_id" => string(3) "815" "description" => NULL "position" => string(3) "757" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "757" "object_id" => string(3) "249" "file_id" => string(3) "815" "description" => NULL "position" => string(3) "757" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "757" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)2 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "758" "object_id" => string(3) "249" "file_id" => string(3) "816" "description" => NULL "position" => string(3) "758" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "758" "object_id" => string(3) "249" "file_id" => string(3) "816" "description" => NULL "position" => string(3) "758" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "758" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)3 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "759" "object_id" => string(3) "249" "file_id" => string(3) "817" "description" => NULL "position" => string(3) "759" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "759" "object_id" => string(3) "249" "file_id" => string(3) "817" "description" => NULL "position" => string(3) "759" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "759" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)4 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "760" "object_id" => string(3) "249" "file_id" => string(3) "818" "description" => NULL "position" => string(3) "760" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "760" "object_id" => string(3) "249" "file_id" => string(3) "818" "description" => NULL "position" => string(3) "760" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "760" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)5 => object Model_Object_Image(36){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(3) "761" "object_id" => string(3) "249" "file_id" => string(3) "819" "description" => NULL "position" => string(3) "761" ) protected _changed => array(0) protected _original_values => array(5) ( "id" => string(3) "761" "object_id" => string(3) "249" "file_id" => string(3) "819" "description" => NULL "position" => string(3) "761" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "object_image" protected _object_plural => string(13) "object_images" protected _table_name => string(13) "object_images" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "object_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "object_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "761" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)) "videos" => array(0) "map" => NULL "recaptcha" => NULL "formGreen" => NULL "formRed" => NULL "imgPagination" => string(0) "" "rates" => NULL "rateCats" => array(6) ( 1 => string(11) "lokalizacja" 2 => string(6) "pokój" 3 => string(9) "Łazienka" 4 => string(10) "czystość" 5 => string(8) "obsługa" 6 => string(4) "cena" ) "recoCats" => array(5) ( 1 => string(7) "dla par" 2 => string(21) "dla rodzin z dziećmi" 3 => string(27) "lubiących ciszę i spokój" 4 => string(10) "dla singli" 5 => string(13) "dla aktywnych" ) "rateGreen" => NULL "rateRed" => NULL "detailRate" => array(3) ( "details" => array(6) ( 1 => array(2) ( "avg" => string(6) "4.1667" "name" => string(11) "lokalizacja" ) 2 => array(2) ( "avg" => string(6) "4.5000" "name" => string(6) "pokój" ) 3 => array(2) ( "avg" => string(6) "4.5000" "name" => string(9) "Łazienka" ) 4 => array(2) ( "avg" => string(6) "4.6667" "name" => string(10) "czystość" ) 5 => array(2) ( "avg" => string(6) "4.3333" "name" => string(8) "obsługa" ) 6 => array(2) ( "avg" => string(6) "4.5000" "name" => string(4) "cena" ) ) "avg" => float 4,5 "count" => integer 7 ) "detailReco" => array(3) ( 0 => array(2) ( "name" => string(10) "dla singli" "percent" => integer 200 ) 1 => array(2) ( "name" => string(7) "dla par" "percent" => integer 100 ) 2 => array(2) ( "name" => string(21) "dla rodzin z dziećmi" "percent" => integer 100 ) ) "reco_max_val" => integer 200 "returnOpinions" => bool FALSE "isPlace" => bool FALSE "canonical" => string(64) "https://www.mojeurlopy.pl/noclegi/krynica-morska/apartamenty/249" "_schemaType" => string(33) "http://schema.org/LodgingBusiness" "mw_type_seo_name" => string(11) "apartamenty" "underShow" => object View(2){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "object_image" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(82) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/obj/undershow.php" protected _data => array(5) ( "underShowTitle" => string(38) "Apartamenty w okolicy Krynicy Morskiej" "table" => object Database_MySQLi_Result(7)"mwOSMmap" => array(6) ( "lat" => string(9) "54.381982" "lng" => string(9) "19.436860" "zoom" => integer 15 "title" => string(17) "Apartamenty Marta" "osmIconUrl" => string(61) "https://www.mojeurlopy.pl/../media/images/map/icoStandard.png" "iconSize" => string(8) "[22, 32]" ) ) }{ protected _internal_row => integer 0 protected _query => string(1175) "SELECT `system_city`.`id` AS `id`, `system_city`.`seo_name` AS `seo_name`, `system_city`.`name` AS `name`, `system_city`.`name_h …" protected _result => object mysqli_result(5)"mainCity" => object Model_System_City(43){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 6 protected _current_row => integer 0 protected _as_object => string(17) "Model_System_City" protected _object_params => NULL }{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _subCategories => array(4) ( "types" => array(7) ( 0 => array(2) ( ... ) 1 => array(2) ( ... ) 2 => array(2) ( ... ) 3 => array(2) ( ... ) 4 => array(2) ( ... ) 5 => array(2) ( ... ) 6 => array(2) ( ... ) ) "places" => array(3) ( 7 => array(2) ( ... ) 8 => array(2) ( ... ) 9 => array(2) ( ... ) ) "banners" => array(5) ( 10 => string(21) "strona frontowa-góra" 11 => string(15) "podstrona-góra" 12 => string(12) "lewa-kolumna" 13 => string(13) "prawa kolumna" 14 => string(13) "środek-dół" ) "sliders" => array(2) ( 15 => string(21) "strona frontowa-góra" 16 => string(15) "podstrona-góra" ) ) protected _saveLabels => array(15) ( "id" => string(2) "ID" "name" => string(5) "Nazwa" "name_h2" => string(8) "Nazwa H2" "inname" => string(16) "odmieniona nazwa" "abtname" => string(16) "odmieniona nazwa" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "voivodeship_id" => string(12) "Województwo" "menu" => string(4) "Menu" "map_zoom" => string(17) "Zoom mapy slidera" "map_center_lat" => string(22) "Mapa slider center lat" "map_center_lng" => string(22) "Mapa slider center lng" "status" => string(6) "status" ) public _weaterCodes => array(48) ( 395 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(31) "Przejściowo śnieg z grzmotami" ) 392 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(22) "Lekki deszcz i burzowo" ) 389 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(20) "Przejściowo burzowo" ) 386 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(19) "Częściowo burzowo" ) 377 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(13) "Grad i śnieg" ) 374 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(4) "Grad" ) 371 => array(3) ( "night" => integer 9 "day" => integer 5 "desc" => string(19) "Przejściowo śnieg" ) 368 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 365 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(30) "Przejściowy śnieg z deszczem" ) 362 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(26) "Lekki deszcze ze śniegiem" ) 359 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(13) "Ulewny deszcz" ) 356 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(19) "Przejściowy deszcz" ) 353 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(13) "Lekka mżawka" ) 350 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(4) "Grad" ) 338 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(12) "Silny śnieg" ) 335 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(24) "Częściowo silny śnieg" ) 332 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(19) "Przejściowo śnieg" ) 329 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(28) "Częściowo przelotny śnieg" ) 326 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 323 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(24) "Częściowo lekki śnieg" ) 320 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(32) "Przejściowy deszcz ze śniegiem" ) 317 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 314 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(29) "Przejściowo marznący deszcz" ) 311 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 308 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 305 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 302 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 299 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 296 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(12) "Lekki deszcz" ) 293 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(24) "Częściowo lekki deszcz" ) 284 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 281 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Marznąca mżawka" ) 266 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 263 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 260 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(6) "Szadź" ) 248 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(5) "Mgła" ) 230 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(7) "Zamieć" ) 227 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 200 => array(3) ( "night" => integer 1 "day" => integer 6 "desc" => string(18) "Przejściowe burze" ) 185 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(27) "Przelotna marznąca mżawka" ) 182 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 179 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(32) "Możliwe przelotne opady śniegu" ) 176 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(25) "Możliwy przelotny deszcz" ) 143 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Mgliście" ) 122 => array(3) ( "night" => integer 1 "day" => integer 3 "desc" => string(9) "Pochmurno" ) 119 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Pochmurno" ) 116 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(24) "Częściowe zachmurzenie" ) 113 => array(3) ( "night" => integer 0 "day" => integer 0 "desc" => string(11) "Słonecznie" ) ) public _newWeatherCodes => array(48) ( 1000 => array(4) ( "dayimg" => integer 0 "nightimg" => integer 0 "day" => string(11) "Słonecznie" "night" => string(11) "Bezchmurnie" ) 1003 => array(4) ( "dayimg" => integer 1 "nightimg" => integer 3 "day" => string(24) "Częściowe zachmurzenie" "night" => string(24) "Częściowe zachmurzenie" ) 1006 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(12) "Zachmurzenie" "night" => string(12) "Zachmurzenie" ) 1009 => array(4) ( "dayimg" => integer 2 "nightimg" => integer 1 "day" => string(9) "Pochmurno" "night" => string(9) "Pochmurno" ) 1030 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(9) "Zamglenie" "night" => string(9) "Zamglenie" ) 1063 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(34) "Miejscowe opady deszczu w pobliżu" "night" => string(34) "Miejscowe opady deszczu w pobliżu" ) 1066 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 6 "day" => string(34) "Miejscowe opady śniegu w pobliżu" "night" => string(34) "Miejscowe opady śniegu w pobliżu" ) 1069 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" "night" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" ) 1072 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 5 "day" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" "night" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" ) 1087 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 1 "day" => string(31) "Gwałtowne grzmienia w pobliżu" "night" => string(31) "Gwałtowne grzmienia w pobliżu" ) 1114 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(18) "Wiatr ze śniegiem" "night" => string(18) "Wiatr ze śniegiem" ) 1117 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(10) "Śnieżyca" "night" => string(10) "Śnieżyca" ) 1135 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(5) "Mgła" "night" => string(5) "Mgła" ) 1147 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(13) "Mroźna mgła" "night" => string(13) "Mroźna mgła" ) 1150 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(38) "Miejscowe wystąpienie lekkiej mżawki" "night" => string(38) "Miejscowe wystąpienie lekkiej mżawki" ) 1153 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(13) "Lekka mżawka" "night" => string(13) "Lekka mżawka" ) 1168 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(15) "Mroźna mżawka" "night" => string(15) "Mroźna mżawka" ) 1171 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(25) "Ciężka, mroźna mżawka" "night" => string(25) "Ciężka, mroźna mżawka" ) 1180 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(32) "Miejscowe opady lekkiego deszczu" "night" => string(32) "Miejscowe opady lekkiego deszczu" ) 1183 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(12) "Lekki deszcz" "night" => string(12) "Lekki deszcz" ) 1186 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(36) "Przejściowe, średnie opady deszczu" "night" => string(36) "Przejściowe, średnie opady deszczu" ) 1189 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(22) "Średnie opady deszczu" "night" => string(22) "Średnie opady deszczu" ) 1192 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(37) "Przejściowe, ciężkie opady deszczu" "night" => string(37) "Przejściowe, ciężkie opady deszczu" ) 1195 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(23) "Ciężkie opady deszczu" "night" => string(23) "Ciężkie opady deszczu" ) 1198 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(30) "Lekkie opady mroźnego deszczu" "night" => string(30) "Lekkie opady mroźnego deszczu" ) 1201 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" "night" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" ) 1204 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(31) "Lekkie opady śniegu z deszczem" "night" => string(31) "Lekkie opady śniegu z deszczem" ) 1207 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" "night" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" ) 1210 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(31) "Miejscowe, lekkie opady śniegu" "night" => string(31) "Miejscowe, lekkie opady śniegu" ) 1213 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(20) "Lekkie opady śniegu" "night" => string(20) "Lekkie opady śniegu" ) 1216 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(33) "Miejscowe, średnie opady śniegu" "night" => string(33) "Miejscowe, średnie opady śniegu" ) 1219 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(22) "Średnie opady śniegu" "night" => string(22) "Średnie opady śniegu" ) 1222 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(34) "Miejscowe, ciężkie opady śniegu" "night" => string(34) "Miejscowe, ciężkie opady śniegu" ) 1225 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(23) "Ciężkie opady śniegu" "night" => string(23) "Ciężkie opady śniegu" ) 1237 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(12) "Mokry śnieg" "night" => string(12) "Mokry śnieg" ) 1240 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(31) "Lekkie, przelotne opady deszczu" "night" => string(31) "Lekkie, przelotne opady deszczu" ) 1243 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" "night" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" ) 1246 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(25) "Przelotne deszcze nawalne" "night" => string(25) "Przelotne deszcze nawalne" ) 1249 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 5 "day" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" "night" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" ) 1252 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" "night" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" ) 1255 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(34) "Przejściowe, lekkie opady śniegu" "night" => string(34) "Przejściowe, lekkie opady śniegu" ) 1258 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" "night" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" ) 1261 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(42) "Przejściowe, lekkie opady mokrego śniegu" "night" => string(42) "Przejściowe, lekkie opady mokrego śniegu" ) 1264 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" "night" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" ) 1273 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" ) 1276 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" "night" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" ) 1279 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 6 "day" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" ) 1282 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 5 "day" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" "night" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" ) ) public _windDir => array(16) ( "N" => string(1) "N" "NNE" => string(2) "NE" "NE" => string(2) "NE" "ENE" => string(2) "NE" "E" => string(1) "E" "ESE" => string(2) "SE" "SE" => string(2) "SE" "SSE" => string(2) "SE" "S" => string(1) "S" "SSW" => string(2) "SW" "SW" => string(2) "SW" "WSW" => string(2) "SW" "W" => string(1) "W" "WNW" => string(2) "NW" "NW" => string(2) "NW" "NNW" => string(2) "NW" ) public _mapZoom => array(26) ( 0 => integer 0 1 => integer 1 2 => integer 2 3 => integer 3 4 => integer 4 5 => integer 5 6 => integer 6 7 => integer 7 8 => integer 8 9 => integer 9 10 => integer 10 11 => integer 11 12 => integer 12 13 => integer 13 14 => integer 14 15 => integer 15 16 => integer 16 17 => integer 17 18 => integer 18 19 => integer 19 20 => integer 20 21 => integer 21 22 => integer 22 23 => integer 23 24 => integer 24 25 => integer 25 ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "system_city" protected _object_plural => string(13) "system_cities" protected _table_name => string(13) "system_cities" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "16" "comment" => string(32) "wysokość div gdy zwiniety w px" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "inname" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "inname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "abtname" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "abtname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "voivodeship_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "voivodeship_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "menu" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zoom" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "zoom" "column_default" => string(2) "15" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "popular" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "popular" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_noclegi" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "menu_noclegi" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_atrakcje" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_atrakcje" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_jedzenie" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_jedzenie" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_zoom" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "map_zoom" "column_default" => string(2) "15" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lat" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lng" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "102" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"type" => object Model_System_City_Type(38){ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "system_city" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) protected _saveLabels => array(9) ( "id" => string(2) "ID" "city_id" => string(13) "Miejscowość" "name" => string(5) "Imię" "name_h2" => string(8) "Nazwa h2" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "status" => string(6) "status" ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => string(3) "674" "seo_name" => string(11) "apartamenty" "city_id" => string(3) "102" "name" => string(11) "Apartamenty" "name_h2" => NULL "name_h2_length" => string(2) "42" "description" => string(0) "" "position" => NULL "seo_title" => string(65) "Krynica Morska, Apartamenty do wynajęcia.Noclegi w Apartamentach" "seo_description" => string(118) "Lista ofert Apartamentów ✔Noclegi ✔Restauracje ✔Atrakcje turystyczne w Krynicy Morskiej. Podwyższony standard." "type" => string(1) "2" "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(12) ( "id" => string(3) "674" "seo_name" => string(11) "apartamenty" "city_id" => string(3) "102" "name" => string(11) "Apartamenty" "name_h2" => NULL "name_h2_length" => string(2) "42" "description" => string(0) "" "position" => NULL "seo_title" => string(65) "Krynica Morska, Apartamenty do wynajęcia.Noclegi w Apartamentach" "seo_description" => string(118) "Lista ofert Apartamentów ✔Noclegi ✔Restauracje ✔Atrakcje turystyczne w Krynicy Morskiej. Podwyższony standard." "type" => string(1) "2" "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(16) "system_city_type" protected _object_plural => string(17) "system_city_types" protected _table_name => string(17) "system_city_types" protected _table_columns => array(12) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "city_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(4) "2048" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "674" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"plc" => bool FALSE ) }{ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(16) "system_city_type" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(78) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/order/brd.php" protected _data => array(1) ( "baseUrl" => array(3) ( "noclegi/krynica-morska" => string(22) "Noclegi Krynica Morska" "noclegi/krynica-morska/apartamenty" => string(26) "Apartamenty Krynica Morska" "noclegi/krynica-morska/apartamenty/249" => string(17) "Apartamenty Marta" ) ) }"sliderDisplay" => bool FALSE "bannerDisplay" => bool FALSE "cityId" => string(3) "102" "objShow" => bool TRUE "canonical" => string(64) "https://www.mojeurlopy.pl/noclegi/krynica-morska/apartamenty/249" "objshow" => string(1) "2" "allDisplayObjects" => integer 10 "regionId" => NULL "offerId" => NULL "placeId" => integer 0 "typeId" => string(3) "674" "typeDynamicId" => NULL "leftTitle" => string(14) "Krynica Morska" "leftList" => object View(2){ protected _file => string(92) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/city_leftlist.php" protected _data => array(4) ( "types" => array(7) ( 672 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(17) "wszystkie-obiekty" ) 673 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 674 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 675 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 676 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 677 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 678 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "inname" => string(16) "Krynicy Morskiej" "seoNameLink" => string(14) "krynica-morska" "active" => string(3) "674" ) }"inCity" => object View(2){ protected _file => string(90) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/city_incity.php" protected _data => array(4) ( "articles" => array(0) "cityPlaces" => array(3) ( 297 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 298 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 299 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "city" => object Model_System_City(43)"weatherCity" => object View(2){ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _subCategories => array(4) ( "types" => array(7) ( 0 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(0) "" ) 1 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 2 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 3 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 4 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 5 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 6 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "places" => array(3) ( 7 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 8 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 9 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "banners" => array(5) ( 10 => string(21) "strona frontowa-góra" 11 => string(15) "podstrona-góra" 12 => string(12) "lewa-kolumna" 13 => string(13) "prawa kolumna" 14 => string(13) "środek-dół" ) "sliders" => array(2) ( 15 => string(21) "strona frontowa-góra" 16 => string(15) "podstrona-góra" ) ) protected _saveLabels => array(15) ( "id" => string(2) "ID" "name" => string(5) "Nazwa" "name_h2" => string(8) "Nazwa H2" "inname" => string(16) "odmieniona nazwa" "abtname" => string(16) "odmieniona nazwa" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "voivodeship_id" => string(12) "Województwo" "menu" => string(4) "Menu" "map_zoom" => string(17) "Zoom mapy slidera" "map_center_lat" => string(22) "Mapa slider center lat" "map_center_lng" => string(22) "Mapa slider center lng" "status" => string(6) "status" ) public _weaterCodes => array(48) ( 395 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(31) "Przejściowo śnieg z grzmotami" ) 392 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(22) "Lekki deszcz i burzowo" ) 389 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(20) "Przejściowo burzowo" ) 386 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(19) "Częściowo burzowo" ) 377 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(13) "Grad i śnieg" ) 374 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(4) "Grad" ) 371 => array(3) ( "night" => integer 9 "day" => integer 5 "desc" => string(19) "Przejściowo śnieg" ) 368 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 365 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(30) "Przejściowy śnieg z deszczem" ) 362 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(26) "Lekki deszcze ze śniegiem" ) 359 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(13) "Ulewny deszcz" ) 356 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(19) "Przejściowy deszcz" ) 353 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(13) "Lekka mżawka" ) 350 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(4) "Grad" ) 338 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(12) "Silny śnieg" ) 335 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(24) "Częściowo silny śnieg" ) 332 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(19) "Przejściowo śnieg" ) 329 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(28) "Częściowo przelotny śnieg" ) 326 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 323 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(24) "Częściowo lekki śnieg" ) 320 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(32) "Przejściowy deszcz ze śniegiem" ) 317 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 314 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(29) "Przejściowo marznący deszcz" ) 311 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 308 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 305 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 302 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 299 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 296 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(12) "Lekki deszcz" ) 293 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(24) "Częściowo lekki deszcz" ) 284 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 281 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Marznąca mżawka" ) 266 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 263 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 260 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(6) "Szadź" ) 248 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(5) "Mgła" ) 230 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(7) "Zamieć" ) 227 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 200 => array(3) ( "night" => integer 1 "day" => integer 6 "desc" => string(18) "Przejściowe burze" ) 185 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(27) "Przelotna marznąca mżawka" ) 182 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 179 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(32) "Możliwe przelotne opady śniegu" ) 176 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(25) "Możliwy przelotny deszcz" ) 143 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Mgliście" ) 122 => array(3) ( "night" => integer 1 "day" => integer 3 "desc" => string(9) "Pochmurno" ) 119 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Pochmurno" ) 116 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(24) "Częściowe zachmurzenie" ) 113 => array(3) ( "night" => integer 0 "day" => integer 0 "desc" => string(11) "Słonecznie" ) ) public _newWeatherCodes => array(48) ( 1000 => array(4) ( "dayimg" => integer 0 "nightimg" => integer 0 "day" => string(11) "Słonecznie" "night" => string(11) "Bezchmurnie" ) 1003 => array(4) ( "dayimg" => integer 1 "nightimg" => integer 3 "day" => string(24) "Częściowe zachmurzenie" "night" => string(24) "Częściowe zachmurzenie" ) 1006 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(12) "Zachmurzenie" "night" => string(12) "Zachmurzenie" ) 1009 => array(4) ( "dayimg" => integer 2 "nightimg" => integer 1 "day" => string(9) "Pochmurno" "night" => string(9) "Pochmurno" ) 1030 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(9) "Zamglenie" "night" => string(9) "Zamglenie" ) 1063 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(34) "Miejscowe opady deszczu w pobliżu" "night" => string(34) "Miejscowe opady deszczu w pobliżu" ) 1066 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 6 "day" => string(34) "Miejscowe opady śniegu w pobliżu" "night" => string(34) "Miejscowe opady śniegu w pobliżu" ) 1069 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" "night" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" ) 1072 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 5 "day" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" "night" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" ) 1087 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 1 "day" => string(31) "Gwałtowne grzmienia w pobliżu" "night" => string(31) "Gwałtowne grzmienia w pobliżu" ) 1114 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(18) "Wiatr ze śniegiem" "night" => string(18) "Wiatr ze śniegiem" ) 1117 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(10) "Śnieżyca" "night" => string(10) "Śnieżyca" ) 1135 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(5) "Mgła" "night" => string(5) "Mgła" ) 1147 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(13) "Mroźna mgła" "night" => string(13) "Mroźna mgła" ) 1150 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(38) "Miejscowe wystąpienie lekkiej mżawki" "night" => string(38) "Miejscowe wystąpienie lekkiej mżawki" ) 1153 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(13) "Lekka mżawka" "night" => string(13) "Lekka mżawka" ) 1168 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(15) "Mroźna mżawka" "night" => string(15) "Mroźna mżawka" ) 1171 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(25) "Ciężka, mroźna mżawka" "night" => string(25) "Ciężka, mroźna mżawka" ) 1180 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(32) "Miejscowe opady lekkiego deszczu" "night" => string(32) "Miejscowe opady lekkiego deszczu" ) 1183 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(12) "Lekki deszcz" "night" => string(12) "Lekki deszcz" ) 1186 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(36) "Przejściowe, średnie opady deszczu" "night" => string(36) "Przejściowe, średnie opady deszczu" ) 1189 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(22) "Średnie opady deszczu" "night" => string(22) "Średnie opady deszczu" ) 1192 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(37) "Przejściowe, ciężkie opady deszczu" "night" => string(37) "Przejściowe, ciężkie opady deszczu" ) 1195 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(23) "Ciężkie opady deszczu" "night" => string(23) "Ciężkie opady deszczu" ) 1198 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(30) "Lekkie opady mroźnego deszczu" "night" => string(30) "Lekkie opady mroźnego deszczu" ) 1201 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" "night" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" ) 1204 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(31) "Lekkie opady śniegu z deszczem" "night" => string(31) "Lekkie opady śniegu z deszczem" ) 1207 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" "night" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" ) 1210 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(31) "Miejscowe, lekkie opady śniegu" "night" => string(31) "Miejscowe, lekkie opady śniegu" ) 1213 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(20) "Lekkie opady śniegu" "night" => string(20) "Lekkie opady śniegu" ) 1216 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(33) "Miejscowe, średnie opady śniegu" "night" => string(33) "Miejscowe, średnie opady śniegu" ) 1219 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(22) "Średnie opady śniegu" "night" => string(22) "Średnie opady śniegu" ) 1222 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(34) "Miejscowe, ciężkie opady śniegu" "night" => string(34) "Miejscowe, ciężkie opady śniegu" ) 1225 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(23) "Ciężkie opady śniegu" "night" => string(23) "Ciężkie opady śniegu" ) 1237 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(12) "Mokry śnieg" "night" => string(12) "Mokry śnieg" ) 1240 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(31) "Lekkie, przelotne opady deszczu" "night" => string(31) "Lekkie, przelotne opady deszczu" ) 1243 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" "night" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" ) 1246 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(25) "Przelotne deszcze nawalne" "night" => string(25) "Przelotne deszcze nawalne" ) 1249 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 5 "day" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" "night" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" ) 1252 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" "night" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" ) 1255 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(34) "Przejściowe, lekkie opady śniegu" "night" => string(34) "Przejściowe, lekkie opady śniegu" ) 1258 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" "night" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" ) 1261 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(42) "Przejściowe, lekkie opady mokrego śniegu" "night" => string(42) "Przejściowe, lekkie opady mokrego śniegu" ) 1264 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" "night" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" ) 1273 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" ) 1276 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" "night" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" ) 1279 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 6 "day" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" ) 1282 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 5 "day" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" "night" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" ) ) public _windDir => array(16) ( "N" => string(1) "N" "NNE" => string(2) "NE" "NE" => string(2) "NE" "ENE" => string(2) "NE" "E" => string(1) "E" "ESE" => string(2) "SE" "SE" => string(2) "SE" "SSE" => string(2) "SE" "S" => string(1) "S" "SSW" => string(2) "SW" "SW" => string(2) "SW" "WSW" => string(2) "SW" "W" => string(1) "W" "WNW" => string(2) "NW" "NW" => string(2) "NW" "NNW" => string(2) "NW" ) public _mapZoom => array(26) ( 0 => integer 0 1 => integer 1 2 => integer 2 3 => integer 3 4 => integer 4 5 => integer 5 6 => integer 6 7 => integer 7 8 => integer 8 9 => integer 9 10 => integer 10 11 => integer 11 12 => integer 12 13 => integer 13 14 => integer 14 15 => integer 15 16 => integer 16 17 => integer 17 18 => integer 18 19 => integer 19 20 => integer 20 21 => integer 21 22 => integer 22 23 => integer 23 24 => integer 24 25 => integer 25 ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "system_city" protected _object_plural => string(13) "system_cities" protected _table_name => string(13) "system_cities" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "16" "comment" => string(32) "wysokość div gdy zwiniety w px" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "inname" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "inname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "abtname" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "abtname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "voivodeship_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "voivodeship_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "menu" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zoom" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "zoom" "column_default" => string(2) "15" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "popular" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "popular" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_noclegi" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "menu_noclegi" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_atrakcje" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_atrakcje" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_jedzenie" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_jedzenie" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_zoom" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "map_zoom" "column_default" => string(2) "15" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lat" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lng" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "102" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"inCityTitle" => string(18) "W Krynicy Morskiej" ) }{ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "system_city" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(91) "/home/urlopy/domains/mojeurlopy.pl/public_html/application/views/templates/city_weather.php" protected _data => array(1) ( "leftCity" => object Model_System_City(43)"regionMap" => NULL ) }{ public _statuses => array(2) ( 0 => string(10) "Nieaktywny" 1 => string(7) "Aktywny" ) public _subCategories => array(4) ( "types" => array(7) ( 0 => array(2) ( "name" => string(17) "Wszystkie obiekty" "seo_name" => string(0) "" ) 1 => array(2) ( "name" => string(6) "Hotele" "seo_name" => string(6) "hotele" ) 2 => array(2) ( "name" => string(11) "Apartamenty" "seo_name" => string(11) "apartamenty" ) 3 => array(2) ( "name" => string(21) "Ośrodki wypoczynkowe" "seo_name" => string(20) "osrodki-wypoczynkowe" ) 4 => array(2) ( "name" => string(18) "Pensjonaty i Wille" "seo_name" => string(18) "pensjonaty-i-wille" ) 5 => array(2) ( "name" => string(7) "Kwatery" "seo_name" => string(7) "kwatery" ) 6 => array(2) ( "name" => string(16) "Domki i Campingi" "seo_name" => string(16) "domki-i-campingi" ) ) "places" => array(3) ( 7 => array(2) ( "name" => string(20) "Atrakcje turystyczne" "seo_name" => string(20) "atrakcje-turystyczne" ) 8 => array(2) ( "name" => string(8) "Jedzenie" "seo_name" => string(8) "jedzenie" ) 9 => array(2) ( "name" => string(7) "Imprezy" "seo_name" => string(7) "imprezy" ) ) "banners" => array(5) ( 10 => string(21) "strona frontowa-góra" 11 => string(15) "podstrona-góra" 12 => string(12) "lewa-kolumna" 13 => string(13) "prawa kolumna" 14 => string(13) "środek-dół" ) "sliders" => array(2) ( 15 => string(21) "strona frontowa-góra" 16 => string(15) "podstrona-góra" ) ) protected _saveLabels => array(15) ( "id" => string(2) "ID" "name" => string(5) "Nazwa" "name_h2" => string(8) "Nazwa H2" "inname" => string(16) "odmieniona nazwa" "abtname" => string(16) "odmieniona nazwa" "description" => string(4) "Opis" "position" => string(11) "Kolejność" "seo_title" => string(10) "SEO Tytuł" "seo_description" => string(8) "SEO Opis" "voivodeship_id" => string(12) "Województwo" "menu" => string(4) "Menu" "map_zoom" => string(17) "Zoom mapy slidera" "map_center_lat" => string(22) "Mapa slider center lat" "map_center_lng" => string(22) "Mapa slider center lng" "status" => string(6) "status" ) public _weaterCodes => array(48) ( 395 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(31) "Przejściowo śnieg z grzmotami" ) 392 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(22) "Lekki deszcz i burzowo" ) 389 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(20) "Przejściowo burzowo" ) 386 => array(3) ( "night" => integer 4 "day" => integer 8 "desc" => string(19) "Częściowo burzowo" ) 377 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(13) "Grad i śnieg" ) 374 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(4) "Grad" ) 371 => array(3) ( "night" => integer 9 "day" => integer 5 "desc" => string(19) "Przejściowo śnieg" ) 368 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 365 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(30) "Przejściowy śnieg z deszczem" ) 362 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(26) "Lekki deszcze ze śniegiem" ) 359 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(13) "Ulewny deszcz" ) 356 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(19) "Przejściowy deszcz" ) 353 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(13) "Lekka mżawka" ) 350 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(4) "Grad" ) 338 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(12) "Silny śnieg" ) 335 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(24) "Częściowo silny śnieg" ) 332 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(19) "Przejściowo śnieg" ) 329 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(28) "Częściowo przelotny śnieg" ) 326 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 323 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(24) "Częściowo lekki śnieg" ) 320 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(32) "Przejściowy deszcz ze śniegiem" ) 317 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 314 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(29) "Przejściowo marznący deszcz" ) 311 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 308 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 305 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(12) "Silny deszcz" ) 302 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 299 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(15) "Przelotne opady" ) 296 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(12) "Lekki deszcz" ) 293 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(24) "Częściowo lekki deszcz" ) 284 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(16) "Marznący deszcz" ) 281 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Marznąca mżawka" ) 266 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 263 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(17) "Przelotna mżawka" ) 260 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(6) "Szadź" ) 248 => array(3) ( "night" => integer 4 "day" => integer 1 "desc" => string(5) "Mgła" ) 230 => array(3) ( "night" => integer 5 "day" => integer 9 "desc" => string(7) "Zamieć" ) 227 => array(3) ( "night" => integer 6 "day" => integer 7 "desc" => string(12) "Lekki śnieg" ) 200 => array(3) ( "night" => integer 1 "day" => integer 6 "desc" => string(18) "Przejściowe burze" ) 185 => array(3) ( "night" => integer 4 "day" => integer 5 "desc" => string(27) "Przelotna marznąca mżawka" ) 182 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(25) "Lekki deszcz ze śniegiem" ) 179 => array(3) ( "night" => integer 5 "day" => integer 7 "desc" => string(32) "Możliwe przelotne opady śniegu" ) 176 => array(3) ( "night" => integer 4 "day" => integer 4 "desc" => string(25) "Możliwy przelotny deszcz" ) 143 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Mgliście" ) 122 => array(3) ( "night" => integer 1 "day" => integer 3 "desc" => string(9) "Pochmurno" ) 119 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(9) "Pochmurno" ) 116 => array(3) ( "night" => integer 3 "day" => integer 1 "desc" => string(24) "Częściowe zachmurzenie" ) 113 => array(3) ( "night" => integer 0 "day" => integer 0 "desc" => string(11) "Słonecznie" ) ) public _newWeatherCodes => array(48) ( 1000 => array(4) ( "dayimg" => integer 0 "nightimg" => integer 0 "day" => string(11) "Słonecznie" "night" => string(11) "Bezchmurnie" ) 1003 => array(4) ( "dayimg" => integer 1 "nightimg" => integer 3 "day" => string(24) "Częściowe zachmurzenie" "night" => string(24) "Częściowe zachmurzenie" ) 1006 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(12) "Zachmurzenie" "night" => string(12) "Zachmurzenie" ) 1009 => array(4) ( "dayimg" => integer 2 "nightimg" => integer 1 "day" => string(9) "Pochmurno" "night" => string(9) "Pochmurno" ) 1030 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(9) "Zamglenie" "night" => string(9) "Zamglenie" ) 1063 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(34) "Miejscowe opady deszczu w pobliżu" "night" => string(34) "Miejscowe opady deszczu w pobliżu" ) 1066 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 6 "day" => string(34) "Miejscowe opady śniegu w pobliżu" "night" => string(34) "Miejscowe opady śniegu w pobliżu" ) 1069 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" "night" => string(45) "Miejscowe opady śniegu z deszczem w pobliżu" ) 1072 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 5 "day" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" "night" => string(50) "Miejscowe wystąpienie mroźnej mżawki w pobliżu" ) 1087 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 1 "day" => string(31) "Gwałtowne grzmienia w pobliżu" "night" => string(31) "Gwałtowne grzmienia w pobliżu" ) 1114 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(18) "Wiatr ze śniegiem" "night" => string(18) "Wiatr ze śniegiem" ) 1117 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(10) "Śnieżyca" "night" => string(10) "Śnieżyca" ) 1135 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(5) "Mgła" "night" => string(5) "Mgła" ) 1147 => array(4) ( "dayimg" => integer 3 "nightimg" => integer 1 "day" => string(13) "Mroźna mgła" "night" => string(13) "Mroźna mgła" ) 1150 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(38) "Miejscowe wystąpienie lekkiej mżawki" "night" => string(38) "Miejscowe wystąpienie lekkiej mżawki" ) 1153 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(13) "Lekka mżawka" "night" => string(13) "Lekka mżawka" ) 1168 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(15) "Mroźna mżawka" "night" => string(15) "Mroźna mżawka" ) 1171 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(25) "Ciężka, mroźna mżawka" "night" => string(25) "Ciężka, mroźna mżawka" ) 1180 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(32) "Miejscowe opady lekkiego deszczu" "night" => string(32) "Miejscowe opady lekkiego deszczu" ) 1183 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(12) "Lekki deszcz" "night" => string(12) "Lekki deszcz" ) 1186 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(36) "Przejściowe, średnie opady deszczu" "night" => string(36) "Przejściowe, średnie opady deszczu" ) 1189 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(22) "Średnie opady deszczu" "night" => string(22) "Średnie opady deszczu" ) 1192 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(37) "Przejściowe, ciężkie opady deszczu" "night" => string(37) "Przejściowe, ciężkie opady deszczu" ) 1195 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(23) "Ciężkie opady deszczu" "night" => string(23) "Ciężkie opady deszczu" ) 1198 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(30) "Lekkie opady mroźnego deszczu" "night" => string(30) "Lekkie opady mroźnego deszczu" ) 1201 => array(4) ( "dayimg" => integer 5 "nightimg" => integer 4 "day" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" "night" => string(46) "Średnie lub ciężkie opady mroźnego deszczu" ) 1204 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 4 "day" => string(31) "Lekkie opady śniegu z deszczem" "night" => string(31) "Lekkie opady śniegu z deszczem" ) 1207 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" "night" => string(47) "Średnie lub ciężkie opady śniegu z deszczem" ) 1210 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(31) "Miejscowe, lekkie opady śniegu" "night" => string(31) "Miejscowe, lekkie opady śniegu" ) 1213 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(20) "Lekkie opady śniegu" "night" => string(20) "Lekkie opady śniegu" ) 1216 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(33) "Miejscowe, średnie opady śniegu" "night" => string(33) "Miejscowe, średnie opady śniegu" ) 1219 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(22) "Średnie opady śniegu" "night" => string(22) "Średnie opady śniegu" ) 1222 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 5 "day" => string(34) "Miejscowe, ciężkie opady śniegu" "night" => string(34) "Miejscowe, ciężkie opady śniegu" ) 1225 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(23) "Ciężkie opady śniegu" "night" => string(23) "Ciężkie opady śniegu" ) 1237 => array(4) ( "dayimg" => integer 9 "nightimg" => integer 6 "day" => string(12) "Mokry śnieg" "night" => string(12) "Mokry śnieg" ) 1240 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(31) "Lekkie, przelotne opady deszczu" "night" => string(31) "Lekkie, przelotne opady deszczu" ) 1243 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" "night" => string(47) "Średnie lub ciężkie, przelotne opady deszczu" ) 1246 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 4 "day" => string(25) "Przelotne deszcze nawalne" "night" => string(25) "Przelotne deszcze nawalne" ) 1249 => array(4) ( "dayimg" => integer 4 "nightimg" => integer 5 "day" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" "night" => string(45) "Przejściowe, lekkie opady śniegu z deszczem" ) 1252 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" "night" => string(61) "Przejściowe, średnie lub ciężkie opady śniegu z deszczem" ) 1255 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(34) "Przejściowe, lekkie opady śniegu" "night" => string(34) "Przejściowe, lekkie opady śniegu" ) 1258 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" "night" => string(50) "Przejściowe, średnie lub ciężkie opady śniegu" ) 1261 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(42) "Przejściowe, lekkie opady mokrego śniegu" "night" => string(42) "Przejściowe, lekkie opady mokrego śniegu" ) 1264 => array(4) ( "dayimg" => integer 7 "nightimg" => integer 5 "day" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" "night" => string(58) "Przejściowe, średnie lub ciężkie opady mokrego śniegu" ) 1273 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady deszczu z grzmieniem w okolicy" ) 1276 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 3 "day" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" "night" => string(70) "Miejscowe, średnie lub ciężkie opady deszczu z grzmieniem w okolicy" ) 1279 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 6 "day" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" "night" => string(54) "Miejscowe, lekkie opady śniegu z grzmieniem w okolicy" ) 1282 => array(4) ( "dayimg" => integer 8 "nightimg" => integer 5 "day" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" "night" => string(59) "Średnie lub ciężkie opady śniegu z grzmieniem w okolicy" ) ) public _windDir => array(16) ( "N" => string(1) "N" "NNE" => string(2) "NE" "NE" => string(2) "NE" "ENE" => string(2) "NE" "E" => string(1) "E" "ESE" => string(2) "SE" "SE" => string(2) "SE" "SSE" => string(2) "SE" "S" => string(1) "S" "SSW" => string(2) "SW" "SW" => string(2) "SW" "WSW" => string(2) "SW" "W" => string(1) "W" "WNW" => string(2) "NW" "NW" => string(2) "NW" "NNW" => string(2) "NW" ) public _mapZoom => array(26) ( 0 => integer 0 1 => integer 1 2 => integer 2 3 => integer 3 4 => integer 4 5 => integer 5 6 => integer 6 7 => integer 7 8 => integer 8 9 => integer 9 10 => integer 10 11 => integer 11 12 => integer 12 13 => integer 13 14 => integer 14 15 => integer 15 16 => integer 16 17 => integer 17 18 => integer 18 19 => integer 19 20 => integer 20 21 => integer 21 22 => integer 22 23 => integer 23 24 => integer 24 25 => integer 25 ) protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(26) ( "id" => string(3) "102" "seo_name" => string(14) "krynica-morska" "name" => string(14) "Krynica Morska" "name_h2" => NULL "name_h2_length" => string(2) "46" "inname" => string(16) "Krynicy Morskiej" "abtname" => string(16) "Krynicy Morskiej" "description" => string(0) "" "position" => string(1) "0" "seo_title" => string(61) "Krynica Morska Noclegi - Obiekty noclegowe w Krynicy Morskiej" "seo_description" => string(136) "Krynica Morska noclegi nad morzem ✔Latarnia morska ✔Turystyka morska ✔Imprezy na plaży. Przeglądaj też w smartfonie i tablecie." "voivodeship_id" => string(2) "11" "menu" => string(1) "1" "zoom" => string(2) "15" "region_id" => string(1) "5" "lat" => string(9) "54.379991" "lng" => string(9) "19.444141" "popular" => string(1) "1" "menu_noclegi" => string(1) "0" "menu_atrakcje" => string(1) "0" "menu_jedzenie" => string(1) "0" "file_id" => NULL "map_zoom" => string(2) "15" "map_center_lat" => NULL "map_center_lng" => NULL "status" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "system_city" protected _object_plural => string(13) "system_cities" protected _table_name => string(13) "system_cities" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "seo_name" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "seo_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_h2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "256" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_h2_length" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "name_h2_length" "column_default" => string(2) "42" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "16" "comment" => string(32) "wysokość div gdy zwiniety w px" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "inname" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "inname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "abtname" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "abtname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "seo_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_description" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "seo_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "voivodeship_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "voivodeship_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "menu" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zoom" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "zoom" "column_default" => string(2) "15" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "region_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "region_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "popular" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "popular" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_noclegi" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "menu_noclegi" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_atrakcje" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_atrakcje" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "menu_jedzenie" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "menu_jedzenie" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "file_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "16" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_zoom" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "map_zoom" "column_default" => string(2) "15" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lat" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_center_lng" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "map_center_lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "status" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "102" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)) }{ protected _connection_id => string(40) "744e5f65fc5ca2906c42d6cc1ef73c5512942e38" protected _identifier => string(1) "`" public last_query => string(163) "SELECT `setting`.`id` AS `id`, `setting`.`attr` AS `attr`, `setting`.`val` AS `val` FROM `settings` AS `setting` WHERE `attr` = …" protected _instance => string(7) "default" protected _connection => object mysqli(18)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "system_city" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(12) "urlopy_mojeu" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ 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(30) "noclegi(/<id>(/<id2>(/<id3>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(3) "obj" "action" => string(5) "start" ) protected _route_regex => string(93) "#^noclegi(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2>[^/.,;?\n]++)(?:/(?P<id3>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "Obj" protected _action => string(5) "start" protected _uri => string(38) "noclegi/krynica-morska/apartamenty/249" protected _external => bool FALSE protected _params => array(3) ( "id" => string(14) "krynica-morska" "id2" => string(11) "apartamenty" "id3" => string(3) "249" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "mourlang" => NULL "session" => NULL ) 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 _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }89 90 // Create a new instance of the controller 91 $controller = $class->newInstance($request, $response); 92 93 // Run the controller's execute() method 94 $response = $class->getMethod('execute')->invoke($controller); 95 96 if ( ! $response instanceof Response) 97 { 98 // Controller failed to return a Response. 99 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(30) "noclegi(/<id>(/<id2>(/<id3>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(3) "obj" "action" => string(5) "start" ) protected _route_regex => string(93) "#^noclegi(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2>[^/.,;?\n]++)(?:/(?P<id3>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "Obj" protected _action => string(5) "start" protected _uri => string(38) "noclegi/krynica-morska/apartamenty/249" protected _external => bool FALSE protected _params => array(3) ( "id" => string(14) "krynica-morska" "id2" => string(11) "apartamenty" "id3" => string(3) "249" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "mourlang" => NULL "session" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)
0object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(30) "noclegi(/<id>(/<id2>(/<id3>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(3) "obj" "action" => string(5) "start" ) protected _route_regex => string(93) "#^noclegi(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2>[^/.,;?\n]++)(?:/(?P<id3>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "Obj" protected _action => string(5) "start" protected _uri => string(38) "noclegi/krynica-morska/apartamenty/249" protected _external => bool FALSE protected _params => array(3) ( "id" => string(14) "krynica-morska" "id2" => string(11) "apartamenty" "id3" => string(3) "249" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "mourlang" => NULL "session" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}995 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', [ 996 ':uri' => $this->_uri, 997 ]); 998 } 999 1000 return $this->_client->execute($this); 1001 } 1002 1003 /** 1004 * Returns whether this request is the initial request Kohana received. 1005 * Can be used to test for sub requests. -
DOCROOT/index.php [ 235 ] » Kohana_Request->execute()
230 if($enable_mw_cache){ 231 $tmp = ob_start('MW_CACHE_CALLBACK');//echo $tmp.'-'; 232 } 233 require APPPATH.'bootstrap'.EXT; 234 echo Request::factory(TRUE, array(), FALSE) 235 ->execute() 236 ->send_headers(TRUE) 237 ->body(); 238 if($enable_mw_cache){ 239 //ob_end_clean(); //clean nie wyswietla 240 ob_end_flush();
