int(0)
string(63) "SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"
array(12) {
[0] => array(6) {
["file"] => string(58) "/data/web/sorger.web/web/app/library/Zend/Db/Statement.php"
["line"] => int(300)
["function"] => string(8) "_execute"
["class"] => string(21) "Zend_Db_Statement_Pdo"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[1] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(479)
["function"] => string(7) "execute"
["class"] => string(17) "Zend_Db_Statement"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[2] => array(6) {
["file"] => string(69) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Pdo/Abstract.php"
["line"] => int(238)
["function"] => string(5) "query"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => string(1050) "SELECT `oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count FROM `object` AS `oo`
INNER JOIN `object_join` AS `j` ON j.object_id2 = oo.object_id
INNER JOIN `object` AS `o` ON j.object_id = o.object_id
LEFT JOIN `object_hotel` AS `h` ON o.object_id = h.object_id
LEFT JOIN `cities` AS `c` ON c.city_id = o.object_city
LEFT JOIN `object_join` AS `lj` ON o.object_id = lj.object_id
LEFT JOIN `object_langs` AS `lname` ON lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name'
LEFT JOIN `object_langs` AS `lurl` ON lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' WHERE (o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) ) GROUP BY `oo`.`object_id` ORDER BY `oo`.`object_ranking` ASC"
[1] => array(0) {
}
}
}
[3] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(796)
["function"] => string(5) "query"
["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
[1] => array(0) {
}
}
}
[4] => array(6) {
["file"] => string(67) "/data/web/sorger.web/web/app/modules/objects/models/ObjectHotel.php"
["line"] => int(834)
["function"] => string(8) "fetchAll"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
}
}
[5] => array(6) {
["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
["line"] => int(2331)
["function"] => string(21) "fetchCategoriesToView"
["class"] => string(25) "Objects_Model_ObjectHotel"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(8) {
["locality"] => object(Objects_Model_Object)#3049 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => NULL
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "13401"
["object_pid"] => NULL
["object_type"] => string(8) "locality"
["object_type2"] => NULL
["object_code"] => NULL
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(15) "Žilinský kraj"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(13) "zilinsky-kraj"
["object_image"] => NULL
["object_image_winter"] => NULL
["object_intitle"] => string(18) "v Žilinskom kraji"
["object_metatitle"] => string(0) ""
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(17) "49.17475949008508"
["object_lng"] => string(18) "19.342627266288964"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(47) "{"hotel":"1725","attraction":"287","stay":"75"}"
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "0000-00-00 00:00:00"
["object_edited"] => string(19) "2026-08-22 00:33:35"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["category"] => object(Objects_Model_Object)#3052 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => object(Objects_Model_ObjectCategory)#3051 (11) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["_cacheCategories":protected] => NULL
["_cachePids":protected] => NULL
["object"] => *RECURSION*
["objectInfo"] => NULL
["noObjectInfo"] => bool(false)
["data":protected] => array(85) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_category_id"] => string(5) "12459"
["object_category_group"] => string(1) "0"
["object_category_group_order"] => string(1) "0"
["object_category_active"] => string(1) "1"
["object_category_active_from"] => string(10) "0000-00-00"
["object_category_active_to"] => string(10) "0000-00-00"
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["where"] => string(111) "o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) "
["order"] => string(17) "oo.object_ranking"
["group"] => string(12) "oo.object_id"
["jointop"] => string(0) ""
["top"] => string(0) ""
["top-in-category"] => string(0) ""
}
}
}
[6] => array(6) {
["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Controller/Action.php"
["line"] => int(516)
["function"] => string(14) "categoryAction"
["class"] => string(22) "Objects_ViewController"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[7] => array(6) {
["file"] => string(76) "/data/web/sorger.web/web/app/library/Zend/Controller/Dispatcher/Standard.php"
["line"] => int(295)
["function"] => string(8) "dispatch"
["class"] => string(22) "Zend_Controller_Action"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => string(14) "categoryAction"
}
}
[8] => array(6) {
["file"] => string(62) "/data/web/sorger.web/web/app/library/Zend/Controller/Front.php"
["line"] => int(954)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Controller_Request_Http)#433 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(30) "/ubytovne/zilinsky-kraj?page=2"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(23) "/ubytovne/zilinsky-kraj"
["_params":protected] => array(7) {
["routeType"] => string(6) "object"
["module"] => string(7) "objects"
["controller"] => string(4) "view"
["action"] => string(8) "category"
["id"] => string(5) "12459"
["locality"] => string(5) "13401"
["error_handler"] => object(ArrayObject)#3048 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => object(Zend_Db_Statement_Exception)#3027 (8) {
["_previous":"Zend_Exception":private] => NULL
["message":protected] => string(63) "SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(62) "/data/web/sorger.web/web/app/library/Zend/Db/Statement/Pdo.php"
["line":protected] => int(234)
["trace":"Exception":private] => array(12) {
[0] => array(6) {
["file"] => string(58) "/data/web/sorger.web/web/app/library/Zend/Db/Statement.php"
["line"] => int(300)
["function"] => string(8) "_execute"
["class"] => string(21) "Zend_Db_Statement_Pdo"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[1] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(479)
["function"] => string(7) "execute"
["class"] => string(17) "Zend_Db_Statement"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[2] => array(6) {
["file"] => string(69) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Pdo/Abstract.php"
["line"] => int(238)
["function"] => string(5) "query"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => string(1050) "SELECT `oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count FROM `object` AS `oo`
INNER JOIN `object_join` AS `j` ON j.object_id2 = oo.object_id
INNER JOIN `object` AS `o` ON j.object_id = o.object_id
LEFT JOIN `object_hotel` AS `h` ON o.object_id = h.object_id
LEFT JOIN `cities` AS `c` ON c.city_id = o.object_city
LEFT JOIN `object_join` AS `lj` ON o.object_id = lj.object_id
LEFT JOIN `object_langs` AS `lname` ON lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name'
LEFT JOIN `object_langs` AS `lurl` ON lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' WHERE (o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) ) GROUP BY `oo`.`object_id` ORDER BY `oo`.`object_ranking` ASC"
[1] => array(0) {
}
}
}
[3] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(796)
["function"] => string(5) "query"
["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
[1] => array(0) {
}
}
}
[4] => array(6) {
["file"] => string(67) "/data/web/sorger.web/web/app/modules/objects/models/ObjectHotel.php"
["line"] => int(834)
["function"] => string(8) "fetchAll"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
}
}
[5] => array(6) {
["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
["line"] => int(2331)
["function"] => string(21) "fetchCategoriesToView"
["class"] => string(25) "Objects_Model_ObjectHotel"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(8) {
["locality"] => object(Objects_Model_Object)#3049 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => NULL
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "13401"
["object_pid"] => NULL
["object_type"] => string(8) "locality"
["object_type2"] => NULL
["object_code"] => NULL
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(15) "Žilinský kraj"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(13) "zilinsky-kraj"
["object_image"] => NULL
["object_image_winter"] => NULL
["object_intitle"] => string(18) "v Žilinskom kraji"
["object_metatitle"] => string(0) ""
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(17) "49.17475949008508"
["object_lng"] => string(18) "19.342627266288964"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(47) "{"hotel":"1725","attraction":"287","stay":"75"}"
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "0000-00-00 00:00:00"
["object_edited"] => string(19) "2026-08-22 00:33:35"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["category"] => object(Objects_Model_Object)#3052 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => object(Objects_Model_ObjectCategory)#3051 (11) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["_cacheCategories":protected] => NULL
["_cachePids":protected] => NULL
["object"] => *RECURSION*
["objectInfo"] => NULL
["noObjectInfo"] => bool(false)
["data":protected] => array(85) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_category_id"] => string(5) "12459"
["object_category_group"] => string(1) "0"
["object_category_group_order"] => string(1) "0"
["object_category_active"] => string(1) "1"
["object_category_active_from"] => string(10) "0000-00-00"
["object_category_active_to"] => string(10) "0000-00-00"
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["where"] => string(111) "o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) "
["order"] => string(17) "oo.object_ranking"
["group"] => string(12) "oo.object_id"
["jointop"] => string(0) ""
["top"] => string(0) ""
["top-in-category"] => string(0) ""
}
}
}
[6] => array(6) {
["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Controller/Action.php"
["line"] => int(516)
["function"] => string(14) "categoryAction"
["class"] => string(22) "Objects_ViewController"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[7] => array(6) {
["file"] => string(76) "/data/web/sorger.web/web/app/library/Zend/Controller/Dispatcher/Standard.php"
["line"] => int(295)
["function"] => string(8) "dispatch"
["class"] => string(22) "Zend_Controller_Action"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => string(14) "categoryAction"
}
}
[8] => *RECURSION*
[9] => array(6) {
["file"] => string(77) "/data/web/sorger.web/web/app/library/Zend/Application/Bootstrap/Bootstrap.php"
["line"] => int(97)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[10] => array(6) {
["file"] => string(57) "/data/web/sorger.web/web/app/library/Zend/Application.php"
["line"] => int(366)
["function"] => string(3) "run"
["class"] => string(36) "Zend_Application_Bootstrap_Bootstrap"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[11] => array(6) {
["file"] => string(34) "/data/web/sorger.web/web/index.php"
["line"] => int(110)
["function"] => string(3) "run"
["class"] => string(16) "Zend_Application"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => object(PDOException)#3028 (8) {
["message":protected] => string(63) "SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"
["string":"Exception":private] => string(0) ""
["code":protected] => string(5) "HY000"
["file":protected] => string(62) "/data/web/sorger.web/web/app/library/Zend/Db/Statement/Pdo.php"
["line":protected] => int(228)
["trace":"Exception":private] => array(13) {
[0] => array(6) {
["file"] => string(62) "/data/web/sorger.web/web/app/library/Zend/Db/Statement/Pdo.php"
["line"] => int(228)
["function"] => string(7) "execute"
["class"] => string(12) "PDOStatement"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[1] => array(6) {
["file"] => string(58) "/data/web/sorger.web/web/app/library/Zend/Db/Statement.php"
["line"] => int(300)
["function"] => string(8) "_execute"
["class"] => string(21) "Zend_Db_Statement_Pdo"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[2] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(479)
["function"] => string(7) "execute"
["class"] => string(17) "Zend_Db_Statement"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[3] => array(6) {
["file"] => string(69) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Pdo/Abstract.php"
["line"] => int(238)
["function"] => string(5) "query"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => string(1050) "SELECT `oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count FROM `object` AS `oo`
INNER JOIN `object_join` AS `j` ON j.object_id2 = oo.object_id
INNER JOIN `object` AS `o` ON j.object_id = o.object_id
LEFT JOIN `object_hotel` AS `h` ON o.object_id = h.object_id
LEFT JOIN `cities` AS `c` ON c.city_id = o.object_city
LEFT JOIN `object_join` AS `lj` ON o.object_id = lj.object_id
LEFT JOIN `object_langs` AS `lname` ON lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name'
LEFT JOIN `object_langs` AS `lurl` ON lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' WHERE (o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) ) GROUP BY `oo`.`object_id` ORDER BY `oo`.`object_ranking` ASC"
[1] => array(0) {
}
}
}
[4] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(796)
["function"] => string(5) "query"
["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
[1] => array(0) {
}
}
}
[5] => array(6) {
["file"] => string(67) "/data/web/sorger.web/web/app/modules/objects/models/ObjectHotel.php"
["line"] => int(834)
["function"] => string(8) "fetchAll"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
}
}
[6] => array(6) {
["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
["line"] => int(2331)
["function"] => string(21) "fetchCategoriesToView"
["class"] => string(25) "Objects_Model_ObjectHotel"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(8) {
["locality"] => object(Objects_Model_Object)#3049 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => NULL
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "13401"
["object_pid"] => NULL
["object_type"] => string(8) "locality"
["object_type2"] => NULL
["object_code"] => NULL
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(15) "Žilinský kraj"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(13) "zilinsky-kraj"
["object_image"] => NULL
["object_image_winter"] => NULL
["object_intitle"] => string(18) "v Žilinskom kraji"
["object_metatitle"] => string(0) ""
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(17) "49.17475949008508"
["object_lng"] => string(18) "19.342627266288964"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(47) "{"hotel":"1725","attraction":"287","stay":"75"}"
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "0000-00-00 00:00:00"
["object_edited"] => string(19) "2026-08-22 00:33:35"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["category"] => object(Objects_Model_Object)#3052 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => object(Objects_Model_ObjectCategory)#3051 (11) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["_cacheCategories":protected] => NULL
["_cachePids":protected] => NULL
["object"] => *RECURSION*
["objectInfo"] => NULL
["noObjectInfo"] => bool(false)
["data":protected] => array(85) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_category_id"] => string(5) "12459"
["object_category_group"] => string(1) "0"
["object_category_group_order"] => string(1) "0"
["object_category_active"] => string(1) "1"
["object_category_active_from"] => string(10) "0000-00-00"
["object_category_active_to"] => string(10) "0000-00-00"
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["where"] => string(111) "o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) "
["order"] => string(17) "oo.object_ranking"
["group"] => string(12) "oo.object_id"
["jointop"] => string(0) ""
["top"] => string(0) ""
["top-in-category"] => string(0) ""
}
}
}
[7] => array(6) {
["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Controller/Action.php"
["line"] => int(516)
["function"] => string(14) "categoryAction"
["class"] => string(22) "Objects_ViewController"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[8] => array(6) {
["file"] => string(76) "/data/web/sorger.web/web/app/library/Zend/Controller/Dispatcher/Standard.php"
["line"] => int(295)
["function"] => string(8) "dispatch"
["class"] => string(22) "Zend_Controller_Action"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => string(14) "categoryAction"
}
}
[9] => array(6) {
["file"] => string(62) "/data/web/sorger.web/web/app/library/Zend/Controller/Front.php"
["line"] => int(954)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => *RECURSION*
[1] => object(Zend_Controller_Response_Http)#432 (8) {
["_body":protected] => array(0) {
}
["_exceptions":protected] => array(1) {
[0] => *RECURSION*
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[10] => array(6) {
["file"] => string(77) "/data/web/sorger.web/web/app/library/Zend/Application/Bootstrap/Bootstrap.php"
["line"] => int(97)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[11] => array(6) {
["file"] => string(57) "/data/web/sorger.web/web/app/library/Zend/Application.php"
["line"] => int(366)
["function"] => string(3) "run"
["class"] => string(36) "Zend_Application_Bootstrap_Bootstrap"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[12] => array(6) {
["file"] => string(34) "/data/web/sorger.web/web/index.php"
["line"] => int(110)
["function"] => string(3) "run"
["class"] => string(16) "Zend_Application"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
["errorInfo"] => array(3) {
[0] => string(5) "HY000"
[1] => int(2006)
[2] => string(26) "MySQL server has gone away"
}
}
}
["type"] => string(15) "EXCEPTION_OTHER"
["request"] => object(Zend_Controller_Request_Http)#3047 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(30) "/ubytovne/zilinsky-kraj?page=2"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(23) "/ubytovne/zilinsky-kraj"
["_params":protected] => array(6) {
["routeType"] => string(6) "object"
["module"] => string(7) "objects"
["controller"] => string(4) "view"
["action"] => string(8) "category"
["id"] => string(5) "12459"
["locality"] => string(5) "13401"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "objects"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(4) "view"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(8) "category"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
[1] => object(Zend_Controller_Response_Http)#432 (8) {
["_body":protected] => array(0) {
}
["_exceptions":protected] => array(1) {
[0] => object(Zend_Db_Statement_Exception)#3027 (8) {
["_previous":"Zend_Exception":private] => NULL
["message":protected] => string(63) "SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(62) "/data/web/sorger.web/web/app/library/Zend/Db/Statement/Pdo.php"
["line":protected] => int(234)
["trace":"Exception":private] => array(12) {
[0] => array(6) {
["file"] => string(58) "/data/web/sorger.web/web/app/library/Zend/Db/Statement.php"
["line"] => int(300)
["function"] => string(8) "_execute"
["class"] => string(21) "Zend_Db_Statement_Pdo"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[1] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(479)
["function"] => string(7) "execute"
["class"] => string(17) "Zend_Db_Statement"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[2] => array(6) {
["file"] => string(69) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Pdo/Abstract.php"
["line"] => int(238)
["function"] => string(5) "query"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => string(1050) "SELECT `oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count FROM `object` AS `oo`
INNER JOIN `object_join` AS `j` ON j.object_id2 = oo.object_id
INNER JOIN `object` AS `o` ON j.object_id = o.object_id
LEFT JOIN `object_hotel` AS `h` ON o.object_id = h.object_id
LEFT JOIN `cities` AS `c` ON c.city_id = o.object_city
LEFT JOIN `object_join` AS `lj` ON o.object_id = lj.object_id
LEFT JOIN `object_langs` AS `lname` ON lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name'
LEFT JOIN `object_langs` AS `lurl` ON lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' WHERE (o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) ) GROUP BY `oo`.`object_id` ORDER BY `oo`.`object_ranking` ASC"
[1] => array(0) {
}
}
}
[3] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(796)
["function"] => string(5) "query"
["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
[1] => array(0) {
}
}
}
[4] => array(6) {
["file"] => string(67) "/data/web/sorger.web/web/app/modules/objects/models/ObjectHotel.php"
["line"] => int(834)
["function"] => string(8) "fetchAll"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
}
}
[5] => array(6) {
["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
["line"] => int(2331)
["function"] => string(21) "fetchCategoriesToView"
["class"] => string(25) "Objects_Model_ObjectHotel"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(8) {
["locality"] => object(Objects_Model_Object)#3049 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => NULL
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "13401"
["object_pid"] => NULL
["object_type"] => string(8) "locality"
["object_type2"] => NULL
["object_code"] => NULL
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(15) "Žilinský kraj"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(13) "zilinsky-kraj"
["object_image"] => NULL
["object_image_winter"] => NULL
["object_intitle"] => string(18) "v Žilinskom kraji"
["object_metatitle"] => string(0) ""
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(17) "49.17475949008508"
["object_lng"] => string(18) "19.342627266288964"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(47) "{"hotel":"1725","attraction":"287","stay":"75"}"
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "0000-00-00 00:00:00"
["object_edited"] => string(19) "2026-08-22 00:33:35"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["category"] => object(Objects_Model_Object)#3052 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => object(Objects_Model_ObjectCategory)#3051 (11) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["_cacheCategories":protected] => NULL
["_cachePids":protected] => NULL
["object"] => *RECURSION*
["objectInfo"] => NULL
["noObjectInfo"] => bool(false)
["data":protected] => array(85) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_category_id"] => string(5) "12459"
["object_category_group"] => string(1) "0"
["object_category_group_order"] => string(1) "0"
["object_category_active"] => string(1) "1"
["object_category_active_from"] => string(10) "0000-00-00"
["object_category_active_to"] => string(10) "0000-00-00"
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["where"] => string(111) "o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) "
["order"] => string(17) "oo.object_ranking"
["group"] => string(12) "oo.object_id"
["jointop"] => string(0) ""
["top"] => string(0) ""
["top-in-category"] => string(0) ""
}
}
}
[6] => array(6) {
["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Controller/Action.php"
["line"] => int(516)
["function"] => string(14) "categoryAction"
["class"] => string(22) "Objects_ViewController"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[7] => array(6) {
["file"] => string(76) "/data/web/sorger.web/web/app/library/Zend/Controller/Dispatcher/Standard.php"
["line"] => int(295)
["function"] => string(8) "dispatch"
["class"] => string(22) "Zend_Controller_Action"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => string(14) "categoryAction"
}
}
[8] => *RECURSION*
[9] => array(6) {
["file"] => string(77) "/data/web/sorger.web/web/app/library/Zend/Application/Bootstrap/Bootstrap.php"
["line"] => int(97)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[10] => array(6) {
["file"] => string(57) "/data/web/sorger.web/web/app/library/Zend/Application.php"
["line"] => int(366)
["function"] => string(3) "run"
["class"] => string(36) "Zend_Application_Bootstrap_Bootstrap"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[11] => array(6) {
["file"] => string(34) "/data/web/sorger.web/web/index.php"
["line"] => int(110)
["function"] => string(3) "run"
["class"] => string(16) "Zend_Application"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => object(PDOException)#3028 (8) {
["message":protected] => string(63) "SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"
["string":"Exception":private] => string(0) ""
["code":protected] => string(5) "HY000"
["file":protected] => string(62) "/data/web/sorger.web/web/app/library/Zend/Db/Statement/Pdo.php"
["line":protected] => int(228)
["trace":"Exception":private] => array(13) {
[0] => array(6) {
["file"] => string(62) "/data/web/sorger.web/web/app/library/Zend/Db/Statement/Pdo.php"
["line"] => int(228)
["function"] => string(7) "execute"
["class"] => string(12) "PDOStatement"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[1] => array(6) {
["file"] => string(58) "/data/web/sorger.web/web/app/library/Zend/Db/Statement.php"
["line"] => int(300)
["function"] => string(8) "_execute"
["class"] => string(21) "Zend_Db_Statement_Pdo"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[2] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(479)
["function"] => string(7) "execute"
["class"] => string(17) "Zend_Db_Statement"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[3] => array(6) {
["file"] => string(69) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Pdo/Abstract.php"
["line"] => int(238)
["function"] => string(5) "query"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => string(1050) "SELECT `oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count FROM `object` AS `oo`
INNER JOIN `object_join` AS `j` ON j.object_id2 = oo.object_id
INNER JOIN `object` AS `o` ON j.object_id = o.object_id
LEFT JOIN `object_hotel` AS `h` ON o.object_id = h.object_id
LEFT JOIN `cities` AS `c` ON c.city_id = o.object_city
LEFT JOIN `object_join` AS `lj` ON o.object_id = lj.object_id
LEFT JOIN `object_langs` AS `lname` ON lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name'
LEFT JOIN `object_langs` AS `lurl` ON lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' WHERE (o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) ) GROUP BY `oo`.`object_id` ORDER BY `oo`.`object_ranking` ASC"
[1] => array(0) {
}
}
}
[4] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(796)
["function"] => string(5) "query"
["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
[1] => array(0) {
}
}
}
[5] => array(6) {
["file"] => string(67) "/data/web/sorger.web/web/app/modules/objects/models/ObjectHotel.php"
["line"] => int(834)
["function"] => string(8) "fetchAll"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
}
}
[6] => array(6) {
["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
["line"] => int(2331)
["function"] => string(21) "fetchCategoriesToView"
["class"] => string(25) "Objects_Model_ObjectHotel"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(8) {
["locality"] => object(Objects_Model_Object)#3049 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => NULL
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "13401"
["object_pid"] => NULL
["object_type"] => string(8) "locality"
["object_type2"] => NULL
["object_code"] => NULL
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(15) "Žilinský kraj"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(13) "zilinsky-kraj"
["object_image"] => NULL
["object_image_winter"] => NULL
["object_intitle"] => string(18) "v Žilinskom kraji"
["object_metatitle"] => string(0) ""
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(17) "49.17475949008508"
["object_lng"] => string(18) "19.342627266288964"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(47) "{"hotel":"1725","attraction":"287","stay":"75"}"
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "0000-00-00 00:00:00"
["object_edited"] => string(19) "2026-08-22 00:33:35"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["category"] => object(Objects_Model_Object)#3052 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => object(Objects_Model_ObjectCategory)#3051 (11) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["_cacheCategories":protected] => NULL
["_cachePids":protected] => NULL
["object"] => *RECURSION*
["objectInfo"] => NULL
["noObjectInfo"] => bool(false)
["data":protected] => array(85) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_category_id"] => string(5) "12459"
["object_category_group"] => string(1) "0"
["object_category_group_order"] => string(1) "0"
["object_category_active"] => string(1) "1"
["object_category_active_from"] => string(10) "0000-00-00"
["object_category_active_to"] => string(10) "0000-00-00"
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["where"] => string(111) "o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) "
["order"] => string(17) "oo.object_ranking"
["group"] => string(12) "oo.object_id"
["jointop"] => string(0) ""
["top"] => string(0) ""
["top-in-category"] => string(0) ""
}
}
}
[7] => array(6) {
["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Controller/Action.php"
["line"] => int(516)
["function"] => string(14) "categoryAction"
["class"] => string(22) "Objects_ViewController"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[8] => array(6) {
["file"] => string(76) "/data/web/sorger.web/web/app/library/Zend/Controller/Dispatcher/Standard.php"
["line"] => int(295)
["function"] => string(8) "dispatch"
["class"] => string(22) "Zend_Controller_Action"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => string(14) "categoryAction"
}
}
[9] => array(6) {
["file"] => string(62) "/data/web/sorger.web/web/app/library/Zend/Controller/Front.php"
["line"] => int(954)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Controller_Request_Http)#433 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(30) "/ubytovne/zilinsky-kraj?page=2"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(23) "/ubytovne/zilinsky-kraj"
["_params":protected] => array(7) {
["routeType"] => string(6) "object"
["module"] => string(7) "objects"
["controller"] => string(4) "view"
["action"] => string(8) "category"
["id"] => string(5) "12459"
["locality"] => string(5) "13401"
["error_handler"] => object(ArrayObject)#3048 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(15) "EXCEPTION_OTHER"
["request"] => object(Zend_Controller_Request_Http)#3047 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(30) "/ubytovne/zilinsky-kraj?page=2"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(23) "/ubytovne/zilinsky-kraj"
["_params":protected] => array(6) {
["routeType"] => string(6) "object"
["module"] => string(7) "objects"
["controller"] => string(4) "view"
["action"] => string(8) "category"
["id"] => string(5) "12459"
["locality"] => string(5) "13401"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "objects"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(4) "view"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(8) "category"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
[1] => *RECURSION*
}
}
[10] => array(6) {
["file"] => string(77) "/data/web/sorger.web/web/app/library/Zend/Application/Bootstrap/Bootstrap.php"
["line"] => int(97)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[11] => array(6) {
["file"] => string(57) "/data/web/sorger.web/web/app/library/Zend/Application.php"
["line"] => int(366)
["function"] => string(3) "run"
["class"] => string(36) "Zend_Application_Bootstrap_Bootstrap"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[12] => array(6) {
["file"] => string(34) "/data/web/sorger.web/web/index.php"
["line"] => int(110)
["function"] => string(3) "run"
["class"] => string(16) "Zend_Application"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
["errorInfo"] => array(3) {
[0] => string(5) "HY000"
[1] => int(2006)
[2] => string(26) "MySQL server has gone away"
}
}
}
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[9] => array(6) {
["file"] => string(77) "/data/web/sorger.web/web/app/library/Zend/Application/Bootstrap/Bootstrap.php"
["line"] => int(97)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[10] => array(6) {
["file"] => string(57) "/data/web/sorger.web/web/app/library/Zend/Application.php"
["line"] => int(366)
["function"] => string(3) "run"
["class"] => string(36) "Zend_Application_Bootstrap_Bootstrap"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[11] => array(6) {
["file"] => string(34) "/data/web/sorger.web/web/index.php"
["line"] => int(110)
["function"] => string(3) "run"
["class"] => string(16) "Zend_Application"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
object(Zend_Db_Statement_Exception)#3027 (8) {
["_previous":"Zend_Exception":private] => NULL
["message":protected] => string(63) "SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"
["string":"Exception":private] => string(0) ""
["code":protected] => int(0)
["file":protected] => string(62) "/data/web/sorger.web/web/app/library/Zend/Db/Statement/Pdo.php"
["line":protected] => int(234)
["trace":"Exception":private] => array(12) {
[0] => array(6) {
["file"] => string(58) "/data/web/sorger.web/web/app/library/Zend/Db/Statement.php"
["line"] => int(300)
["function"] => string(8) "_execute"
["class"] => string(21) "Zend_Db_Statement_Pdo"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[1] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(479)
["function"] => string(7) "execute"
["class"] => string(17) "Zend_Db_Statement"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[2] => array(6) {
["file"] => string(69) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Pdo/Abstract.php"
["line"] => int(238)
["function"] => string(5) "query"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => string(1050) "SELECT `oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count FROM `object` AS `oo`
INNER JOIN `object_join` AS `j` ON j.object_id2 = oo.object_id
INNER JOIN `object` AS `o` ON j.object_id = o.object_id
LEFT JOIN `object_hotel` AS `h` ON o.object_id = h.object_id
LEFT JOIN `cities` AS `c` ON c.city_id = o.object_city
LEFT JOIN `object_join` AS `lj` ON o.object_id = lj.object_id
LEFT JOIN `object_langs` AS `lname` ON lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name'
LEFT JOIN `object_langs` AS `lurl` ON lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' WHERE (o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) ) GROUP BY `oo`.`object_id` ORDER BY `oo`.`object_ranking` ASC"
[1] => array(0) {
}
}
}
[3] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(796)
["function"] => string(5) "query"
["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
[1] => array(0) {
}
}
}
[4] => array(6) {
["file"] => string(67) "/data/web/sorger.web/web/app/modules/objects/models/ObjectHotel.php"
["line"] => int(834)
["function"] => string(8) "fetchAll"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
}
}
[5] => array(6) {
["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
["line"] => int(2331)
["function"] => string(21) "fetchCategoriesToView"
["class"] => string(25) "Objects_Model_ObjectHotel"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(8) {
["locality"] => object(Objects_Model_Object)#3049 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => NULL
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "13401"
["object_pid"] => NULL
["object_type"] => string(8) "locality"
["object_type2"] => NULL
["object_code"] => NULL
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(15) "Žilinský kraj"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(13) "zilinsky-kraj"
["object_image"] => NULL
["object_image_winter"] => NULL
["object_intitle"] => string(18) "v Žilinskom kraji"
["object_metatitle"] => string(0) ""
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(17) "49.17475949008508"
["object_lng"] => string(18) "19.342627266288964"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(47) "{"hotel":"1725","attraction":"287","stay":"75"}"
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "0000-00-00 00:00:00"
["object_edited"] => string(19) "2026-08-22 00:33:35"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["category"] => object(Objects_Model_Object)#3052 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => object(Objects_Model_ObjectCategory)#3051 (11) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["_cacheCategories":protected] => NULL
["_cachePids":protected] => NULL
["object"] => *RECURSION*
["objectInfo"] => NULL
["noObjectInfo"] => bool(false)
["data":protected] => array(85) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_category_id"] => string(5) "12459"
["object_category_group"] => string(1) "0"
["object_category_group_order"] => string(1) "0"
["object_category_active"] => string(1) "1"
["object_category_active_from"] => string(10) "0000-00-00"
["object_category_active_to"] => string(10) "0000-00-00"
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["where"] => string(111) "o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) "
["order"] => string(17) "oo.object_ranking"
["group"] => string(12) "oo.object_id"
["jointop"] => string(0) ""
["top"] => string(0) ""
["top-in-category"] => string(0) ""
}
}
}
[6] => array(6) {
["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Controller/Action.php"
["line"] => int(516)
["function"] => string(14) "categoryAction"
["class"] => string(22) "Objects_ViewController"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[7] => array(6) {
["file"] => string(76) "/data/web/sorger.web/web/app/library/Zend/Controller/Dispatcher/Standard.php"
["line"] => int(295)
["function"] => string(8) "dispatch"
["class"] => string(22) "Zend_Controller_Action"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => string(14) "categoryAction"
}
}
[8] => array(6) {
["file"] => string(62) "/data/web/sorger.web/web/app/library/Zend/Controller/Front.php"
["line"] => int(954)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Controller_Request_Http)#433 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(30) "/ubytovne/zilinsky-kraj?page=2"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(23) "/ubytovne/zilinsky-kraj"
["_params":protected] => array(7) {
["routeType"] => string(6) "object"
["module"] => string(7) "objects"
["controller"] => string(4) "view"
["action"] => string(8) "category"
["id"] => string(5) "12459"
["locality"] => string(5) "13401"
["error_handler"] => object(ArrayObject)#3048 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(15) "EXCEPTION_OTHER"
["request"] => object(Zend_Controller_Request_Http)#3047 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(30) "/ubytovne/zilinsky-kraj?page=2"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(23) "/ubytovne/zilinsky-kraj"
["_params":protected] => array(6) {
["routeType"] => string(6) "object"
["module"] => string(7) "objects"
["controller"] => string(4) "view"
["action"] => string(8) "category"
["id"] => string(5) "12459"
["locality"] => string(5) "13401"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "objects"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(4) "view"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(8) "category"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
[1] => object(Zend_Controller_Response_Http)#432 (8) {
["_body":protected] => array(0) {
}
["_exceptions":protected] => array(1) {
[0] => *RECURSION*
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[9] => array(6) {
["file"] => string(77) "/data/web/sorger.web/web/app/library/Zend/Application/Bootstrap/Bootstrap.php"
["line"] => int(97)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[10] => array(6) {
["file"] => string(57) "/data/web/sorger.web/web/app/library/Zend/Application.php"
["line"] => int(366)
["function"] => string(3) "run"
["class"] => string(36) "Zend_Application_Bootstrap_Bootstrap"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[11] => array(6) {
["file"] => string(34) "/data/web/sorger.web/web/index.php"
["line"] => int(110)
["function"] => string(3) "run"
["class"] => string(16) "Zend_Application"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => object(PDOException)#3028 (8) {
["message":protected] => string(63) "SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"
["string":"Exception":private] => string(0) ""
["code":protected] => string(5) "HY000"
["file":protected] => string(62) "/data/web/sorger.web/web/app/library/Zend/Db/Statement/Pdo.php"
["line":protected] => int(228)
["trace":"Exception":private] => array(13) {
[0] => array(6) {
["file"] => string(62) "/data/web/sorger.web/web/app/library/Zend/Db/Statement/Pdo.php"
["line"] => int(228)
["function"] => string(7) "execute"
["class"] => string(12) "PDOStatement"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[1] => array(6) {
["file"] => string(58) "/data/web/sorger.web/web/app/library/Zend/Db/Statement.php"
["line"] => int(300)
["function"] => string(8) "_execute"
["class"] => string(21) "Zend_Db_Statement_Pdo"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[2] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(479)
["function"] => string(7) "execute"
["class"] => string(17) "Zend_Db_Statement"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(0) {
}
}
}
[3] => array(6) {
["file"] => string(69) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Pdo/Abstract.php"
["line"] => int(238)
["function"] => string(5) "query"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => string(1050) "SELECT `oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count FROM `object` AS `oo`
INNER JOIN `object_join` AS `j` ON j.object_id2 = oo.object_id
INNER JOIN `object` AS `o` ON j.object_id = o.object_id
LEFT JOIN `object_hotel` AS `h` ON o.object_id = h.object_id
LEFT JOIN `cities` AS `c` ON c.city_id = o.object_city
LEFT JOIN `object_join` AS `lj` ON o.object_id = lj.object_id
LEFT JOIN `object_langs` AS `lname` ON lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name'
LEFT JOIN `object_langs` AS `lurl` ON lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' WHERE (o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) ) GROUP BY `oo`.`object_id` ORDER BY `oo`.`object_ranking` ASC"
[1] => array(0) {
}
}
}
[4] => array(6) {
["file"] => string(65) "/data/web/sorger.web/web/app/library/Zend/Db/Adapter/Abstract.php"
["line"] => int(796)
["function"] => string(5) "query"
["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
[1] => array(0) {
}
}
}
[5] => array(6) {
["file"] => string(67) "/data/web/sorger.web/web/app/modules/objects/models/ObjectHotel.php"
["line"] => int(834)
["function"] => string(8) "fetchAll"
["class"] => string(24) "Zend_Db_Adapter_Abstract"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => object(Zend_Db_Select)#3029 (4) {
["_bind":protected] => array(0) {
}
["_adapter":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_parts":protected] => array(11) {
["distinct"] => bool(false)
["columns"] => array(1) {
[0] => array(3) {
[0] => string(2) "oo"
[1] => object(Zend_Db_Expr)#3045 (1) {
["_expression":protected] => string(186) "`oo`.`object_id`, ifnull(lname.object_lang_value,`oo`.`object_name`) as object_name, ifnull(lurl.object_lang_value,`oo`.`object_url`) as object_url, count(distinct(h.object_id)) as count"
}
[2] => NULL
}
}
["union"] => array(0) {
}
["from"] => array(8) {
["oo"] => array(4) {
["joinType"] => string(4) "from"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => NULL
}
["j"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(29) " j.object_id2 = oo.object_id "
}
["o"] => array(4) {
["joinType"] => string(10) "inner join"
["schema"] => NULL
["tableName"] => string(6) "object"
["joinCondition"] => string(27) " j.object_id = o.object_id "
}
["h"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_hotel"
["joinCondition"] => string(27) " o.object_id = h.object_id "
}
["c"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(6) "cities"
["joinCondition"] => string(27) " c.city_id = o.object_city "
}
["lj"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(11) "object_join"
["joinCondition"] => string(28) " o.object_id = lj.object_id "
}
["lname"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(133) " lname.object_id = oo.object_id and lname.object_ltype='' and lname.object_lang_lang='cz' and lname.object_lang_name = 'object_name' "
}
["lurl"] => array(4) {
["joinType"] => string(9) "left join"
["schema"] => NULL
["tableName"] => string(12) "object_langs"
["joinCondition"] => string(128) " lurl.object_id = oo.object_id and lurl.object_ltype='' and lurl.object_lang_lang='cz' and lurl.object_lang_name = 'object_url' "
}
}
["where"] => array(1) {
[0] => string(113) "(o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) )"
}
["group"] => array(1) {
[0] => string(12) "oo.object_id"
}
["having"] => array(0) {
}
["order"] => array(1) {
[0] => array(2) {
[0] => string(17) "oo.object_ranking"
[1] => string(3) "ASC"
}
}
["limitcount"] => NULL
["limitoffset"] => NULL
["forupdate"] => bool(false)
}
["_tableCols":protected] => array(0) {
}
}
}
}
[6] => array(6) {
["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
["line"] => int(2331)
["function"] => string(21) "fetchCategoriesToView"
["class"] => string(25) "Objects_Model_ObjectHotel"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => array(8) {
["locality"] => object(Objects_Model_Object)#3049 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => NULL
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "13401"
["object_pid"] => NULL
["object_type"] => string(8) "locality"
["object_type2"] => NULL
["object_code"] => NULL
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(15) "Žilinský kraj"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(13) "zilinsky-kraj"
["object_image"] => NULL
["object_image_winter"] => NULL
["object_intitle"] => string(18) "v Žilinskom kraji"
["object_metatitle"] => string(0) ""
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(17) "49.17475949008508"
["object_lng"] => string(18) "19.342627266288964"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(47) "{"hotel":"1725","attraction":"287","stay":"75"}"
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "0000-00-00 00:00:00"
["object_edited"] => string(19) "2026-08-22 00:33:35"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["category"] => object(Objects_Model_Object)#3052 (21) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["tableJoinName":protected] => string(11) "object_join"
["colJoinPrefix":protected] => string(12) "object_join_"
["isUsedIn"] => array(0) {
}
["usedCount"] => int(0)
["_cols":protected] => array(59) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(11) "object_name"
[6] => string(23) "object_attraction_email"
[7] => string(12) "object_name2"
[8] => string(12) "object_name3"
[9] => string(12) "object_email"
[10] => string(18) "object_description"
[11] => string(12) "object_guide"
[12] => string(18) "object_guide_image"
[13] => string(15) "object_position"
[14] => string(10) "object_url"
[15] => string(12) "object_image"
[16] => string(16) "object_metatitle"
[17] => string(22) "object_metadescription"
[18] => string(19) "object_metakeywords"
[19] => string(13) "object_active"
[20] => string(10) "object_top"
[21] => string(12) "object_topid"
[22] => string(14) "object_counter"
[23] => string(18) "object_formobjects"
[24] => string(15) "object_showtype"
[25] => string(14) "object_address"
[26] => string(11) "object_city"
[27] => string(10) "object_zip"
[28] => string(12) "object_video"
[29] => string(19) "object_positionname"
[30] => string(15) "object_template"
[31] => string(14) "object_ranking"
[32] => string(15) "object_importid"
[33] => string(16) "object_importurl"
[34] => string(20) "object_rightposition"
[35] => string(16) "object_righttext"
[36] => string(17) "object_rightimage"
[37] => string(14) "object_created"
[38] => string(13) "object_edited"
[39] => string(13) "object_import"
[40] => string(17) "object_lang_value"
[41] => string(18) "object_storno_text"
[42] => string(22) "object_payment_on_spot"
[43] => string(13) "object_review"
[44] => string(15) "object_profisID"
[45] => string(12) "object_tmrID"
[46] => string(15) "object_bookioID"
[47] => string(13) "object_linkID"
[48] => string(13) "object_hidden"
[49] => string(21) "object_attraction_url"
[50] => string(24) "object_google_streetview"
[51] => string(26) "object_attraction_facebook"
[52] => string(23) "object_attraction_phone"
[53] => string(26) "object_attraction_webemail"
[54] => string(20) "object_external_type"
[55] => string(18) "object_external_id"
[56] => string(27) "object_external_definitions"
[57] => string(19) "object_review_count"
[58] => string(21) "object_review_average"
}
["externalOptions":protected] => array(1) {
[0] => string(10) "noTMROrder"
}
["dirtyRoute"] => bool(false)
["turnOffTranslate"] => bool(false)
["subatraction"] => string(0) ""
["_typeObj":protected] => object(Objects_Model_ObjectCategory)#3051 (11) {
["tableName":protected] => string(6) "object"
["colPrefix":protected] => string(7) "object_"
["_cacheCategories":protected] => NULL
["_cachePids":protected] => NULL
["object"] => *RECURSION*
["objectInfo"] => NULL
["noObjectInfo"] => bool(false)
["data":protected] => array(85) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_category_id"] => string(5) "12459"
["object_category_group"] => string(1) "0"
["object_category_group_order"] => string(1) "0"
["object_category_active"] => string(1) "1"
["object_category_active_from"] => string(10) "0000-00-00"
["object_category_active_to"] => string(10) "0000-00-00"
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["_parent":protected] => NULL
["_cacheNames":protected] => NULL
["_cachePids":protected] => NULL
["_translations":protected] => NULL
["city":protected] => NULL
["data":protected] => array(80) {
["object_id"] => string(5) "12459"
["object_pid"] => NULL
["object_type"] => string(8) "category"
["object_type2"] => string(5) "hotel"
["object_code"] => string(2) "10"
["object_type_sale"] => string(6) "direct"
["object_type_detail"] => string(6) "normal"
["object_type_reservation"] => string(4) "stay"
["object_name"] => string(8) "Ubytovne"
["object_name2"] => string(0) ""
["object_name3"] => string(0) ""
["object_email"] => string(0) ""
["object_description"] => string(0) ""
["object_guide"] => NULL
["object_guide_image"] => NULL
["object_perex"] => string(0) ""
["object_position"] => NULL
["object_url"] => string(8) "ubytovne"
["object_image"] => string(0) ""
["object_image_winter"] => NULL
["object_intitle"] => string(0) ""
["object_metatitle"] => string(21) "Ubytovne na Slovensku"
["object_metadescription"] => string(0) ""
["object_metakeywords"] => string(0) ""
["object_active"] => string(1) "1"
["object_top"] => string(1) "0"
["object_topid"] => NULL
["object_counter"] => string(1) "0"
["object_formobjects"] => string(0) ""
["object_showtype"] => string(1) "0"
["object_address"] => string(0) ""
["object_city"] => string(0) ""
["object_lat"] => string(1) "0"
["object_lng"] => string(1) "0"
["object_zip"] => string(0) ""
["object_video"] => string(0) ""
["object_positionname"] => string(0) ""
["object_template"] => string(0) ""
["object_ranking"] => NULL
["object_importid"] => NULL
["object_importurl"] => NULL
["object_rightposition"] => NULL
["object_righttext"] => NULL
["object_rightimage"] => NULL
["object_created"] => string(19) "2021-04-24 19:50:07"
["object_edited"] => string(19) "2021-05-13 10:54:56"
["object_import"] => NULL
["object_order"] => string(1) "0"
["object_crm_id"] => string(1) "0"
["object_crm_name"] => NULL
["object_storno_text"] => NULL
["object_payment_on_spot"] => NULL
["object_review"] => string(0) ""
["object_profisID"] => string(0) ""
["object_active_profisID"] => string(0) ""
["object_tmrID"] => string(0) ""
["object_linkID"] => NULL
["object_hidden"] => string(1) "0"
["object_bookioID"] => string(0) ""
["object_external_type"] => string(0) ""
["object_external_id"] => NULL
["object_external_options"] => NULL
["object_external_definitions"] => NULL
["object_attraction_url"] => NULL
["object_google_streetview"] => NULL
["object_attraction_facebook"] => NULL
["object_attraction_phone"] => NULL
["object_attraction_webemail"] => NULL
["object_rights"] => NULL
["object_google_reviews"] => NULL
["object_attraction_email"] => NULL
["object_silvester"] => string(1) "0"
["object_min_price"] => NULL
["object_min_price_catalog"] => NULL
["object_max_price"] => NULL
["object_max_discount"] => NULL
["object_priority"] => string(1) "0"
["object_review_count"] => NULL
["object_review_average"] => NULL
["object_parent_url"] => NULL
}
["table":"Matj_Model":private] => object(Matj_Db_Table_Abstract)#424 (19) {
["dbupdatelog":protected] => NULL
["_definition":protected] => NULL
["_definitionConfigName":protected] => NULL
["_db":protected] => object(Matj_Db_Adapter_Pdo_Mysql)#465 (12) {
["_pdoType":protected] => string(5) "mysql"
["_numericDataTypes":protected] => array(16) {
[0] => int(0)
[1] => int(1)
[2] => int(2)
["INT"] => int(0)
["INTEGER"] => int(0)
["MEDIUMINT"] => int(0)
["SMALLINT"] => int(0)
["TINYINT"] => int(0)
["BIGINT"] => int(1)
["SERIAL"] => int(1)
["DEC"] => int(2)
["DECIMAL"] => int(2)
["DOUBLE"] => int(2)
["DOUBLE PRECISION"] => int(2)
["FIXED"] => int(2)
["FLOAT"] => int(2)
}
["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
["_config":protected] => array(10) {
["host"] => string(9) "localhost"
["username"] => string(10) "prodsorger"
["password"] => string(38) "1111111111111111111111i(EA89zUw!*Mw74e"
["dbname"] => string(10) "prodsorger"
["default"] => string(1) "1"
["port"] => string(4) "3310"
["driver_options"] => array(1) {
[1002] => string(15) "SET NAMES UTF8;"
}
["charset"] => NULL
["persistent"] => bool(false)
["options"] => array(3) {
["caseFolding"] => int(0)
["autoQuoteIdentifiers"] => bool(true)
["fetchMode"] => int(2)
}
}
["_fetchMode":protected] => int(2)
["_profiler":protected] => object(Zend_Db_Profiler)#468 (4) {
["_queryProfiles":protected] => array(0) {
}
["_enabled":protected] => bool(false)
["_filterElapsedSecs":protected] => NULL
["_filterTypes":protected] => NULL
}
["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
["_connection":protected] => object(PDO)#426 (0) {
}
["_caseFolding":protected] => int(0)
["_autoQuoteIdentifiers":protected] => bool(true)
["_allowSerialization":protected] => bool(true)
["_autoReconnectOnUnserialize":protected] => bool(false)
}
["_schema":protected] => NULL
["_name":protected] => string(6) "object"
["_cols":protected] => array(79) {
[0] => string(9) "object_id"
[1] => string(10) "object_pid"
[2] => string(11) "object_type"
[3] => string(12) "object_type2"
[4] => string(11) "object_code"
[5] => string(16) "object_type_sale"
[6] => string(18) "object_type_detail"
[7] => string(23) "object_type_reservation"
[8] => string(11) "object_name"
[9] => string(12) "object_name2"
[10] => string(12) "object_name3"
[11] => string(12) "object_email"
[12] => string(18) "object_description"
[13] => string(12) "object_guide"
[14] => string(18) "object_guide_image"
[15] => string(12) "object_perex"
[16] => string(15) "object_position"
[17] => string(10) "object_url"
[18] => string(12) "object_image"
[19] => string(19) "object_image_winter"
[20] => string(14) "object_intitle"
[21] => string(16) "object_metatitle"
[22] => string(22) "object_metadescription"
[23] => string(19) "object_metakeywords"
[24] => string(13) "object_active"
[25] => string(10) "object_top"
[26] => string(12) "object_topid"
[27] => string(14) "object_counter"
[28] => string(18) "object_formobjects"
[29] => string(15) "object_showtype"
[30] => string(14) "object_address"
[31] => string(11) "object_city"
[32] => string(10) "object_lat"
[33] => string(10) "object_lng"
[34] => string(10) "object_zip"
[35] => string(12) "object_video"
[36] => string(19) "object_positionname"
[37] => string(15) "object_template"
[38] => string(14) "object_ranking"
[39] => string(15) "object_importid"
[40] => string(16) "object_importurl"
[41] => string(20) "object_rightposition"
[42] => string(16) "object_righttext"
[43] => string(17) "object_rightimage"
[44] => string(14) "object_created"
[45] => string(13) "object_edited"
[46] => string(13) "object_import"
[47] => string(12) "object_order"
[48] => string(13) "object_crm_id"
[49] => string(15) "object_crm_name"
[50] => string(18) "object_storno_text"
[51] => string(22) "object_payment_on_spot"
[52] => string(13) "object_review"
[53] => string(15) "object_profisID"
[54] => string(22) "object_active_profisID"
[55] => string(12) "object_tmrID"
[56] => string(13) "object_linkID"
[57] => string(13) "object_hidden"
[58] => string(15) "object_bookioID"
[59] => string(20) "object_external_type"
[60] => string(18) "object_external_id"
[61] => string(23) "object_external_options"
[62] => string(27) "object_external_definitions"
[63] => string(21) "object_attraction_url"
[64] => string(24) "object_google_streetview"
[65] => string(26) "object_attraction_facebook"
[66] => string(23) "object_attraction_phone"
[67] => string(26) "object_attraction_webemail"
[68] => string(13) "object_rights"
[69] => string(21) "object_google_reviews"
[70] => string(23) "object_attraction_email"
[71] => string(16) "object_silvester"
[72] => string(16) "object_min_price"
[73] => string(24) "object_min_price_catalog"
[74] => string(16) "object_max_price"
[75] => string(19) "object_max_discount"
[76] => string(15) "object_priority"
[77] => string(19) "object_review_count"
[78] => string(21) "object_review_average"
}
["_primary":protected] => array(1) {
[1] => string(9) "object_id"
}
["_identity":protected] => int(1)
["_sequence":protected] => bool(true)
["_metadata":protected] => array(79) {
["object_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(9) "object_id"
["COLUMN_POSITION"] => int(1)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(true)
["PRIMARY_POSITION"] => int(1)
["IDENTITY"] => bool(true)
}
["object_pid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_pid"
["COLUMN_POSITION"] => int(2)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_type"
["COLUMN_POSITION"] => int(3)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_type2"
["COLUMN_POSITION"] => int(4)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "20"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_code"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_code"
["COLUMN_POSITION"] => int(5)
["DATA_TYPE"] => string(8) "smallint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_sale"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_type_sale"
["COLUMN_POSITION"] => int(6)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "direct"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_detail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_type_detail"
["COLUMN_POSITION"] => int(7)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(6) "normal"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_type_reservation"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_type_reservation"
["COLUMN_POSITION"] => int(8)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(4) "stay"
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_name"
["COLUMN_POSITION"] => int(9)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name2"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name2"
["COLUMN_POSITION"] => int(10)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_name3"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_name3"
["COLUMN_POSITION"] => int(11)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_email"
["COLUMN_POSITION"] => int(12)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_description"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_description"
["COLUMN_POSITION"] => int(13)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_guide"
["COLUMN_POSITION"] => int(14)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_guide_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_guide_image"
["COLUMN_POSITION"] => int(15)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_perex"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_perex"
["COLUMN_POSITION"] => int(16)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_position"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_position"
["COLUMN_POSITION"] => int(17)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_url"
["COLUMN_POSITION"] => int(18)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_image"
["COLUMN_POSITION"] => int(19)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_image_winter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_image_winter"
["COLUMN_POSITION"] => int(20)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_intitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_intitle"
["COLUMN_POSITION"] => int(21)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metatitle"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_metatitle"
["COLUMN_POSITION"] => int(22)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metadescription"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_metadescription"
["COLUMN_POSITION"] => int(23)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_metakeywords"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_metakeywords"
["COLUMN_POSITION"] => int(24)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_active"
["COLUMN_POSITION"] => int(25)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_top"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_top"
["COLUMN_POSITION"] => int(26)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_topid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_topid"
["COLUMN_POSITION"] => int(27)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_counter"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_counter"
["COLUMN_POSITION"] => int(28)
["DATA_TYPE"] => string(15) "bigint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_formobjects"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_formobjects"
["COLUMN_POSITION"] => int(29)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_showtype"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_showtype"
["COLUMN_POSITION"] => int(30)
["DATA_TYPE"] => string(16) "tinyint unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_address"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_address"
["COLUMN_POSITION"] => int(31)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_city"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(11) "object_city"
["COLUMN_POSITION"] => int(32)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lat"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lat"
["COLUMN_POSITION"] => int(33)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_lng"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_lng"
["COLUMN_POSITION"] => int(34)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_zip"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(10) "object_zip"
["COLUMN_POSITION"] => int(35)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "10"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_video"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_video"
["COLUMN_POSITION"] => int(36)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(4) "1500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_positionname"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_positionname"
["COLUMN_POSITION"] => int(37)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_template"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_template"
["COLUMN_POSITION"] => int(38)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_ranking"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_ranking"
["COLUMN_POSITION"] => int(39)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importid"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_importid"
["COLUMN_POSITION"] => int(40)
["DATA_TYPE"] => string(6) "bigint"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_importurl"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_importurl"
["COLUMN_POSITION"] => int(41)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightposition"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_rightposition"
["COLUMN_POSITION"] => int(42)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_righttext"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_righttext"
["COLUMN_POSITION"] => int(43)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rightimage"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(17) "object_rightimage"
["COLUMN_POSITION"] => int(44)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_created"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(14) "object_created"
["COLUMN_POSITION"] => int(45)
["DATA_TYPE"] => string(8) "datetime"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_edited"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_edited"
["COLUMN_POSITION"] => int(46)
["DATA_TYPE"] => string(9) "timestamp"
["DEFAULT"] => string(17) "CURRENT_TIMESTAMP"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_import"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_import"
["COLUMN_POSITION"] => int(47)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "100"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_order"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_order"
["COLUMN_POSITION"] => int(48)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_crm_id"
["COLUMN_POSITION"] => int(49)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_crm_name"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_crm_name"
["COLUMN_POSITION"] => int(50)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "500"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_storno_text"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_storno_text"
["COLUMN_POSITION"] => int(51)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_payment_on_spot"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_payment_on_spot"
["COLUMN_POSITION"] => int(52)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_review"
["COLUMN_POSITION"] => int(53)
["DATA_TYPE"] => string(8) "longtext"
["DEFAULT"] => NULL
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_profisID"
["COLUMN_POSITION"] => int(54)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_active_profisID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(22) "object_active_profisID"
["COLUMN_POSITION"] => int(55)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_tmrID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(12) "object_tmrID"
["COLUMN_POSITION"] => int(56)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(3) "255"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_linkID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_linkID"
["COLUMN_POSITION"] => int(57)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_hidden"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_hidden"
["COLUMN_POSITION"] => int(58)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_bookioID"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_bookioID"
["COLUMN_POSITION"] => int(59)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_type"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(20) "object_external_type"
["COLUMN_POSITION"] => int(60)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => string(0) ""
["NULLABLE"] => bool(false)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_id"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(18) "object_external_id"
["COLUMN_POSITION"] => int(61)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(2) "50"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_options"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_external_options"
["COLUMN_POSITION"] => int(62)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "250"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_external_definitions"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(27) "object_external_definitions"
["COLUMN_POSITION"] => int(63)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_url"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_attraction_url"
["COLUMN_POSITION"] => int(64)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_streetview"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_google_streetview"
["COLUMN_POSITION"] => int(65)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_facebook"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_facebook"
["COLUMN_POSITION"] => int(66)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_phone"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_phone"
["COLUMN_POSITION"] => int(67)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_webemail"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(26) "object_attraction_webemail"
["COLUMN_POSITION"] => int(68)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_rights"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(13) "object_rights"
["COLUMN_POSITION"] => int(69)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_google_reviews"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_google_reviews"
["COLUMN_POSITION"] => int(70)
["DATA_TYPE"] => string(4) "text"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_attraction_email"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(23) "object_attraction_email"
["COLUMN_POSITION"] => int(71)
["DATA_TYPE"] => string(7) "varchar"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => string(3) "200"
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_silvester"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_silvester"
["COLUMN_POSITION"] => int(72)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_min_price"
["COLUMN_POSITION"] => int(73)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_min_price_catalog"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(24) "object_min_price_catalog"
["COLUMN_POSITION"] => int(74)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_price"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(16) "object_max_price"
["COLUMN_POSITION"] => int(75)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_max_discount"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_max_discount"
["COLUMN_POSITION"] => int(76)
["DATA_TYPE"] => string(6) "double"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_priority"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(15) "object_priority"
["COLUMN_POSITION"] => int(77)
["DATA_TYPE"] => string(3) "int"
["DEFAULT"] => string(1) "0"
["NULLABLE"] => bool(false)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => NULL
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_count"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(19) "object_review_count"
["COLUMN_POSITION"] => int(78)
["DATA_TYPE"] => string(12) "int unsigned"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => NULL
["PRECISION"] => NULL
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
["object_review_average"] => array(14) {
["SCHEMA_NAME"] => NULL
["TABLE_NAME"] => string(6) "object"
["COLUMN_NAME"] => string(21) "object_review_average"
["COLUMN_POSITION"] => int(79)
["DATA_TYPE"] => string(7) "decimal"
["DEFAULT"] => NULL
["NULLABLE"] => bool(true)
["LENGTH"] => NULL
["SCALE"] => string(1) "2"
["PRECISION"] => string(1) "4"
["UNSIGNED"] => bool(true)
["PRIMARY"] => bool(false)
["PRIMARY_POSITION"] => NULL
["IDENTITY"] => bool(false)
}
}
["_metadataCache":protected] => object(Zend_Cache_Core)#464 (6) {
["_backend":protected] => object(Zend_Cache_Backend_File)#461 (3) {
["_options":protected] => array(9) {
["cache_dir"] => string(45) "/data/web/sorger.web/web/uploads/_cache/zend/"
["file_locking"] => bool(true)
["read_control"] => bool(true)
["read_control_type"] => string(5) "crc32"
["hashed_directory_level"] => int(0)
["hashed_directory_umask"] => int(448)
["file_name_prefix"] => string(10) "zend_cache"
["cache_file_umask"] => int(384)
["metadatas_array_max_size"] => int(100)
}
["_metadatasArray":protected] => array(96) {
["sk_Profitour_Soap__getHotel_461"] => array(4) {
["hash"] => int(775805770)
["mtime"] => int(1787437886)
["expire"] => int(1787445086)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_482"] => array(4) {
["hash"] => int(372589936)
["mtime"] => int(1787437635)
["expire"] => int(1787444835)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_483"] => array(4) {
["hash"] => int(513528112)
["mtime"] => int(1787437741)
["expire"] => int(1787444941)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_489"] => array(4) {
["hash"] => int(4071202420)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_490"] => array(4) {
["hash"] => int(124354814)
["mtime"] => int(1787437979)
["expire"] => int(1787445179)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_493"] => array(4) {
["hash"] => int(2171909832)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_496"] => array(4) {
["hash"] => int(2733677330)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_499"] => array(4) {
["hash"] => int(3855395258)
["mtime"] => int(1787437911)
["expire"] => int(1787445111)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_502"] => array(4) {
["hash"] => int(2334405450)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_505"] => array(4) {
["hash"] => int(418284711)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_510"] => array(4) {
["hash"] => int(3747390522)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_512"] => array(4) {
["hash"] => int(2489628167)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_514"] => array(4) {
["hash"] => int(1174148000)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_563"] => array(4) {
["hash"] => int(2751376380)
["mtime"] => int(1787437719)
["expire"] => int(1787444919)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_573"] => array(4) {
["hash"] => int(4098963579)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_586"] => array(4) {
["hash"] => int(870397818)
["mtime"] => int(1787437653)
["expire"] => int(1787444853)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_587"] => array(4) {
["hash"] => int(1278003850)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_597"] => array(4) {
["hash"] => int(3904285018)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_598"] => array(4) {
["hash"] => int(1636382549)
["mtime"] => int(1787437652)
["expire"] => int(1787444852)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_600"] => array(4) {
["hash"] => int(160054524)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_601"] => array(4) {
["hash"] => int(1999488017)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_602"] => array(4) {
["hash"] => int(2427737599)
["mtime"] => int(1787438126)
["expire"] => int(1787445326)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_603"] => array(4) {
["hash"] => int(4086557849)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_616"] => array(4) {
["hash"] => int(745032247)
["mtime"] => int(1787437673)
["expire"] => int(1787444873)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_620"] => array(4) {
["hash"] => int(3087917718)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_624"] => array(4) {
["hash"] => int(2400139484)
["mtime"] => int(1787437893)
["expire"] => int(1787445093)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_628"] => array(4) {
["hash"] => int(294177886)
["mtime"] => int(1787437932)
["expire"] => int(1787445132)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_634"] => array(4) {
["hash"] => int(3902449720)
["mtime"] => int(1787437982)
["expire"] => int(1787445182)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_655"] => array(4) {
["hash"] => int(2329250329)
["mtime"] => int(1787437706)
["expire"] => int(1787444906)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_678"] => array(4) {
["hash"] => int(2700778159)
["mtime"] => int(1787437634)
["expire"] => int(1787444834)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_685"] => array(4) {
["hash"] => int(2256212327)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_686"] => array(4) {
["hash"] => int(2294682020)
["mtime"] => int(1787438074)
["expire"] => int(1787445274)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_697"] => array(4) {
["hash"] => int(1391381482)
["mtime"] => int(1787438161)
["expire"] => int(1787445361)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_701"] => array(4) {
["hash"] => int(1597491668)
["mtime"] => int(1787438092)
["expire"] => int(1787445292)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_707"] => array(4) {
["hash"] => int(1573086154)
["mtime"] => int(1787437985)
["expire"] => int(1787445185)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_708"] => array(4) {
["hash"] => int(2827344989)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_711"] => array(4) {
["hash"] => int(3032305439)
["mtime"] => int(1787437740)
["expire"] => int(1787444940)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_734"] => array(4) {
["hash"] => int(1032938560)
["mtime"] => int(1787437895)
["expire"] => int(1787445095)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_742"] => array(4) {
["hash"] => int(530436707)
["mtime"] => int(1787437661)
["expire"] => int(1787444861)
["tags"] => array(0) {
}
}
["sk_Profitour_Soap__getHotel_749"] => array(4) {
["hash"] => int(3910364618)
["mtime"] => int(1787437693)
["expire"] => int(1787444893)
["tags"] => array(0) {
}
}
["sk_Profitour__Smart_Hotel__getFacilities"] => array(4) {
["hash"] => int(777328162)
["mtime"] => int(1787437908)
["expire"] => int(1787445108)
["tags"] => array(0) {
}
}
["sk___category_categorylist_10762__10_1"] => array(4) {
["hash"] => int(1493507519)
["mtime"] => int(1787437897)
["expire"] => int(1787445097)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12451__10_1"] => array(4) {
["hash"] => int(1919588258)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12453__10_1"] => array(4) {
["hash"] => int(1931892475)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12454__10_1"] => array(4) {
["hash"] => int(2757921571)
["mtime"] => int(1787437667)
["expire"] => int(1787444867)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12457__10_1"] => array(4) {
["hash"] => int(3624115166)
["mtime"] => int(1787437668)
["expire"] => int(1787444868)
["tags"] => array(0) {
}
}
["sk___category_categorylist_12458__10_1"] => array(4) {
["hash"] => int(3648673295)
["mtime"] => int(1787437666)
["expire"] => int(1787444866)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1301__10_1"] => array(4) {
["hash"] => int(1704682309)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1305__10_1"] => array(4) {
["hash"] => int(2923406364)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1306__10_1"] => array(4) {
["hash"] => int(2885977919)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_categorylist_1343__10_1"] => array(4) {
["hash"] => int(3097636232)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_categorylist_2572__10_1"] => array(4) {
["hash"] => int(818750979)
["mtime"] => int(1787437665)
["expire"] => int(1787444865)
["tags"] => array(0) {
}
}
["sk___category_citislinks_pobyty_1169_2935_90"] => array(4) {
["hash"] => int(2622869272)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1216_P1_H1_K1"] => array(4) {
["hash"] => int(723284396)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1299_P1_H1_K1"] => array(4) {
["hash"] => int(423630770)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_1803_P1_H1_K1"] => array(4) {
["hash"] => int(242141630)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_228_P1_H1_K1"] => array(4) {
["hash"] => int(777003794)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_508_P1_H1_K1"] => array(4) {
["hash"] => int(3764429326)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_609_P1_H1_K1"] => array(4) {
["hash"] => int(2726870178)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_citylink_6_P1_H1_K1"] => array(4) {
["hash"] => int(3873796625)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1303_P1_H1_K1"] => array(4) {
["hash"] => int(2663145943)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___category_localitylink_1309_P1_H1_K1"] => array(4) {
["hash"] => int(2755794729)
["mtime"] => int(1787437664)
["expire"] => int(1787444864)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1660982594)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2168802245)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(247093109)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_avgPrice_stay_c_l2694_"] => array(4) {
["hash"] => int(2991349221)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_count_stay_c_l_"] => array(4) {
["hash"] => int(2799212743)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_154_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437945)
["expire"] => int(1787445145)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1216_l_"] => array(4) {
["hash"] => int(120134605)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c1299_l_"] => array(4) {
["hash"] => int(1390467373)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1179809536)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c609_l_"] => array(4) {
["hash"] => int(1560905004)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_avgPrice_stay_c90_l_"] => array(4) {
["hash"] => int(3829691530)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_count_stay_c_l_"] => array(4) {
["hash"] => int(3637436338)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(4290961277)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_158_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437757)
["expire"] => int(1787444957)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(1675936171)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1308_"] => array(4) {
["hash"] => int(3351955484)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(3987357239)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_count_stay_c_l_"] => array(4) {
["hash"] => int(359851233)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787437794)
["expire"] => int(1787444994)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_159_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787437795)
["expire"] => int(1787444995)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c228_l_"] => array(4) {
["hash"] => int(3462039194)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1303_"] => array(4) {
["hash"] => int(1370355035)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1307_"] => array(4) {
["hash"] => int(1540699161)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l1309_"] => array(4) {
["hash"] => int(2649323245)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_avgPrice_stay_c_l13451_"] => array(4) {
["hash"] => int(3999122536)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_count_stay_c_l_"] => array(4) {
["hash"] => int(3967447308)
["mtime"] => int(1787438097)
["expire"] => int(1787445297)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxDiscount_stay_c_l_"] => array(4) {
["hash"] => int(4014168668)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_maxPrice_stay_c_l_"] => array(4) {
["hash"] => int(2190682453)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["sk___seoShortcode_160_minPrice_stay_c_l_"] => array(4) {
["hash"] => int(2278952854)
["mtime"] => int(1787438096)
["expire"] => int(1787445296)
["tags"] => array(0) {
}
}
["category_cz_12459_0_13401_0_sort__filter____listcounts"] => array(4) {
["hash"] => int(594001709)
["mtime"] => int(1787438170)
["expire"] => int(1787445370)
["tags"] => array(0) {
}
}
}
["_directives":protected] => array(3) {
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
}
}
["_options":protected] => array(9) {
["write_control"] => bool(true)
["caching"] => bool(true)
["cache_id_prefix"] => NULL
["automatic_serialization"] => bool(true)
["automatic_cleaning_factor"] => int(10)
["lifetime"] => int(7200)
["logging"] => bool(false)
["logger"] => NULL
["ignore_user_abort"] => bool(false)
}
["_specificOptions":protected] => array(0) {
}
["_lastId":"Zend_Cache_Core":private] => string(54) "category_cz_12459_0_13401_0_sort__filter____categories"
["_extendedBackend":protected] => bool(true)
["_backendCapabilities":protected] => array(6) {
["automatic_cleaning"] => bool(true)
["tags"] => bool(true)
["expired_read"] => bool(true)
["priority"] => bool(false)
["infinite_lifetime"] => bool(true)
["get_list"] => bool(true)
}
}
["_metadataCacheInClass":protected] => bool(true)
["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
["_referenceMap":protected] => array(0) {
}
["_dependentTables":protected] => array(0) {
}
["_defaultSource":protected] => string(11) "defaultNone"
["_defaultValues":protected] => array(0) {
}
}
["primary":protected] => NULL
["dbupdatelog":protected] => bool(false)
}
["where"] => string(111) "o.object_active = 1 AND lj.object_id2 = '13401' AND (oo.object_code is not null) AND (oo.object_active = 1) "
["order"] => string(17) "oo.object_ranking"
["group"] => string(12) "oo.object_id"
["jointop"] => string(0) ""
["top"] => string(0) ""
["top-in-category"] => string(0) ""
}
}
}
[7] => array(6) {
["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Controller/Action.php"
["line"] => int(516)
["function"] => string(14) "categoryAction"
["class"] => string(22) "Objects_ViewController"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[8] => array(6) {
["file"] => string(76) "/data/web/sorger.web/web/app/library/Zend/Controller/Dispatcher/Standard.php"
["line"] => int(295)
["function"] => string(8) "dispatch"
["class"] => string(22) "Zend_Controller_Action"
["type"] => string(2) "->"
["args"] => array(1) {
[0] => string(14) "categoryAction"
}
}
[9] => array(6) {
["file"] => string(62) "/data/web/sorger.web/web/app/library/Zend/Controller/Front.php"
["line"] => int(954)
["function"] => string(8) "dispatch"
["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
["type"] => string(2) "->"
["args"] => array(2) {
[0] => object(Zend_Controller_Request_Http)#433 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(30) "/ubytovne/zilinsky-kraj?page=2"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(23) "/ubytovne/zilinsky-kraj"
["_params":protected] => array(7) {
["routeType"] => string(6) "object"
["module"] => string(7) "objects"
["controller"] => string(4) "view"
["action"] => string(8) "category"
["id"] => string(5) "12459"
["locality"] => string(5) "13401"
["error_handler"] => object(ArrayObject)#3048 (1) {
["storage":"ArrayObject":private] => array(3) {
["exception"] => *RECURSION*
["type"] => string(15) "EXCEPTION_OTHER"
["request"] => object(Zend_Controller_Request_Http)#3047 (15) {
["_paramSources":protected] => array(2) {
[0] => string(4) "_GET"
[1] => string(5) "_POST"
}
["_requestUri":protected] => string(30) "/ubytovne/zilinsky-kraj?page=2"
["_baseUrl":protected] => string(0) ""
["_basePath":protected] => NULL
["_pathInfo":protected] => string(23) "/ubytovne/zilinsky-kraj"
["_params":protected] => array(6) {
["routeType"] => string(6) "object"
["module"] => string(7) "objects"
["controller"] => string(4) "view"
["action"] => string(8) "category"
["id"] => string(5) "12459"
["locality"] => string(5) "13401"
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "objects"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(4) "view"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(8) "category"
["_actionKey":protected] => string(6) "action"
}
}
}
}
["_rawBody":protected] => NULL
["_aliases":protected] => array(0) {
}
["_dispatched":protected] => bool(true)
["_module":protected] => string(7) "default"
["_moduleKey":protected] => string(6) "module"
["_controller":protected] => string(5) "error"
["_controllerKey":protected] => string(10) "controller"
["_action":protected] => string(5) "error"
["_actionKey":protected] => string(6) "action"
}
[1] => object(Zend_Controller_Response_Http)#432 (8) {
["_body":protected] => array(0) {
}
["_exceptions":protected] => array(1) {
[0] => *RECURSION*
}
["_headers":protected] => array(0) {
}
["_headersRaw":protected] => array(0) {
}
["_httpResponseCode":protected] => int(200)
["_isRedirect":protected] => bool(false)
["_renderExceptions":protected] => bool(false)
["headersSentThrowsException"] => bool(true)
}
}
}
[10] => array(6) {
["file"] => string(77) "/data/web/sorger.web/web/app/library/Zend/Application/Bootstrap/Bootstrap.php"
["line"] => int(97)
["function"] => string(8) "dispatch"
["class"] => string(21) "Zend_Controller_Front"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[11] => array(6) {
["file"] => string(57) "/data/web/sorger.web/web/app/library/Zend/Application.php"
["line"] => int(366)
["function"] => string(3) "run"
["class"] => string(36) "Zend_Application_Bootstrap_Bootstrap"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
[12] => array(6) {
["file"] => string(34) "/data/web/sorger.web/web/index.php"
["line"] => int(110)
["function"] => string(3) "run"
["class"] => string(16) "Zend_Application"
["type"] => string(2) "->"
["args"] => array(0) {
}
}
}
["previous":"Exception":private] => NULL
["errorInfo"] => array(3) {
[0] => string(5) "HY000"
[1] => int(2006)
[2] => string(26) "MySQL server has gone away"
}
}
}