int(0)
string(63) "SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"
array(15) {
  [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(65) "SELECT `regions`.* FROM `regions` WHERE (region_id = 11 ) LIMIT 1"
      [1] => array(0) {
      }
    }
  }
  [3] => array(6) {
    ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
    ["line"] => int(1529)
    ["function"] => string(5) "query"
    ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => object(Zend_Db_Table_Select)#2998 (7) {
        ["_info":protected] => array(10) {
          ["schema"] => NULL
          ["name"] => string(7) "regions"
          ["cols"] => array(6) {
            [0] => string(9) "region_id"
            [1] => string(10) "region_pid"
            [2] => string(11) "region_name"
            [3] => string(10) "region_url"
            [4] => string(12) "region_image"
            [5] => string(14) "region_intitle"
          }
          ["primary"] => array(1) {
            [1] => string(9) "region_id"
          }
          ["metadata"] => array(6) {
            ["region_id"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(9) "region_id"
              ["COLUMN_POSITION"] => int(1)
              ["DATA_TYPE"] => string(17) "smallint unsigned"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => NULL
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => bool(true)
              ["PRIMARY"] => bool(true)
              ["PRIMARY_POSITION"] => int(1)
              ["IDENTITY"] => bool(true)
            }
            ["region_pid"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(10) "region_pid"
              ["COLUMN_POSITION"] => int(2)
              ["DATA_TYPE"] => string(17) "smallint unsigned"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(true)
              ["LENGTH"] => NULL
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => bool(true)
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_name"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(11) "region_name"
              ["COLUMN_POSITION"] => int(3)
              ["DATA_TYPE"] => string(7) "varchar"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => string(2) "50"
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => NULL
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_url"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(10) "region_url"
              ["COLUMN_POSITION"] => int(4)
              ["DATA_TYPE"] => string(7) "varchar"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => string(2) "50"
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => NULL
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_image"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(12) "region_image"
              ["COLUMN_POSITION"] => int(5)
              ["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)
            }
            ["region_intitle"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(14) "region_intitle"
              ["COLUMN_POSITION"] => int(6)
              ["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)
            }
          }
          ["rowClass"] => string(17) "Zend_Db_Table_Row"
          ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
          ["referenceMap"] => array(0) {
          }
          ["dependentTables"] => array(0) {
          }
          ["sequence"] => bool(true)
        }
        ["_integrityCheck":protected] => bool(true)
        ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
            }
            ["_caseFolding":protected] => int(0)
            ["_autoQuoteIdentifiers":protected] => bool(true)
            ["_allowSerialization":protected] => bool(true)
            ["_autoReconnectOnUnserialize":protected] => bool(false)
          }
          ["_schema":protected] => NULL
          ["_name":protected] => string(7) "regions"
          ["_cols":protected] => array(6) {
            [0] => string(9) "region_id"
            [1] => string(10) "region_pid"
            [2] => string(11) "region_name"
            [3] => string(10) "region_url"
            [4] => string(12) "region_image"
            [5] => string(14) "region_intitle"
          }
          ["_primary":protected] => array(1) {
            [1] => string(9) "region_id"
          }
          ["_identity":protected] => int(1)
          ["_sequence":protected] => bool(true)
          ["_metadata":protected] => array(6) {
            ["region_id"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(9) "region_id"
              ["COLUMN_POSITION"] => int(1)
              ["DATA_TYPE"] => string(17) "smallint unsigned"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => NULL
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => bool(true)
              ["PRIMARY"] => bool(true)
              ["PRIMARY_POSITION"] => int(1)
              ["IDENTITY"] => bool(true)
            }
            ["region_pid"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(10) "region_pid"
              ["COLUMN_POSITION"] => int(2)
              ["DATA_TYPE"] => string(17) "smallint unsigned"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(true)
              ["LENGTH"] => NULL
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => bool(true)
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_name"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(11) "region_name"
              ["COLUMN_POSITION"] => int(3)
              ["DATA_TYPE"] => string(7) "varchar"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => string(2) "50"
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => NULL
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_url"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(10) "region_url"
              ["COLUMN_POSITION"] => int(4)
              ["DATA_TYPE"] => string(7) "varchar"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => string(2) "50"
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => NULL
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_image"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(12) "region_image"
              ["COLUMN_POSITION"] => int(5)
              ["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)
            }
            ["region_intitle"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(14) "region_intitle"
              ["COLUMN_POSITION"] => int(6)
              ["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)
            }
          }
          ["_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(9) {
                ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                  ["hash"] => int(4055364029)
                  ["mtime"] => int(1786838223)
                  ["expire"] => int(1786845423)
                  ["tags"] => array(0) {
                  }
                }
                ["___translates_pl"] => array(4) {
                  ["hash"] => int(1251988936)
                  ["mtime"] => int(1786838223)
                  ["expire"] => int(1786845423)
                  ["tags"] => array(0) {
                  }
                }
                ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                  ["hash"] => int(800445141)
                  ["mtime"] => int(1786838223)
                  ["expire"] => int(1786845423)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                  ["hash"] => int(1417847699)
                  ["mtime"] => int(1786838538)
                  ["expire"] => int(1786845738)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                  ["hash"] => int(1613171874)
                  ["mtime"] => int(1786838538)
                  ["expire"] => int(1786845738)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                  ["hash"] => int(2886115218)
                  ["mtime"] => int(1786838538)
                  ["expire"] => int(1786845738)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                  ["hash"] => int(3126628096)
                  ["mtime"] => int(1786838539)
                  ["expire"] => int(1786845739)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                  ["hash"] => int(3420178843)
                  ["mtime"] => int(1786838494)
                  ["expire"] => int(1786845694)
                  ["tags"] => array(0) {
                  }
                }
                ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                  ["hash"] => int(1233611409)
                  ["mtime"] => int(1786838223)
                  ["expire"] => int(1786845423)
                  ["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(32) "500258a1ce07c02f363f5e6847567bfd"
            ["_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) {
          }
        }
        ["_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)#3001 (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(7) "regions"
              [1] => string(1) "*"
              [2] => NULL
            }
          }
          ["union"] => array(0) {
          }
          ["from"] => array(1) {
            ["regions"] => array(4) {
              ["joinType"] => string(10) "inner join"
              ["schema"] => NULL
              ["tableName"] => string(7) "regions"
              ["joinCondition"] => NULL
            }
          }
          ["where"] => array(1) {
            [0] => string(17) "(region_id = 11 )"
          }
          ["group"] => array(0) {
          }
          ["having"] => array(0) {
          }
          ["order"] => array(0) {
          }
          ["limitcount"] => int(1)
          ["limitoffset"] => int(0)
          ["forupdate"] => bool(false)
        }
        ["_tableCols":protected] => array(0) {
        }
      }
    }
  }
  [4] => array(6) {
    ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
    ["line"] => int(1391)
    ["function"] => string(6) "_fetch"
    ["class"] => string(22) "Zend_Db_Table_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => object(Zend_Db_Table_Select)#2998 (7) {
        ["_info":protected] => array(10) {
          ["schema"] => NULL
          ["name"] => string(7) "regions"
          ["cols"] => array(6) {
            [0] => string(9) "region_id"
            [1] => string(10) "region_pid"
            [2] => string(11) "region_name"
            [3] => string(10) "region_url"
            [4] => string(12) "region_image"
            [5] => string(14) "region_intitle"
          }
          ["primary"] => array(1) {
            [1] => string(9) "region_id"
          }
          ["metadata"] => array(6) {
            ["region_id"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(9) "region_id"
              ["COLUMN_POSITION"] => int(1)
              ["DATA_TYPE"] => string(17) "smallint unsigned"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => NULL
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => bool(true)
              ["PRIMARY"] => bool(true)
              ["PRIMARY_POSITION"] => int(1)
              ["IDENTITY"] => bool(true)
            }
            ["region_pid"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(10) "region_pid"
              ["COLUMN_POSITION"] => int(2)
              ["DATA_TYPE"] => string(17) "smallint unsigned"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(true)
              ["LENGTH"] => NULL
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => bool(true)
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_name"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(11) "region_name"
              ["COLUMN_POSITION"] => int(3)
              ["DATA_TYPE"] => string(7) "varchar"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => string(2) "50"
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => NULL
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_url"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(10) "region_url"
              ["COLUMN_POSITION"] => int(4)
              ["DATA_TYPE"] => string(7) "varchar"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => string(2) "50"
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => NULL
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_image"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(12) "region_image"
              ["COLUMN_POSITION"] => int(5)
              ["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)
            }
            ["region_intitle"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(14) "region_intitle"
              ["COLUMN_POSITION"] => int(6)
              ["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)
            }
          }
          ["rowClass"] => string(17) "Zend_Db_Table_Row"
          ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
          ["referenceMap"] => array(0) {
          }
          ["dependentTables"] => array(0) {
          }
          ["sequence"] => bool(true)
        }
        ["_integrityCheck":protected] => bool(true)
        ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
            }
            ["_caseFolding":protected] => int(0)
            ["_autoQuoteIdentifiers":protected] => bool(true)
            ["_allowSerialization":protected] => bool(true)
            ["_autoReconnectOnUnserialize":protected] => bool(false)
          }
          ["_schema":protected] => NULL
          ["_name":protected] => string(7) "regions"
          ["_cols":protected] => array(6) {
            [0] => string(9) "region_id"
            [1] => string(10) "region_pid"
            [2] => string(11) "region_name"
            [3] => string(10) "region_url"
            [4] => string(12) "region_image"
            [5] => string(14) "region_intitle"
          }
          ["_primary":protected] => array(1) {
            [1] => string(9) "region_id"
          }
          ["_identity":protected] => int(1)
          ["_sequence":protected] => bool(true)
          ["_metadata":protected] => array(6) {
            ["region_id"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(9) "region_id"
              ["COLUMN_POSITION"] => int(1)
              ["DATA_TYPE"] => string(17) "smallint unsigned"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => NULL
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => bool(true)
              ["PRIMARY"] => bool(true)
              ["PRIMARY_POSITION"] => int(1)
              ["IDENTITY"] => bool(true)
            }
            ["region_pid"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(10) "region_pid"
              ["COLUMN_POSITION"] => int(2)
              ["DATA_TYPE"] => string(17) "smallint unsigned"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(true)
              ["LENGTH"] => NULL
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => bool(true)
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_name"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(11) "region_name"
              ["COLUMN_POSITION"] => int(3)
              ["DATA_TYPE"] => string(7) "varchar"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => string(2) "50"
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => NULL
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_url"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(10) "region_url"
              ["COLUMN_POSITION"] => int(4)
              ["DATA_TYPE"] => string(7) "varchar"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => string(2) "50"
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => NULL
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_image"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(12) "region_image"
              ["COLUMN_POSITION"] => int(5)
              ["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)
            }
            ["region_intitle"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(14) "region_intitle"
              ["COLUMN_POSITION"] => int(6)
              ["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)
            }
          }
          ["_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(9) {
                ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                  ["hash"] => int(4055364029)
                  ["mtime"] => int(1786838223)
                  ["expire"] => int(1786845423)
                  ["tags"] => array(0) {
                  }
                }
                ["___translates_pl"] => array(4) {
                  ["hash"] => int(1251988936)
                  ["mtime"] => int(1786838223)
                  ["expire"] => int(1786845423)
                  ["tags"] => array(0) {
                  }
                }
                ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                  ["hash"] => int(800445141)
                  ["mtime"] => int(1786838223)
                  ["expire"] => int(1786845423)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                  ["hash"] => int(1417847699)
                  ["mtime"] => int(1786838538)
                  ["expire"] => int(1786845738)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                  ["hash"] => int(1613171874)
                  ["mtime"] => int(1786838538)
                  ["expire"] => int(1786845738)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                  ["hash"] => int(2886115218)
                  ["mtime"] => int(1786838538)
                  ["expire"] => int(1786845738)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                  ["hash"] => int(3126628096)
                  ["mtime"] => int(1786838539)
                  ["expire"] => int(1786845739)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                  ["hash"] => int(3420178843)
                  ["mtime"] => int(1786838494)
                  ["expire"] => int(1786845694)
                  ["tags"] => array(0) {
                  }
                }
                ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                  ["hash"] => int(1233611409)
                  ["mtime"] => int(1786838223)
                  ["expire"] => int(1786845423)
                  ["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(32) "500258a1ce07c02f363f5e6847567bfd"
            ["_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) {
          }
        }
        ["_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)#3001 (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(7) "regions"
              [1] => string(1) "*"
              [2] => NULL
            }
          }
          ["union"] => array(0) {
          }
          ["from"] => array(1) {
            ["regions"] => array(4) {
              ["joinType"] => string(10) "inner join"
              ["schema"] => NULL
              ["tableName"] => string(7) "regions"
              ["joinCondition"] => NULL
            }
          }
          ["where"] => array(1) {
            [0] => string(17) "(region_id = 11 )"
          }
          ["group"] => array(0) {
          }
          ["having"] => array(0) {
          }
          ["order"] => array(0) {
          }
          ["limitcount"] => int(1)
          ["limitoffset"] => int(0)
          ["forupdate"] => bool(false)
        }
        ["_tableCols":protected] => array(0) {
        }
      }
    }
  }
  [5] => array(6) {
    ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
    ["line"] => int(74)
    ["function"] => string(8) "fetchRow"
    ["class"] => string(22) "Zend_Db_Table_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => object(Zend_Db_Table_Select)#2998 (7) {
        ["_info":protected] => array(10) {
          ["schema"] => NULL
          ["name"] => string(7) "regions"
          ["cols"] => array(6) {
            [0] => string(9) "region_id"
            [1] => string(10) "region_pid"
            [2] => string(11) "region_name"
            [3] => string(10) "region_url"
            [4] => string(12) "region_image"
            [5] => string(14) "region_intitle"
          }
          ["primary"] => array(1) {
            [1] => string(9) "region_id"
          }
          ["metadata"] => array(6) {
            ["region_id"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(9) "region_id"
              ["COLUMN_POSITION"] => int(1)
              ["DATA_TYPE"] => string(17) "smallint unsigned"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => NULL
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => bool(true)
              ["PRIMARY"] => bool(true)
              ["PRIMARY_POSITION"] => int(1)
              ["IDENTITY"] => bool(true)
            }
            ["region_pid"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(10) "region_pid"
              ["COLUMN_POSITION"] => int(2)
              ["DATA_TYPE"] => string(17) "smallint unsigned"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(true)
              ["LENGTH"] => NULL
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => bool(true)
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_name"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(11) "region_name"
              ["COLUMN_POSITION"] => int(3)
              ["DATA_TYPE"] => string(7) "varchar"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => string(2) "50"
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => NULL
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_url"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(10) "region_url"
              ["COLUMN_POSITION"] => int(4)
              ["DATA_TYPE"] => string(7) "varchar"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => string(2) "50"
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => NULL
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_image"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(12) "region_image"
              ["COLUMN_POSITION"] => int(5)
              ["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)
            }
            ["region_intitle"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(14) "region_intitle"
              ["COLUMN_POSITION"] => int(6)
              ["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)
            }
          }
          ["rowClass"] => string(17) "Zend_Db_Table_Row"
          ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
          ["referenceMap"] => array(0) {
          }
          ["dependentTables"] => array(0) {
          }
          ["sequence"] => bool(true)
        }
        ["_integrityCheck":protected] => bool(true)
        ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
            }
            ["_caseFolding":protected] => int(0)
            ["_autoQuoteIdentifiers":protected] => bool(true)
            ["_allowSerialization":protected] => bool(true)
            ["_autoReconnectOnUnserialize":protected] => bool(false)
          }
          ["_schema":protected] => NULL
          ["_name":protected] => string(7) "regions"
          ["_cols":protected] => array(6) {
            [0] => string(9) "region_id"
            [1] => string(10) "region_pid"
            [2] => string(11) "region_name"
            [3] => string(10) "region_url"
            [4] => string(12) "region_image"
            [5] => string(14) "region_intitle"
          }
          ["_primary":protected] => array(1) {
            [1] => string(9) "region_id"
          }
          ["_identity":protected] => int(1)
          ["_sequence":protected] => bool(true)
          ["_metadata":protected] => array(6) {
            ["region_id"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(9) "region_id"
              ["COLUMN_POSITION"] => int(1)
              ["DATA_TYPE"] => string(17) "smallint unsigned"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => NULL
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => bool(true)
              ["PRIMARY"] => bool(true)
              ["PRIMARY_POSITION"] => int(1)
              ["IDENTITY"] => bool(true)
            }
            ["region_pid"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(10) "region_pid"
              ["COLUMN_POSITION"] => int(2)
              ["DATA_TYPE"] => string(17) "smallint unsigned"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(true)
              ["LENGTH"] => NULL
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => bool(true)
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_name"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(11) "region_name"
              ["COLUMN_POSITION"] => int(3)
              ["DATA_TYPE"] => string(7) "varchar"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => string(2) "50"
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => NULL
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_url"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(10) "region_url"
              ["COLUMN_POSITION"] => int(4)
              ["DATA_TYPE"] => string(7) "varchar"
              ["DEFAULT"] => NULL
              ["NULLABLE"] => bool(false)
              ["LENGTH"] => string(2) "50"
              ["SCALE"] => NULL
              ["PRECISION"] => NULL
              ["UNSIGNED"] => NULL
              ["PRIMARY"] => bool(false)
              ["PRIMARY_POSITION"] => NULL
              ["IDENTITY"] => bool(false)
            }
            ["region_image"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(12) "region_image"
              ["COLUMN_POSITION"] => int(5)
              ["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)
            }
            ["region_intitle"] => array(14) {
              ["SCHEMA_NAME"] => NULL
              ["TABLE_NAME"] => string(7) "regions"
              ["COLUMN_NAME"] => string(14) "region_intitle"
              ["COLUMN_POSITION"] => int(6)
              ["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)
            }
          }
          ["_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(9) {
                ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                  ["hash"] => int(4055364029)
                  ["mtime"] => int(1786838223)
                  ["expire"] => int(1786845423)
                  ["tags"] => array(0) {
                  }
                }
                ["___translates_pl"] => array(4) {
                  ["hash"] => int(1251988936)
                  ["mtime"] => int(1786838223)
                  ["expire"] => int(1786845423)
                  ["tags"] => array(0) {
                  }
                }
                ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                  ["hash"] => int(800445141)
                  ["mtime"] => int(1786838223)
                  ["expire"] => int(1786845423)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                  ["hash"] => int(1417847699)
                  ["mtime"] => int(1786838538)
                  ["expire"] => int(1786845738)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                  ["hash"] => int(1613171874)
                  ["mtime"] => int(1786838538)
                  ["expire"] => int(1786845738)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                  ["hash"] => int(2886115218)
                  ["mtime"] => int(1786838538)
                  ["expire"] => int(1786845738)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                  ["hash"] => int(3126628096)
                  ["mtime"] => int(1786838539)
                  ["expire"] => int(1786845739)
                  ["tags"] => array(0) {
                  }
                }
                ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                  ["hash"] => int(3420178843)
                  ["mtime"] => int(1786838494)
                  ["expire"] => int(1786845694)
                  ["tags"] => array(0) {
                  }
                }
                ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                  ["hash"] => int(1233611409)
                  ["mtime"] => int(1786838223)
                  ["expire"] => int(1786845423)
                  ["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(32) "500258a1ce07c02f363f5e6847567bfd"
            ["_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) {
          }
        }
        ["_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)#3001 (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(7) "regions"
              [1] => string(1) "*"
              [2] => NULL
            }
          }
          ["union"] => array(0) {
          }
          ["from"] => array(1) {
            ["regions"] => array(4) {
              ["joinType"] => string(10) "inner join"
              ["schema"] => NULL
              ["tableName"] => string(7) "regions"
              ["joinCondition"] => NULL
            }
          }
          ["where"] => array(1) {
            [0] => string(17) "(region_id = 11 )"
          }
          ["group"] => array(0) {
          }
          ["having"] => array(0) {
          }
          ["order"] => array(0) {
          }
          ["limitcount"] => int(1)
          ["limitoffset"] => int(0)
          ["forupdate"] => bool(false)
        }
        ["_tableCols":protected] => array(0) {
        }
      }
    }
  }
  [6] => array(6) {
    ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
    ["line"] => int(24)
    ["function"] => string(10) "fetchEntry"
    ["class"] => string(10) "Matj_Model"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => int(11)
    }
  }
  [7] => array(6) {
    ["file"] => string(62) "/data/web/sorger.web/web/app/modules/objects/models/Object.php"
    ["line"] => int(1060)
    ["function"] => string(11) "__construct"
    ["class"] => string(10) "Matj_Model"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => int(11)
    }
  }
  [8] => array(6) {
    ["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
    ["line"] => int(2520)
    ["function"] => string(17) "getLocalitiesMenu"
    ["class"] => string(20) "Objects_Model_Object"
    ["type"] => string(2) "->"
    ["args"] => array(3) {
      [0] => int(1)
      [1] => int(0)
      [2] => int(0)
    }
  }
  [9] => 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) {
    }
  }
  [10] => 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"
    }
  }
  [11] => 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(43) "/zakwaterowanie/rohace/najlacnejsie?page=21"
        ["_baseUrl":protected] => string(0) ""
        ["_basePath":protected] => NULL
        ["_pathInfo":protected] => string(35) "/zakwaterowanie/rohace/najlacnejsie"
        ["_params":protected] => array(8) {
          ["routeType"] => string(6) "object"
          ["module"] => string(7) "objects"
          ["controller"] => string(4) "view"
          ["action"] => string(8) "category"
          ["id"] => string(4) "2695"
          ["locality"] => string(5) "13445"
          ["sort"] => string(10) "price-down"
          ["error_handler"] => object(ArrayObject)#3002 (1) {
            ["storage":"ArrayObject":private] => array(3) {
              ["exception"] => object(Zend_Db_Statement_Exception)#2994 (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(15) {
                  [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(65) "SELECT `regions`.* FROM `regions` WHERE (region_id = 11 ) LIMIT 1"
                      [1] => array(0) {
                      }
                    }
                  }
                  [3] => array(6) {
                    ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
                    ["line"] => int(1529)
                    ["function"] => string(5) "query"
                    ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
                    ["type"] => string(2) "->"
                    ["args"] => array(1) {
                      [0] => object(Zend_Db_Table_Select)#2998 (7) {
                        ["_info":protected] => array(10) {
                          ["schema"] => NULL
                          ["name"] => string(7) "regions"
                          ["cols"] => array(6) {
                            [0] => string(9) "region_id"
                            [1] => string(10) "region_pid"
                            [2] => string(11) "region_name"
                            [3] => string(10) "region_url"
                            [4] => string(12) "region_image"
                            [5] => string(14) "region_intitle"
                          }
                          ["primary"] => array(1) {
                            [1] => string(9) "region_id"
                          }
                          ["metadata"] => array(6) {
                            ["region_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(9) "region_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(17) "smallint unsigned"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => bool(true)
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["region_pid"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(10) "region_pid"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(17) "smallint unsigned"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(true)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => bool(true)
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_name"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(11) "region_name"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(2) "50"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_url"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(10) "region_url"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(2) "50"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_image"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(12) "region_image"
                              ["COLUMN_POSITION"] => int(5)
                              ["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)
                            }
                            ["region_intitle"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(14) "region_intitle"
                              ["COLUMN_POSITION"] => int(6)
                              ["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)
                            }
                          }
                          ["rowClass"] => string(17) "Zend_Db_Table_Row"
                          ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                          ["referenceMap"] => array(0) {
                          }
                          ["dependentTables"] => array(0) {
                          }
                          ["sequence"] => bool(true)
                        }
                        ["_integrityCheck":protected] => bool(true)
                        ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                            }
                            ["_caseFolding":protected] => int(0)
                            ["_autoQuoteIdentifiers":protected] => bool(true)
                            ["_allowSerialization":protected] => bool(true)
                            ["_autoReconnectOnUnserialize":protected] => bool(false)
                          }
                          ["_schema":protected] => NULL
                          ["_name":protected] => string(7) "regions"
                          ["_cols":protected] => array(6) {
                            [0] => string(9) "region_id"
                            [1] => string(10) "region_pid"
                            [2] => string(11) "region_name"
                            [3] => string(10) "region_url"
                            [4] => string(12) "region_image"
                            [5] => string(14) "region_intitle"
                          }
                          ["_primary":protected] => array(1) {
                            [1] => string(9) "region_id"
                          }
                          ["_identity":protected] => int(1)
                          ["_sequence":protected] => bool(true)
                          ["_metadata":protected] => array(6) {
                            ["region_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(9) "region_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(17) "smallint unsigned"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => bool(true)
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["region_pid"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(10) "region_pid"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(17) "smallint unsigned"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(true)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => bool(true)
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_name"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(11) "region_name"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(2) "50"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_url"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(10) "region_url"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(2) "50"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_image"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(12) "region_image"
                              ["COLUMN_POSITION"] => int(5)
                              ["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)
                            }
                            ["region_intitle"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(14) "region_intitle"
                              ["COLUMN_POSITION"] => int(6)
                              ["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)
                            }
                          }
                          ["_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(9) {
                                ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                                  ["hash"] => int(4055364029)
                                  ["mtime"] => int(1786838223)
                                  ["expire"] => int(1786845423)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["___translates_pl"] => array(4) {
                                  ["hash"] => int(1251988936)
                                  ["mtime"] => int(1786838223)
                                  ["expire"] => int(1786845423)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                                  ["hash"] => int(800445141)
                                  ["mtime"] => int(1786838223)
                                  ["expire"] => int(1786845423)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                                  ["hash"] => int(1417847699)
                                  ["mtime"] => int(1786838538)
                                  ["expire"] => int(1786845738)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                                  ["hash"] => int(1613171874)
                                  ["mtime"] => int(1786838538)
                                  ["expire"] => int(1786845738)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                                  ["hash"] => int(2886115218)
                                  ["mtime"] => int(1786838538)
                                  ["expire"] => int(1786845738)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                                  ["hash"] => int(3126628096)
                                  ["mtime"] => int(1786838539)
                                  ["expire"] => int(1786845739)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                                  ["hash"] => int(3420178843)
                                  ["mtime"] => int(1786838494)
                                  ["expire"] => int(1786845694)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                                  ["hash"] => int(1233611409)
                                  ["mtime"] => int(1786838223)
                                  ["expire"] => int(1786845423)
                                  ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                            ["_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) {
                          }
                        }
                        ["_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)#3001 (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(7) "regions"
                              [1] => string(1) "*"
                              [2] => NULL
                            }
                          }
                          ["union"] => array(0) {
                          }
                          ["from"] => array(1) {
                            ["regions"] => array(4) {
                              ["joinType"] => string(10) "inner join"
                              ["schema"] => NULL
                              ["tableName"] => string(7) "regions"
                              ["joinCondition"] => NULL
                            }
                          }
                          ["where"] => array(1) {
                            [0] => string(17) "(region_id = 11 )"
                          }
                          ["group"] => array(0) {
                          }
                          ["having"] => array(0) {
                          }
                          ["order"] => array(0) {
                          }
                          ["limitcount"] => int(1)
                          ["limitoffset"] => int(0)
                          ["forupdate"] => bool(false)
                        }
                        ["_tableCols":protected] => array(0) {
                        }
                      }
                    }
                  }
                  [4] => array(6) {
                    ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
                    ["line"] => int(1391)
                    ["function"] => string(6) "_fetch"
                    ["class"] => string(22) "Zend_Db_Table_Abstract"
                    ["type"] => string(2) "->"
                    ["args"] => array(1) {
                      [0] => object(Zend_Db_Table_Select)#2998 (7) {
                        ["_info":protected] => array(10) {
                          ["schema"] => NULL
                          ["name"] => string(7) "regions"
                          ["cols"] => array(6) {
                            [0] => string(9) "region_id"
                            [1] => string(10) "region_pid"
                            [2] => string(11) "region_name"
                            [3] => string(10) "region_url"
                            [4] => string(12) "region_image"
                            [5] => string(14) "region_intitle"
                          }
                          ["primary"] => array(1) {
                            [1] => string(9) "region_id"
                          }
                          ["metadata"] => array(6) {
                            ["region_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(9) "region_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(17) "smallint unsigned"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => bool(true)
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["region_pid"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(10) "region_pid"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(17) "smallint unsigned"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(true)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => bool(true)
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_name"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(11) "region_name"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(2) "50"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_url"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(10) "region_url"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(2) "50"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_image"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(12) "region_image"
                              ["COLUMN_POSITION"] => int(5)
                              ["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)
                            }
                            ["region_intitle"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(14) "region_intitle"
                              ["COLUMN_POSITION"] => int(6)
                              ["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)
                            }
                          }
                          ["rowClass"] => string(17) "Zend_Db_Table_Row"
                          ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                          ["referenceMap"] => array(0) {
                          }
                          ["dependentTables"] => array(0) {
                          }
                          ["sequence"] => bool(true)
                        }
                        ["_integrityCheck":protected] => bool(true)
                        ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                            }
                            ["_caseFolding":protected] => int(0)
                            ["_autoQuoteIdentifiers":protected] => bool(true)
                            ["_allowSerialization":protected] => bool(true)
                            ["_autoReconnectOnUnserialize":protected] => bool(false)
                          }
                          ["_schema":protected] => NULL
                          ["_name":protected] => string(7) "regions"
                          ["_cols":protected] => array(6) {
                            [0] => string(9) "region_id"
                            [1] => string(10) "region_pid"
                            [2] => string(11) "region_name"
                            [3] => string(10) "region_url"
                            [4] => string(12) "region_image"
                            [5] => string(14) "region_intitle"
                          }
                          ["_primary":protected] => array(1) {
                            [1] => string(9) "region_id"
                          }
                          ["_identity":protected] => int(1)
                          ["_sequence":protected] => bool(true)
                          ["_metadata":protected] => array(6) {
                            ["region_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(9) "region_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(17) "smallint unsigned"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => bool(true)
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["region_pid"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(10) "region_pid"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(17) "smallint unsigned"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(true)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => bool(true)
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_name"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(11) "region_name"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(2) "50"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_url"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(10) "region_url"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(2) "50"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_image"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(12) "region_image"
                              ["COLUMN_POSITION"] => int(5)
                              ["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)
                            }
                            ["region_intitle"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(14) "region_intitle"
                              ["COLUMN_POSITION"] => int(6)
                              ["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)
                            }
                          }
                          ["_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(9) {
                                ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                                  ["hash"] => int(4055364029)
                                  ["mtime"] => int(1786838223)
                                  ["expire"] => int(1786845423)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["___translates_pl"] => array(4) {
                                  ["hash"] => int(1251988936)
                                  ["mtime"] => int(1786838223)
                                  ["expire"] => int(1786845423)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                                  ["hash"] => int(800445141)
                                  ["mtime"] => int(1786838223)
                                  ["expire"] => int(1786845423)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                                  ["hash"] => int(1417847699)
                                  ["mtime"] => int(1786838538)
                                  ["expire"] => int(1786845738)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                                  ["hash"] => int(1613171874)
                                  ["mtime"] => int(1786838538)
                                  ["expire"] => int(1786845738)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                                  ["hash"] => int(2886115218)
                                  ["mtime"] => int(1786838538)
                                  ["expire"] => int(1786845738)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                                  ["hash"] => int(3126628096)
                                  ["mtime"] => int(1786838539)
                                  ["expire"] => int(1786845739)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                                  ["hash"] => int(3420178843)
                                  ["mtime"] => int(1786838494)
                                  ["expire"] => int(1786845694)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                                  ["hash"] => int(1233611409)
                                  ["mtime"] => int(1786838223)
                                  ["expire"] => int(1786845423)
                                  ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                            ["_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) {
                          }
                        }
                        ["_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)#3001 (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(7) "regions"
                              [1] => string(1) "*"
                              [2] => NULL
                            }
                          }
                          ["union"] => array(0) {
                          }
                          ["from"] => array(1) {
                            ["regions"] => array(4) {
                              ["joinType"] => string(10) "inner join"
                              ["schema"] => NULL
                              ["tableName"] => string(7) "regions"
                              ["joinCondition"] => NULL
                            }
                          }
                          ["where"] => array(1) {
                            [0] => string(17) "(region_id = 11 )"
                          }
                          ["group"] => array(0) {
                          }
                          ["having"] => array(0) {
                          }
                          ["order"] => array(0) {
                          }
                          ["limitcount"] => int(1)
                          ["limitoffset"] => int(0)
                          ["forupdate"] => bool(false)
                        }
                        ["_tableCols":protected] => array(0) {
                        }
                      }
                    }
                  }
                  [5] => array(6) {
                    ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
                    ["line"] => int(74)
                    ["function"] => string(8) "fetchRow"
                    ["class"] => string(22) "Zend_Db_Table_Abstract"
                    ["type"] => string(2) "->"
                    ["args"] => array(1) {
                      [0] => object(Zend_Db_Table_Select)#2998 (7) {
                        ["_info":protected] => array(10) {
                          ["schema"] => NULL
                          ["name"] => string(7) "regions"
                          ["cols"] => array(6) {
                            [0] => string(9) "region_id"
                            [1] => string(10) "region_pid"
                            [2] => string(11) "region_name"
                            [3] => string(10) "region_url"
                            [4] => string(12) "region_image"
                            [5] => string(14) "region_intitle"
                          }
                          ["primary"] => array(1) {
                            [1] => string(9) "region_id"
                          }
                          ["metadata"] => array(6) {
                            ["region_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(9) "region_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(17) "smallint unsigned"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => bool(true)
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["region_pid"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(10) "region_pid"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(17) "smallint unsigned"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(true)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => bool(true)
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_name"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(11) "region_name"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(2) "50"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_url"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(10) "region_url"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(2) "50"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_image"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(12) "region_image"
                              ["COLUMN_POSITION"] => int(5)
                              ["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)
                            }
                            ["region_intitle"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(14) "region_intitle"
                              ["COLUMN_POSITION"] => int(6)
                              ["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)
                            }
                          }
                          ["rowClass"] => string(17) "Zend_Db_Table_Row"
                          ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                          ["referenceMap"] => array(0) {
                          }
                          ["dependentTables"] => array(0) {
                          }
                          ["sequence"] => bool(true)
                        }
                        ["_integrityCheck":protected] => bool(true)
                        ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                            }
                            ["_caseFolding":protected] => int(0)
                            ["_autoQuoteIdentifiers":protected] => bool(true)
                            ["_allowSerialization":protected] => bool(true)
                            ["_autoReconnectOnUnserialize":protected] => bool(false)
                          }
                          ["_schema":protected] => NULL
                          ["_name":protected] => string(7) "regions"
                          ["_cols":protected] => array(6) {
                            [0] => string(9) "region_id"
                            [1] => string(10) "region_pid"
                            [2] => string(11) "region_name"
                            [3] => string(10) "region_url"
                            [4] => string(12) "region_image"
                            [5] => string(14) "region_intitle"
                          }
                          ["_primary":protected] => array(1) {
                            [1] => string(9) "region_id"
                          }
                          ["_identity":protected] => int(1)
                          ["_sequence":protected] => bool(true)
                          ["_metadata":protected] => array(6) {
                            ["region_id"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(9) "region_id"
                              ["COLUMN_POSITION"] => int(1)
                              ["DATA_TYPE"] => string(17) "smallint unsigned"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => bool(true)
                              ["PRIMARY"] => bool(true)
                              ["PRIMARY_POSITION"] => int(1)
                              ["IDENTITY"] => bool(true)
                            }
                            ["region_pid"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(10) "region_pid"
                              ["COLUMN_POSITION"] => int(2)
                              ["DATA_TYPE"] => string(17) "smallint unsigned"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(true)
                              ["LENGTH"] => NULL
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => bool(true)
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_name"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(11) "region_name"
                              ["COLUMN_POSITION"] => int(3)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(2) "50"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_url"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(10) "region_url"
                              ["COLUMN_POSITION"] => int(4)
                              ["DATA_TYPE"] => string(7) "varchar"
                              ["DEFAULT"] => NULL
                              ["NULLABLE"] => bool(false)
                              ["LENGTH"] => string(2) "50"
                              ["SCALE"] => NULL
                              ["PRECISION"] => NULL
                              ["UNSIGNED"] => NULL
                              ["PRIMARY"] => bool(false)
                              ["PRIMARY_POSITION"] => NULL
                              ["IDENTITY"] => bool(false)
                            }
                            ["region_image"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(12) "region_image"
                              ["COLUMN_POSITION"] => int(5)
                              ["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)
                            }
                            ["region_intitle"] => array(14) {
                              ["SCHEMA_NAME"] => NULL
                              ["TABLE_NAME"] => string(7) "regions"
                              ["COLUMN_NAME"] => string(14) "region_intitle"
                              ["COLUMN_POSITION"] => int(6)
                              ["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)
                            }
                          }
                          ["_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(9) {
                                ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                                  ["hash"] => int(4055364029)
                                  ["mtime"] => int(1786838223)
                                  ["expire"] => int(1786845423)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["___translates_pl"] => array(4) {
                                  ["hash"] => int(1251988936)
                                  ["mtime"] => int(1786838223)
                                  ["expire"] => int(1786845423)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                                  ["hash"] => int(800445141)
                                  ["mtime"] => int(1786838223)
                                  ["expire"] => int(1786845423)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                                  ["hash"] => int(1417847699)
                                  ["mtime"] => int(1786838538)
                                  ["expire"] => int(1786845738)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                                  ["hash"] => int(1613171874)
                                  ["mtime"] => int(1786838538)
                                  ["expire"] => int(1786845738)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                                  ["hash"] => int(2886115218)
                                  ["mtime"] => int(1786838538)
                                  ["expire"] => int(1786845738)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                                  ["hash"] => int(3126628096)
                                  ["mtime"] => int(1786838539)
                                  ["expire"] => int(1786845739)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                                  ["hash"] => int(3420178843)
                                  ["mtime"] => int(1786838494)
                                  ["expire"] => int(1786845694)
                                  ["tags"] => array(0) {
                                  }
                                }
                                ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                                  ["hash"] => int(1233611409)
                                  ["mtime"] => int(1786838223)
                                  ["expire"] => int(1786845423)
                                  ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                            ["_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) {
                          }
                        }
                        ["_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)#3001 (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(7) "regions"
                              [1] => string(1) "*"
                              [2] => NULL
                            }
                          }
                          ["union"] => array(0) {
                          }
                          ["from"] => array(1) {
                            ["regions"] => array(4) {
                              ["joinType"] => string(10) "inner join"
                              ["schema"] => NULL
                              ["tableName"] => string(7) "regions"
                              ["joinCondition"] => NULL
                            }
                          }
                          ["where"] => array(1) {
                            [0] => string(17) "(region_id = 11 )"
                          }
                          ["group"] => array(0) {
                          }
                          ["having"] => array(0) {
                          }
                          ["order"] => array(0) {
                          }
                          ["limitcount"] => int(1)
                          ["limitoffset"] => int(0)
                          ["forupdate"] => bool(false)
                        }
                        ["_tableCols":protected] => array(0) {
                        }
                      }
                    }
                  }
                  [6] => array(6) {
                    ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
                    ["line"] => int(24)
                    ["function"] => string(10) "fetchEntry"
                    ["class"] => string(10) "Matj_Model"
                    ["type"] => string(2) "->"
                    ["args"] => array(1) {
                      [0] => int(11)
                    }
                  }
                  [7] => array(6) {
                    ["file"] => string(62) "/data/web/sorger.web/web/app/modules/objects/models/Object.php"
                    ["line"] => int(1060)
                    ["function"] => string(11) "__construct"
                    ["class"] => string(10) "Matj_Model"
                    ["type"] => string(2) "->"
                    ["args"] => array(1) {
                      [0] => int(11)
                    }
                  }
                  [8] => array(6) {
                    ["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
                    ["line"] => int(2520)
                    ["function"] => string(17) "getLocalitiesMenu"
                    ["class"] => string(20) "Objects_Model_Object"
                    ["type"] => string(2) "->"
                    ["args"] => array(3) {
                      [0] => int(1)
                      [1] => int(0)
                      [2] => int(0)
                    }
                  }
                  [9] => 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) {
                    }
                  }
                  [10] => 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"
                    }
                  }
                  [11] => *RECURSION*
                  [12] => 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) {
                    }
                  }
                  [13] => 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) {
                    }
                  }
                  [14] => 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)#2995 (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(16) {
                    [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(65) "SELECT `regions`.* FROM `regions` WHERE (region_id = 11 ) LIMIT 1"
                        [1] => array(0) {
                        }
                      }
                    }
                    [4] => array(6) {
                      ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
                      ["line"] => int(1529)
                      ["function"] => string(5) "query"
                      ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
                      ["type"] => string(2) "->"
                      ["args"] => array(1) {
                        [0] => object(Zend_Db_Table_Select)#2998 (7) {
                          ["_info":protected] => array(10) {
                            ["schema"] => NULL
                            ["name"] => string(7) "regions"
                            ["cols"] => array(6) {
                              [0] => string(9) "region_id"
                              [1] => string(10) "region_pid"
                              [2] => string(11) "region_name"
                              [3] => string(10) "region_url"
                              [4] => string(12) "region_image"
                              [5] => string(14) "region_intitle"
                            }
                            ["primary"] => array(1) {
                              [1] => string(9) "region_id"
                            }
                            ["metadata"] => array(6) {
                              ["region_id"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(9) "region_id"
                                ["COLUMN_POSITION"] => int(1)
                                ["DATA_TYPE"] => string(17) "smallint unsigned"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => NULL
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => bool(true)
                                ["PRIMARY"] => bool(true)
                                ["PRIMARY_POSITION"] => int(1)
                                ["IDENTITY"] => bool(true)
                              }
                              ["region_pid"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(10) "region_pid"
                                ["COLUMN_POSITION"] => int(2)
                                ["DATA_TYPE"] => string(17) "smallint unsigned"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(true)
                                ["LENGTH"] => NULL
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => bool(true)
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_name"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(11) "region_name"
                                ["COLUMN_POSITION"] => int(3)
                                ["DATA_TYPE"] => string(7) "varchar"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => string(2) "50"
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => NULL
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_url"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(10) "region_url"
                                ["COLUMN_POSITION"] => int(4)
                                ["DATA_TYPE"] => string(7) "varchar"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => string(2) "50"
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => NULL
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_image"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(12) "region_image"
                                ["COLUMN_POSITION"] => int(5)
                                ["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)
                              }
                              ["region_intitle"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(14) "region_intitle"
                                ["COLUMN_POSITION"] => int(6)
                                ["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)
                              }
                            }
                            ["rowClass"] => string(17) "Zend_Db_Table_Row"
                            ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                            ["referenceMap"] => array(0) {
                            }
                            ["dependentTables"] => array(0) {
                            }
                            ["sequence"] => bool(true)
                          }
                          ["_integrityCheck":protected] => bool(true)
                          ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                              }
                              ["_caseFolding":protected] => int(0)
                              ["_autoQuoteIdentifiers":protected] => bool(true)
                              ["_allowSerialization":protected] => bool(true)
                              ["_autoReconnectOnUnserialize":protected] => bool(false)
                            }
                            ["_schema":protected] => NULL
                            ["_name":protected] => string(7) "regions"
                            ["_cols":protected] => array(6) {
                              [0] => string(9) "region_id"
                              [1] => string(10) "region_pid"
                              [2] => string(11) "region_name"
                              [3] => string(10) "region_url"
                              [4] => string(12) "region_image"
                              [5] => string(14) "region_intitle"
                            }
                            ["_primary":protected] => array(1) {
                              [1] => string(9) "region_id"
                            }
                            ["_identity":protected] => int(1)
                            ["_sequence":protected] => bool(true)
                            ["_metadata":protected] => array(6) {
                              ["region_id"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(9) "region_id"
                                ["COLUMN_POSITION"] => int(1)
                                ["DATA_TYPE"] => string(17) "smallint unsigned"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => NULL
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => bool(true)
                                ["PRIMARY"] => bool(true)
                                ["PRIMARY_POSITION"] => int(1)
                                ["IDENTITY"] => bool(true)
                              }
                              ["region_pid"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(10) "region_pid"
                                ["COLUMN_POSITION"] => int(2)
                                ["DATA_TYPE"] => string(17) "smallint unsigned"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(true)
                                ["LENGTH"] => NULL
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => bool(true)
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_name"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(11) "region_name"
                                ["COLUMN_POSITION"] => int(3)
                                ["DATA_TYPE"] => string(7) "varchar"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => string(2) "50"
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => NULL
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_url"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(10) "region_url"
                                ["COLUMN_POSITION"] => int(4)
                                ["DATA_TYPE"] => string(7) "varchar"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => string(2) "50"
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => NULL
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_image"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(12) "region_image"
                                ["COLUMN_POSITION"] => int(5)
                                ["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)
                              }
                              ["region_intitle"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(14) "region_intitle"
                                ["COLUMN_POSITION"] => int(6)
                                ["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)
                              }
                            }
                            ["_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(9) {
                                  ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                                    ["hash"] => int(4055364029)
                                    ["mtime"] => int(1786838223)
                                    ["expire"] => int(1786845423)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["___translates_pl"] => array(4) {
                                    ["hash"] => int(1251988936)
                                    ["mtime"] => int(1786838223)
                                    ["expire"] => int(1786845423)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                                    ["hash"] => int(800445141)
                                    ["mtime"] => int(1786838223)
                                    ["expire"] => int(1786845423)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                                    ["hash"] => int(1417847699)
                                    ["mtime"] => int(1786838538)
                                    ["expire"] => int(1786845738)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                                    ["hash"] => int(1613171874)
                                    ["mtime"] => int(1786838538)
                                    ["expire"] => int(1786845738)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                                    ["hash"] => int(2886115218)
                                    ["mtime"] => int(1786838538)
                                    ["expire"] => int(1786845738)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                                    ["hash"] => int(3126628096)
                                    ["mtime"] => int(1786838539)
                                    ["expire"] => int(1786845739)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                                    ["hash"] => int(3420178843)
                                    ["mtime"] => int(1786838494)
                                    ["expire"] => int(1786845694)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                                    ["hash"] => int(1233611409)
                                    ["mtime"] => int(1786838223)
                                    ["expire"] => int(1786845423)
                                    ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                              ["_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) {
                            }
                          }
                          ["_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)#3001 (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(7) "regions"
                                [1] => string(1) "*"
                                [2] => NULL
                              }
                            }
                            ["union"] => array(0) {
                            }
                            ["from"] => array(1) {
                              ["regions"] => array(4) {
                                ["joinType"] => string(10) "inner join"
                                ["schema"] => NULL
                                ["tableName"] => string(7) "regions"
                                ["joinCondition"] => NULL
                              }
                            }
                            ["where"] => array(1) {
                              [0] => string(17) "(region_id = 11 )"
                            }
                            ["group"] => array(0) {
                            }
                            ["having"] => array(0) {
                            }
                            ["order"] => array(0) {
                            }
                            ["limitcount"] => int(1)
                            ["limitoffset"] => int(0)
                            ["forupdate"] => bool(false)
                          }
                          ["_tableCols":protected] => array(0) {
                          }
                        }
                      }
                    }
                    [5] => array(6) {
                      ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
                      ["line"] => int(1391)
                      ["function"] => string(6) "_fetch"
                      ["class"] => string(22) "Zend_Db_Table_Abstract"
                      ["type"] => string(2) "->"
                      ["args"] => array(1) {
                        [0] => object(Zend_Db_Table_Select)#2998 (7) {
                          ["_info":protected] => array(10) {
                            ["schema"] => NULL
                            ["name"] => string(7) "regions"
                            ["cols"] => array(6) {
                              [0] => string(9) "region_id"
                              [1] => string(10) "region_pid"
                              [2] => string(11) "region_name"
                              [3] => string(10) "region_url"
                              [4] => string(12) "region_image"
                              [5] => string(14) "region_intitle"
                            }
                            ["primary"] => array(1) {
                              [1] => string(9) "region_id"
                            }
                            ["metadata"] => array(6) {
                              ["region_id"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(9) "region_id"
                                ["COLUMN_POSITION"] => int(1)
                                ["DATA_TYPE"] => string(17) "smallint unsigned"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => NULL
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => bool(true)
                                ["PRIMARY"] => bool(true)
                                ["PRIMARY_POSITION"] => int(1)
                                ["IDENTITY"] => bool(true)
                              }
                              ["region_pid"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(10) "region_pid"
                                ["COLUMN_POSITION"] => int(2)
                                ["DATA_TYPE"] => string(17) "smallint unsigned"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(true)
                                ["LENGTH"] => NULL
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => bool(true)
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_name"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(11) "region_name"
                                ["COLUMN_POSITION"] => int(3)
                                ["DATA_TYPE"] => string(7) "varchar"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => string(2) "50"
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => NULL
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_url"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(10) "region_url"
                                ["COLUMN_POSITION"] => int(4)
                                ["DATA_TYPE"] => string(7) "varchar"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => string(2) "50"
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => NULL
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_image"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(12) "region_image"
                                ["COLUMN_POSITION"] => int(5)
                                ["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)
                              }
                              ["region_intitle"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(14) "region_intitle"
                                ["COLUMN_POSITION"] => int(6)
                                ["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)
                              }
                            }
                            ["rowClass"] => string(17) "Zend_Db_Table_Row"
                            ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                            ["referenceMap"] => array(0) {
                            }
                            ["dependentTables"] => array(0) {
                            }
                            ["sequence"] => bool(true)
                          }
                          ["_integrityCheck":protected] => bool(true)
                          ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                              }
                              ["_caseFolding":protected] => int(0)
                              ["_autoQuoteIdentifiers":protected] => bool(true)
                              ["_allowSerialization":protected] => bool(true)
                              ["_autoReconnectOnUnserialize":protected] => bool(false)
                            }
                            ["_schema":protected] => NULL
                            ["_name":protected] => string(7) "regions"
                            ["_cols":protected] => array(6) {
                              [0] => string(9) "region_id"
                              [1] => string(10) "region_pid"
                              [2] => string(11) "region_name"
                              [3] => string(10) "region_url"
                              [4] => string(12) "region_image"
                              [5] => string(14) "region_intitle"
                            }
                            ["_primary":protected] => array(1) {
                              [1] => string(9) "region_id"
                            }
                            ["_identity":protected] => int(1)
                            ["_sequence":protected] => bool(true)
                            ["_metadata":protected] => array(6) {
                              ["region_id"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(9) "region_id"
                                ["COLUMN_POSITION"] => int(1)
                                ["DATA_TYPE"] => string(17) "smallint unsigned"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => NULL
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => bool(true)
                                ["PRIMARY"] => bool(true)
                                ["PRIMARY_POSITION"] => int(1)
                                ["IDENTITY"] => bool(true)
                              }
                              ["region_pid"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(10) "region_pid"
                                ["COLUMN_POSITION"] => int(2)
                                ["DATA_TYPE"] => string(17) "smallint unsigned"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(true)
                                ["LENGTH"] => NULL
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => bool(true)
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_name"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(11) "region_name"
                                ["COLUMN_POSITION"] => int(3)
                                ["DATA_TYPE"] => string(7) "varchar"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => string(2) "50"
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => NULL
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_url"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(10) "region_url"
                                ["COLUMN_POSITION"] => int(4)
                                ["DATA_TYPE"] => string(7) "varchar"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => string(2) "50"
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => NULL
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_image"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(12) "region_image"
                                ["COLUMN_POSITION"] => int(5)
                                ["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)
                              }
                              ["region_intitle"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(14) "region_intitle"
                                ["COLUMN_POSITION"] => int(6)
                                ["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)
                              }
                            }
                            ["_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(9) {
                                  ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                                    ["hash"] => int(4055364029)
                                    ["mtime"] => int(1786838223)
                                    ["expire"] => int(1786845423)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["___translates_pl"] => array(4) {
                                    ["hash"] => int(1251988936)
                                    ["mtime"] => int(1786838223)
                                    ["expire"] => int(1786845423)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                                    ["hash"] => int(800445141)
                                    ["mtime"] => int(1786838223)
                                    ["expire"] => int(1786845423)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                                    ["hash"] => int(1417847699)
                                    ["mtime"] => int(1786838538)
                                    ["expire"] => int(1786845738)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                                    ["hash"] => int(1613171874)
                                    ["mtime"] => int(1786838538)
                                    ["expire"] => int(1786845738)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                                    ["hash"] => int(2886115218)
                                    ["mtime"] => int(1786838538)
                                    ["expire"] => int(1786845738)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                                    ["hash"] => int(3126628096)
                                    ["mtime"] => int(1786838539)
                                    ["expire"] => int(1786845739)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                                    ["hash"] => int(3420178843)
                                    ["mtime"] => int(1786838494)
                                    ["expire"] => int(1786845694)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                                    ["hash"] => int(1233611409)
                                    ["mtime"] => int(1786838223)
                                    ["expire"] => int(1786845423)
                                    ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                              ["_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) {
                            }
                          }
                          ["_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)#3001 (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(7) "regions"
                                [1] => string(1) "*"
                                [2] => NULL
                              }
                            }
                            ["union"] => array(0) {
                            }
                            ["from"] => array(1) {
                              ["regions"] => array(4) {
                                ["joinType"] => string(10) "inner join"
                                ["schema"] => NULL
                                ["tableName"] => string(7) "regions"
                                ["joinCondition"] => NULL
                              }
                            }
                            ["where"] => array(1) {
                              [0] => string(17) "(region_id = 11 )"
                            }
                            ["group"] => array(0) {
                            }
                            ["having"] => array(0) {
                            }
                            ["order"] => array(0) {
                            }
                            ["limitcount"] => int(1)
                            ["limitoffset"] => int(0)
                            ["forupdate"] => bool(false)
                          }
                          ["_tableCols":protected] => array(0) {
                          }
                        }
                      }
                    }
                    [6] => array(6) {
                      ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
                      ["line"] => int(74)
                      ["function"] => string(8) "fetchRow"
                      ["class"] => string(22) "Zend_Db_Table_Abstract"
                      ["type"] => string(2) "->"
                      ["args"] => array(1) {
                        [0] => object(Zend_Db_Table_Select)#2998 (7) {
                          ["_info":protected] => array(10) {
                            ["schema"] => NULL
                            ["name"] => string(7) "regions"
                            ["cols"] => array(6) {
                              [0] => string(9) "region_id"
                              [1] => string(10) "region_pid"
                              [2] => string(11) "region_name"
                              [3] => string(10) "region_url"
                              [4] => string(12) "region_image"
                              [5] => string(14) "region_intitle"
                            }
                            ["primary"] => array(1) {
                              [1] => string(9) "region_id"
                            }
                            ["metadata"] => array(6) {
                              ["region_id"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(9) "region_id"
                                ["COLUMN_POSITION"] => int(1)
                                ["DATA_TYPE"] => string(17) "smallint unsigned"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => NULL
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => bool(true)
                                ["PRIMARY"] => bool(true)
                                ["PRIMARY_POSITION"] => int(1)
                                ["IDENTITY"] => bool(true)
                              }
                              ["region_pid"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(10) "region_pid"
                                ["COLUMN_POSITION"] => int(2)
                                ["DATA_TYPE"] => string(17) "smallint unsigned"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(true)
                                ["LENGTH"] => NULL
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => bool(true)
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_name"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(11) "region_name"
                                ["COLUMN_POSITION"] => int(3)
                                ["DATA_TYPE"] => string(7) "varchar"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => string(2) "50"
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => NULL
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_url"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(10) "region_url"
                                ["COLUMN_POSITION"] => int(4)
                                ["DATA_TYPE"] => string(7) "varchar"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => string(2) "50"
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => NULL
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_image"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(12) "region_image"
                                ["COLUMN_POSITION"] => int(5)
                                ["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)
                              }
                              ["region_intitle"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(14) "region_intitle"
                                ["COLUMN_POSITION"] => int(6)
                                ["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)
                              }
                            }
                            ["rowClass"] => string(17) "Zend_Db_Table_Row"
                            ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                            ["referenceMap"] => array(0) {
                            }
                            ["dependentTables"] => array(0) {
                            }
                            ["sequence"] => bool(true)
                          }
                          ["_integrityCheck":protected] => bool(true)
                          ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                              }
                              ["_caseFolding":protected] => int(0)
                              ["_autoQuoteIdentifiers":protected] => bool(true)
                              ["_allowSerialization":protected] => bool(true)
                              ["_autoReconnectOnUnserialize":protected] => bool(false)
                            }
                            ["_schema":protected] => NULL
                            ["_name":protected] => string(7) "regions"
                            ["_cols":protected] => array(6) {
                              [0] => string(9) "region_id"
                              [1] => string(10) "region_pid"
                              [2] => string(11) "region_name"
                              [3] => string(10) "region_url"
                              [4] => string(12) "region_image"
                              [5] => string(14) "region_intitle"
                            }
                            ["_primary":protected] => array(1) {
                              [1] => string(9) "region_id"
                            }
                            ["_identity":protected] => int(1)
                            ["_sequence":protected] => bool(true)
                            ["_metadata":protected] => array(6) {
                              ["region_id"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(9) "region_id"
                                ["COLUMN_POSITION"] => int(1)
                                ["DATA_TYPE"] => string(17) "smallint unsigned"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => NULL
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => bool(true)
                                ["PRIMARY"] => bool(true)
                                ["PRIMARY_POSITION"] => int(1)
                                ["IDENTITY"] => bool(true)
                              }
                              ["region_pid"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(10) "region_pid"
                                ["COLUMN_POSITION"] => int(2)
                                ["DATA_TYPE"] => string(17) "smallint unsigned"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(true)
                                ["LENGTH"] => NULL
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => bool(true)
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_name"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(11) "region_name"
                                ["COLUMN_POSITION"] => int(3)
                                ["DATA_TYPE"] => string(7) "varchar"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => string(2) "50"
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => NULL
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_url"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(10) "region_url"
                                ["COLUMN_POSITION"] => int(4)
                                ["DATA_TYPE"] => string(7) "varchar"
                                ["DEFAULT"] => NULL
                                ["NULLABLE"] => bool(false)
                                ["LENGTH"] => string(2) "50"
                                ["SCALE"] => NULL
                                ["PRECISION"] => NULL
                                ["UNSIGNED"] => NULL
                                ["PRIMARY"] => bool(false)
                                ["PRIMARY_POSITION"] => NULL
                                ["IDENTITY"] => bool(false)
                              }
                              ["region_image"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(12) "region_image"
                                ["COLUMN_POSITION"] => int(5)
                                ["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)
                              }
                              ["region_intitle"] => array(14) {
                                ["SCHEMA_NAME"] => NULL
                                ["TABLE_NAME"] => string(7) "regions"
                                ["COLUMN_NAME"] => string(14) "region_intitle"
                                ["COLUMN_POSITION"] => int(6)
                                ["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)
                              }
                            }
                            ["_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(9) {
                                  ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                                    ["hash"] => int(4055364029)
                                    ["mtime"] => int(1786838223)
                                    ["expire"] => int(1786845423)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["___translates_pl"] => array(4) {
                                    ["hash"] => int(1251988936)
                                    ["mtime"] => int(1786838223)
                                    ["expire"] => int(1786845423)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                                    ["hash"] => int(800445141)
                                    ["mtime"] => int(1786838223)
                                    ["expire"] => int(1786845423)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                                    ["hash"] => int(1417847699)
                                    ["mtime"] => int(1786838538)
                                    ["expire"] => int(1786845738)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                                    ["hash"] => int(1613171874)
                                    ["mtime"] => int(1786838538)
                                    ["expire"] => int(1786845738)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                                    ["hash"] => int(2886115218)
                                    ["mtime"] => int(1786838538)
                                    ["expire"] => int(1786845738)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                                    ["hash"] => int(3126628096)
                                    ["mtime"] => int(1786838539)
                                    ["expire"] => int(1786845739)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                                    ["hash"] => int(3420178843)
                                    ["mtime"] => int(1786838494)
                                    ["expire"] => int(1786845694)
                                    ["tags"] => array(0) {
                                    }
                                  }
                                  ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                                    ["hash"] => int(1233611409)
                                    ["mtime"] => int(1786838223)
                                    ["expire"] => int(1786845423)
                                    ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                              ["_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) {
                            }
                          }
                          ["_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)#3001 (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(7) "regions"
                                [1] => string(1) "*"
                                [2] => NULL
                              }
                            }
                            ["union"] => array(0) {
                            }
                            ["from"] => array(1) {
                              ["regions"] => array(4) {
                                ["joinType"] => string(10) "inner join"
                                ["schema"] => NULL
                                ["tableName"] => string(7) "regions"
                                ["joinCondition"] => NULL
                              }
                            }
                            ["where"] => array(1) {
                              [0] => string(17) "(region_id = 11 )"
                            }
                            ["group"] => array(0) {
                            }
                            ["having"] => array(0) {
                            }
                            ["order"] => array(0) {
                            }
                            ["limitcount"] => int(1)
                            ["limitoffset"] => int(0)
                            ["forupdate"] => bool(false)
                          }
                          ["_tableCols":protected] => array(0) {
                          }
                        }
                      }
                    }
                    [7] => array(6) {
                      ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
                      ["line"] => int(24)
                      ["function"] => string(10) "fetchEntry"
                      ["class"] => string(10) "Matj_Model"
                      ["type"] => string(2) "->"
                      ["args"] => array(1) {
                        [0] => int(11)
                      }
                    }
                    [8] => array(6) {
                      ["file"] => string(62) "/data/web/sorger.web/web/app/modules/objects/models/Object.php"
                      ["line"] => int(1060)
                      ["function"] => string(11) "__construct"
                      ["class"] => string(10) "Matj_Model"
                      ["type"] => string(2) "->"
                      ["args"] => array(1) {
                        [0] => int(11)
                      }
                    }
                    [9] => array(6) {
                      ["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
                      ["line"] => int(2520)
                      ["function"] => string(17) "getLocalitiesMenu"
                      ["class"] => string(20) "Objects_Model_Object"
                      ["type"] => string(2) "->"
                      ["args"] => array(3) {
                        [0] => int(1)
                        [1] => int(0)
                        [2] => int(0)
                      }
                    }
                    [10] => 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) {
                      }
                    }
                    [11] => 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"
                      }
                    }
                    [12] => 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)
                        }
                      }
                    }
                    [13] => 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) {
                      }
                    }
                    [14] => 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) {
                      }
                    }
                    [15] => 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)#3003 (15) {
                ["_paramSources":protected] => array(2) {
                  [0] => string(4) "_GET"
                  [1] => string(5) "_POST"
                }
                ["_requestUri":protected] => string(43) "/zakwaterowanie/rohace/najlacnejsie?page=21"
                ["_baseUrl":protected] => string(0) ""
                ["_basePath":protected] => NULL
                ["_pathInfo":protected] => string(35) "/zakwaterowanie/rohace/najlacnejsie"
                ["_params":protected] => array(7) {
                  ["routeType"] => string(6) "object"
                  ["module"] => string(7) "objects"
                  ["controller"] => string(4) "view"
                  ["action"] => string(8) "category"
                  ["id"] => string(4) "2695"
                  ["locality"] => string(5) "13445"
                  ["sort"] => string(10) "price-down"
                }
                ["_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)#2994 (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(15) {
              [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(65) "SELECT `regions`.* FROM `regions` WHERE (region_id = 11 ) LIMIT 1"
                  [1] => array(0) {
                  }
                }
              }
              [3] => array(6) {
                ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
                ["line"] => int(1529)
                ["function"] => string(5) "query"
                ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
                ["type"] => string(2) "->"
                ["args"] => array(1) {
                  [0] => object(Zend_Db_Table_Select)#2998 (7) {
                    ["_info":protected] => array(10) {
                      ["schema"] => NULL
                      ["name"] => string(7) "regions"
                      ["cols"] => array(6) {
                        [0] => string(9) "region_id"
                        [1] => string(10) "region_pid"
                        [2] => string(11) "region_name"
                        [3] => string(10) "region_url"
                        [4] => string(12) "region_image"
                        [5] => string(14) "region_intitle"
                      }
                      ["primary"] => array(1) {
                        [1] => string(9) "region_id"
                      }
                      ["metadata"] => array(6) {
                        ["region_id"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(9) "region_id"
                          ["COLUMN_POSITION"] => int(1)
                          ["DATA_TYPE"] => string(17) "smallint unsigned"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => NULL
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => bool(true)
                          ["PRIMARY"] => bool(true)
                          ["PRIMARY_POSITION"] => int(1)
                          ["IDENTITY"] => bool(true)
                        }
                        ["region_pid"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(10) "region_pid"
                          ["COLUMN_POSITION"] => int(2)
                          ["DATA_TYPE"] => string(17) "smallint unsigned"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(true)
                          ["LENGTH"] => NULL
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => bool(true)
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_name"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(11) "region_name"
                          ["COLUMN_POSITION"] => int(3)
                          ["DATA_TYPE"] => string(7) "varchar"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => string(2) "50"
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => NULL
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_url"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(10) "region_url"
                          ["COLUMN_POSITION"] => int(4)
                          ["DATA_TYPE"] => string(7) "varchar"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => string(2) "50"
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => NULL
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_image"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(12) "region_image"
                          ["COLUMN_POSITION"] => int(5)
                          ["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)
                        }
                        ["region_intitle"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(14) "region_intitle"
                          ["COLUMN_POSITION"] => int(6)
                          ["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)
                        }
                      }
                      ["rowClass"] => string(17) "Zend_Db_Table_Row"
                      ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                      ["referenceMap"] => array(0) {
                      }
                      ["dependentTables"] => array(0) {
                      }
                      ["sequence"] => bool(true)
                    }
                    ["_integrityCheck":protected] => bool(true)
                    ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                        }
                        ["_caseFolding":protected] => int(0)
                        ["_autoQuoteIdentifiers":protected] => bool(true)
                        ["_allowSerialization":protected] => bool(true)
                        ["_autoReconnectOnUnserialize":protected] => bool(false)
                      }
                      ["_schema":protected] => NULL
                      ["_name":protected] => string(7) "regions"
                      ["_cols":protected] => array(6) {
                        [0] => string(9) "region_id"
                        [1] => string(10) "region_pid"
                        [2] => string(11) "region_name"
                        [3] => string(10) "region_url"
                        [4] => string(12) "region_image"
                        [5] => string(14) "region_intitle"
                      }
                      ["_primary":protected] => array(1) {
                        [1] => string(9) "region_id"
                      }
                      ["_identity":protected] => int(1)
                      ["_sequence":protected] => bool(true)
                      ["_metadata":protected] => array(6) {
                        ["region_id"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(9) "region_id"
                          ["COLUMN_POSITION"] => int(1)
                          ["DATA_TYPE"] => string(17) "smallint unsigned"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => NULL
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => bool(true)
                          ["PRIMARY"] => bool(true)
                          ["PRIMARY_POSITION"] => int(1)
                          ["IDENTITY"] => bool(true)
                        }
                        ["region_pid"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(10) "region_pid"
                          ["COLUMN_POSITION"] => int(2)
                          ["DATA_TYPE"] => string(17) "smallint unsigned"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(true)
                          ["LENGTH"] => NULL
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => bool(true)
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_name"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(11) "region_name"
                          ["COLUMN_POSITION"] => int(3)
                          ["DATA_TYPE"] => string(7) "varchar"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => string(2) "50"
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => NULL
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_url"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(10) "region_url"
                          ["COLUMN_POSITION"] => int(4)
                          ["DATA_TYPE"] => string(7) "varchar"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => string(2) "50"
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => NULL
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_image"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(12) "region_image"
                          ["COLUMN_POSITION"] => int(5)
                          ["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)
                        }
                        ["region_intitle"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(14) "region_intitle"
                          ["COLUMN_POSITION"] => int(6)
                          ["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)
                        }
                      }
                      ["_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(9) {
                            ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                              ["hash"] => int(4055364029)
                              ["mtime"] => int(1786838223)
                              ["expire"] => int(1786845423)
                              ["tags"] => array(0) {
                              }
                            }
                            ["___translates_pl"] => array(4) {
                              ["hash"] => int(1251988936)
                              ["mtime"] => int(1786838223)
                              ["expire"] => int(1786845423)
                              ["tags"] => array(0) {
                              }
                            }
                            ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                              ["hash"] => int(800445141)
                              ["mtime"] => int(1786838223)
                              ["expire"] => int(1786845423)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                              ["hash"] => int(1417847699)
                              ["mtime"] => int(1786838538)
                              ["expire"] => int(1786845738)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                              ["hash"] => int(1613171874)
                              ["mtime"] => int(1786838538)
                              ["expire"] => int(1786845738)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                              ["hash"] => int(2886115218)
                              ["mtime"] => int(1786838538)
                              ["expire"] => int(1786845738)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                              ["hash"] => int(3126628096)
                              ["mtime"] => int(1786838539)
                              ["expire"] => int(1786845739)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                              ["hash"] => int(3420178843)
                              ["mtime"] => int(1786838494)
                              ["expire"] => int(1786845694)
                              ["tags"] => array(0) {
                              }
                            }
                            ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                              ["hash"] => int(1233611409)
                              ["mtime"] => int(1786838223)
                              ["expire"] => int(1786845423)
                              ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                        ["_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) {
                      }
                    }
                    ["_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)#3001 (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(7) "regions"
                          [1] => string(1) "*"
                          [2] => NULL
                        }
                      }
                      ["union"] => array(0) {
                      }
                      ["from"] => array(1) {
                        ["regions"] => array(4) {
                          ["joinType"] => string(10) "inner join"
                          ["schema"] => NULL
                          ["tableName"] => string(7) "regions"
                          ["joinCondition"] => NULL
                        }
                      }
                      ["where"] => array(1) {
                        [0] => string(17) "(region_id = 11 )"
                      }
                      ["group"] => array(0) {
                      }
                      ["having"] => array(0) {
                      }
                      ["order"] => array(0) {
                      }
                      ["limitcount"] => int(1)
                      ["limitoffset"] => int(0)
                      ["forupdate"] => bool(false)
                    }
                    ["_tableCols":protected] => array(0) {
                    }
                  }
                }
              }
              [4] => array(6) {
                ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
                ["line"] => int(1391)
                ["function"] => string(6) "_fetch"
                ["class"] => string(22) "Zend_Db_Table_Abstract"
                ["type"] => string(2) "->"
                ["args"] => array(1) {
                  [0] => object(Zend_Db_Table_Select)#2998 (7) {
                    ["_info":protected] => array(10) {
                      ["schema"] => NULL
                      ["name"] => string(7) "regions"
                      ["cols"] => array(6) {
                        [0] => string(9) "region_id"
                        [1] => string(10) "region_pid"
                        [2] => string(11) "region_name"
                        [3] => string(10) "region_url"
                        [4] => string(12) "region_image"
                        [5] => string(14) "region_intitle"
                      }
                      ["primary"] => array(1) {
                        [1] => string(9) "region_id"
                      }
                      ["metadata"] => array(6) {
                        ["region_id"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(9) "region_id"
                          ["COLUMN_POSITION"] => int(1)
                          ["DATA_TYPE"] => string(17) "smallint unsigned"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => NULL
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => bool(true)
                          ["PRIMARY"] => bool(true)
                          ["PRIMARY_POSITION"] => int(1)
                          ["IDENTITY"] => bool(true)
                        }
                        ["region_pid"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(10) "region_pid"
                          ["COLUMN_POSITION"] => int(2)
                          ["DATA_TYPE"] => string(17) "smallint unsigned"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(true)
                          ["LENGTH"] => NULL
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => bool(true)
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_name"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(11) "region_name"
                          ["COLUMN_POSITION"] => int(3)
                          ["DATA_TYPE"] => string(7) "varchar"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => string(2) "50"
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => NULL
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_url"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(10) "region_url"
                          ["COLUMN_POSITION"] => int(4)
                          ["DATA_TYPE"] => string(7) "varchar"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => string(2) "50"
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => NULL
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_image"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(12) "region_image"
                          ["COLUMN_POSITION"] => int(5)
                          ["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)
                        }
                        ["region_intitle"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(14) "region_intitle"
                          ["COLUMN_POSITION"] => int(6)
                          ["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)
                        }
                      }
                      ["rowClass"] => string(17) "Zend_Db_Table_Row"
                      ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                      ["referenceMap"] => array(0) {
                      }
                      ["dependentTables"] => array(0) {
                      }
                      ["sequence"] => bool(true)
                    }
                    ["_integrityCheck":protected] => bool(true)
                    ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                        }
                        ["_caseFolding":protected] => int(0)
                        ["_autoQuoteIdentifiers":protected] => bool(true)
                        ["_allowSerialization":protected] => bool(true)
                        ["_autoReconnectOnUnserialize":protected] => bool(false)
                      }
                      ["_schema":protected] => NULL
                      ["_name":protected] => string(7) "regions"
                      ["_cols":protected] => array(6) {
                        [0] => string(9) "region_id"
                        [1] => string(10) "region_pid"
                        [2] => string(11) "region_name"
                        [3] => string(10) "region_url"
                        [4] => string(12) "region_image"
                        [5] => string(14) "region_intitle"
                      }
                      ["_primary":protected] => array(1) {
                        [1] => string(9) "region_id"
                      }
                      ["_identity":protected] => int(1)
                      ["_sequence":protected] => bool(true)
                      ["_metadata":protected] => array(6) {
                        ["region_id"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(9) "region_id"
                          ["COLUMN_POSITION"] => int(1)
                          ["DATA_TYPE"] => string(17) "smallint unsigned"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => NULL
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => bool(true)
                          ["PRIMARY"] => bool(true)
                          ["PRIMARY_POSITION"] => int(1)
                          ["IDENTITY"] => bool(true)
                        }
                        ["region_pid"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(10) "region_pid"
                          ["COLUMN_POSITION"] => int(2)
                          ["DATA_TYPE"] => string(17) "smallint unsigned"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(true)
                          ["LENGTH"] => NULL
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => bool(true)
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_name"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(11) "region_name"
                          ["COLUMN_POSITION"] => int(3)
                          ["DATA_TYPE"] => string(7) "varchar"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => string(2) "50"
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => NULL
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_url"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(10) "region_url"
                          ["COLUMN_POSITION"] => int(4)
                          ["DATA_TYPE"] => string(7) "varchar"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => string(2) "50"
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => NULL
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_image"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(12) "region_image"
                          ["COLUMN_POSITION"] => int(5)
                          ["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)
                        }
                        ["region_intitle"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(14) "region_intitle"
                          ["COLUMN_POSITION"] => int(6)
                          ["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)
                        }
                      }
                      ["_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(9) {
                            ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                              ["hash"] => int(4055364029)
                              ["mtime"] => int(1786838223)
                              ["expire"] => int(1786845423)
                              ["tags"] => array(0) {
                              }
                            }
                            ["___translates_pl"] => array(4) {
                              ["hash"] => int(1251988936)
                              ["mtime"] => int(1786838223)
                              ["expire"] => int(1786845423)
                              ["tags"] => array(0) {
                              }
                            }
                            ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                              ["hash"] => int(800445141)
                              ["mtime"] => int(1786838223)
                              ["expire"] => int(1786845423)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                              ["hash"] => int(1417847699)
                              ["mtime"] => int(1786838538)
                              ["expire"] => int(1786845738)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                              ["hash"] => int(1613171874)
                              ["mtime"] => int(1786838538)
                              ["expire"] => int(1786845738)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                              ["hash"] => int(2886115218)
                              ["mtime"] => int(1786838538)
                              ["expire"] => int(1786845738)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                              ["hash"] => int(3126628096)
                              ["mtime"] => int(1786838539)
                              ["expire"] => int(1786845739)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                              ["hash"] => int(3420178843)
                              ["mtime"] => int(1786838494)
                              ["expire"] => int(1786845694)
                              ["tags"] => array(0) {
                              }
                            }
                            ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                              ["hash"] => int(1233611409)
                              ["mtime"] => int(1786838223)
                              ["expire"] => int(1786845423)
                              ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                        ["_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) {
                      }
                    }
                    ["_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)#3001 (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(7) "regions"
                          [1] => string(1) "*"
                          [2] => NULL
                        }
                      }
                      ["union"] => array(0) {
                      }
                      ["from"] => array(1) {
                        ["regions"] => array(4) {
                          ["joinType"] => string(10) "inner join"
                          ["schema"] => NULL
                          ["tableName"] => string(7) "regions"
                          ["joinCondition"] => NULL
                        }
                      }
                      ["where"] => array(1) {
                        [0] => string(17) "(region_id = 11 )"
                      }
                      ["group"] => array(0) {
                      }
                      ["having"] => array(0) {
                      }
                      ["order"] => array(0) {
                      }
                      ["limitcount"] => int(1)
                      ["limitoffset"] => int(0)
                      ["forupdate"] => bool(false)
                    }
                    ["_tableCols":protected] => array(0) {
                    }
                  }
                }
              }
              [5] => array(6) {
                ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
                ["line"] => int(74)
                ["function"] => string(8) "fetchRow"
                ["class"] => string(22) "Zend_Db_Table_Abstract"
                ["type"] => string(2) "->"
                ["args"] => array(1) {
                  [0] => object(Zend_Db_Table_Select)#2998 (7) {
                    ["_info":protected] => array(10) {
                      ["schema"] => NULL
                      ["name"] => string(7) "regions"
                      ["cols"] => array(6) {
                        [0] => string(9) "region_id"
                        [1] => string(10) "region_pid"
                        [2] => string(11) "region_name"
                        [3] => string(10) "region_url"
                        [4] => string(12) "region_image"
                        [5] => string(14) "region_intitle"
                      }
                      ["primary"] => array(1) {
                        [1] => string(9) "region_id"
                      }
                      ["metadata"] => array(6) {
                        ["region_id"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(9) "region_id"
                          ["COLUMN_POSITION"] => int(1)
                          ["DATA_TYPE"] => string(17) "smallint unsigned"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => NULL
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => bool(true)
                          ["PRIMARY"] => bool(true)
                          ["PRIMARY_POSITION"] => int(1)
                          ["IDENTITY"] => bool(true)
                        }
                        ["region_pid"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(10) "region_pid"
                          ["COLUMN_POSITION"] => int(2)
                          ["DATA_TYPE"] => string(17) "smallint unsigned"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(true)
                          ["LENGTH"] => NULL
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => bool(true)
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_name"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(11) "region_name"
                          ["COLUMN_POSITION"] => int(3)
                          ["DATA_TYPE"] => string(7) "varchar"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => string(2) "50"
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => NULL
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_url"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(10) "region_url"
                          ["COLUMN_POSITION"] => int(4)
                          ["DATA_TYPE"] => string(7) "varchar"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => string(2) "50"
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => NULL
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_image"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(12) "region_image"
                          ["COLUMN_POSITION"] => int(5)
                          ["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)
                        }
                        ["region_intitle"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(14) "region_intitle"
                          ["COLUMN_POSITION"] => int(6)
                          ["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)
                        }
                      }
                      ["rowClass"] => string(17) "Zend_Db_Table_Row"
                      ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                      ["referenceMap"] => array(0) {
                      }
                      ["dependentTables"] => array(0) {
                      }
                      ["sequence"] => bool(true)
                    }
                    ["_integrityCheck":protected] => bool(true)
                    ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                        }
                        ["_caseFolding":protected] => int(0)
                        ["_autoQuoteIdentifiers":protected] => bool(true)
                        ["_allowSerialization":protected] => bool(true)
                        ["_autoReconnectOnUnserialize":protected] => bool(false)
                      }
                      ["_schema":protected] => NULL
                      ["_name":protected] => string(7) "regions"
                      ["_cols":protected] => array(6) {
                        [0] => string(9) "region_id"
                        [1] => string(10) "region_pid"
                        [2] => string(11) "region_name"
                        [3] => string(10) "region_url"
                        [4] => string(12) "region_image"
                        [5] => string(14) "region_intitle"
                      }
                      ["_primary":protected] => array(1) {
                        [1] => string(9) "region_id"
                      }
                      ["_identity":protected] => int(1)
                      ["_sequence":protected] => bool(true)
                      ["_metadata":protected] => array(6) {
                        ["region_id"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(9) "region_id"
                          ["COLUMN_POSITION"] => int(1)
                          ["DATA_TYPE"] => string(17) "smallint unsigned"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => NULL
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => bool(true)
                          ["PRIMARY"] => bool(true)
                          ["PRIMARY_POSITION"] => int(1)
                          ["IDENTITY"] => bool(true)
                        }
                        ["region_pid"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(10) "region_pid"
                          ["COLUMN_POSITION"] => int(2)
                          ["DATA_TYPE"] => string(17) "smallint unsigned"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(true)
                          ["LENGTH"] => NULL
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => bool(true)
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_name"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(11) "region_name"
                          ["COLUMN_POSITION"] => int(3)
                          ["DATA_TYPE"] => string(7) "varchar"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => string(2) "50"
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => NULL
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_url"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(10) "region_url"
                          ["COLUMN_POSITION"] => int(4)
                          ["DATA_TYPE"] => string(7) "varchar"
                          ["DEFAULT"] => NULL
                          ["NULLABLE"] => bool(false)
                          ["LENGTH"] => string(2) "50"
                          ["SCALE"] => NULL
                          ["PRECISION"] => NULL
                          ["UNSIGNED"] => NULL
                          ["PRIMARY"] => bool(false)
                          ["PRIMARY_POSITION"] => NULL
                          ["IDENTITY"] => bool(false)
                        }
                        ["region_image"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(12) "region_image"
                          ["COLUMN_POSITION"] => int(5)
                          ["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)
                        }
                        ["region_intitle"] => array(14) {
                          ["SCHEMA_NAME"] => NULL
                          ["TABLE_NAME"] => string(7) "regions"
                          ["COLUMN_NAME"] => string(14) "region_intitle"
                          ["COLUMN_POSITION"] => int(6)
                          ["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)
                        }
                      }
                      ["_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(9) {
                            ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                              ["hash"] => int(4055364029)
                              ["mtime"] => int(1786838223)
                              ["expire"] => int(1786845423)
                              ["tags"] => array(0) {
                              }
                            }
                            ["___translates_pl"] => array(4) {
                              ["hash"] => int(1251988936)
                              ["mtime"] => int(1786838223)
                              ["expire"] => int(1786845423)
                              ["tags"] => array(0) {
                              }
                            }
                            ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                              ["hash"] => int(800445141)
                              ["mtime"] => int(1786838223)
                              ["expire"] => int(1786845423)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                              ["hash"] => int(1417847699)
                              ["mtime"] => int(1786838538)
                              ["expire"] => int(1786845738)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                              ["hash"] => int(1613171874)
                              ["mtime"] => int(1786838538)
                              ["expire"] => int(1786845738)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                              ["hash"] => int(2886115218)
                              ["mtime"] => int(1786838538)
                              ["expire"] => int(1786845738)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                              ["hash"] => int(3126628096)
                              ["mtime"] => int(1786838539)
                              ["expire"] => int(1786845739)
                              ["tags"] => array(0) {
                              }
                            }
                            ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                              ["hash"] => int(3420178843)
                              ["mtime"] => int(1786838494)
                              ["expire"] => int(1786845694)
                              ["tags"] => array(0) {
                              }
                            }
                            ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                              ["hash"] => int(1233611409)
                              ["mtime"] => int(1786838223)
                              ["expire"] => int(1786845423)
                              ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                        ["_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) {
                      }
                    }
                    ["_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)#3001 (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(7) "regions"
                          [1] => string(1) "*"
                          [2] => NULL
                        }
                      }
                      ["union"] => array(0) {
                      }
                      ["from"] => array(1) {
                        ["regions"] => array(4) {
                          ["joinType"] => string(10) "inner join"
                          ["schema"] => NULL
                          ["tableName"] => string(7) "regions"
                          ["joinCondition"] => NULL
                        }
                      }
                      ["where"] => array(1) {
                        [0] => string(17) "(region_id = 11 )"
                      }
                      ["group"] => array(0) {
                      }
                      ["having"] => array(0) {
                      }
                      ["order"] => array(0) {
                      }
                      ["limitcount"] => int(1)
                      ["limitoffset"] => int(0)
                      ["forupdate"] => bool(false)
                    }
                    ["_tableCols":protected] => array(0) {
                    }
                  }
                }
              }
              [6] => array(6) {
                ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
                ["line"] => int(24)
                ["function"] => string(10) "fetchEntry"
                ["class"] => string(10) "Matj_Model"
                ["type"] => string(2) "->"
                ["args"] => array(1) {
                  [0] => int(11)
                }
              }
              [7] => array(6) {
                ["file"] => string(62) "/data/web/sorger.web/web/app/modules/objects/models/Object.php"
                ["line"] => int(1060)
                ["function"] => string(11) "__construct"
                ["class"] => string(10) "Matj_Model"
                ["type"] => string(2) "->"
                ["args"] => array(1) {
                  [0] => int(11)
                }
              }
              [8] => array(6) {
                ["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
                ["line"] => int(2520)
                ["function"] => string(17) "getLocalitiesMenu"
                ["class"] => string(20) "Objects_Model_Object"
                ["type"] => string(2) "->"
                ["args"] => array(3) {
                  [0] => int(1)
                  [1] => int(0)
                  [2] => int(0)
                }
              }
              [9] => 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) {
                }
              }
              [10] => 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"
                }
              }
              [11] => *RECURSION*
              [12] => 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) {
                }
              }
              [13] => 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) {
                }
              }
              [14] => 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)#2995 (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(16) {
                [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(65) "SELECT `regions`.* FROM `regions` WHERE (region_id = 11 ) LIMIT 1"
                    [1] => array(0) {
                    }
                  }
                }
                [4] => array(6) {
                  ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
                  ["line"] => int(1529)
                  ["function"] => string(5) "query"
                  ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
                  ["type"] => string(2) "->"
                  ["args"] => array(1) {
                    [0] => object(Zend_Db_Table_Select)#2998 (7) {
                      ["_info":protected] => array(10) {
                        ["schema"] => NULL
                        ["name"] => string(7) "regions"
                        ["cols"] => array(6) {
                          [0] => string(9) "region_id"
                          [1] => string(10) "region_pid"
                          [2] => string(11) "region_name"
                          [3] => string(10) "region_url"
                          [4] => string(12) "region_image"
                          [5] => string(14) "region_intitle"
                        }
                        ["primary"] => array(1) {
                          [1] => string(9) "region_id"
                        }
                        ["metadata"] => array(6) {
                          ["region_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(9) "region_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(17) "smallint unsigned"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => bool(true)
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["region_pid"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(10) "region_pid"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(17) "smallint unsigned"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(true)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => bool(true)
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_name"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(11) "region_name"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(2) "50"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_url"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(10) "region_url"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(2) "50"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_image"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(12) "region_image"
                            ["COLUMN_POSITION"] => int(5)
                            ["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)
                          }
                          ["region_intitle"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(14) "region_intitle"
                            ["COLUMN_POSITION"] => int(6)
                            ["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)
                          }
                        }
                        ["rowClass"] => string(17) "Zend_Db_Table_Row"
                        ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                        ["referenceMap"] => array(0) {
                        }
                        ["dependentTables"] => array(0) {
                        }
                        ["sequence"] => bool(true)
                      }
                      ["_integrityCheck":protected] => bool(true)
                      ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                          }
                          ["_caseFolding":protected] => int(0)
                          ["_autoQuoteIdentifiers":protected] => bool(true)
                          ["_allowSerialization":protected] => bool(true)
                          ["_autoReconnectOnUnserialize":protected] => bool(false)
                        }
                        ["_schema":protected] => NULL
                        ["_name":protected] => string(7) "regions"
                        ["_cols":protected] => array(6) {
                          [0] => string(9) "region_id"
                          [1] => string(10) "region_pid"
                          [2] => string(11) "region_name"
                          [3] => string(10) "region_url"
                          [4] => string(12) "region_image"
                          [5] => string(14) "region_intitle"
                        }
                        ["_primary":protected] => array(1) {
                          [1] => string(9) "region_id"
                        }
                        ["_identity":protected] => int(1)
                        ["_sequence":protected] => bool(true)
                        ["_metadata":protected] => array(6) {
                          ["region_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(9) "region_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(17) "smallint unsigned"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => bool(true)
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["region_pid"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(10) "region_pid"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(17) "smallint unsigned"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(true)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => bool(true)
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_name"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(11) "region_name"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(2) "50"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_url"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(10) "region_url"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(2) "50"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_image"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(12) "region_image"
                            ["COLUMN_POSITION"] => int(5)
                            ["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)
                          }
                          ["region_intitle"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(14) "region_intitle"
                            ["COLUMN_POSITION"] => int(6)
                            ["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)
                          }
                        }
                        ["_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(9) {
                              ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                                ["hash"] => int(4055364029)
                                ["mtime"] => int(1786838223)
                                ["expire"] => int(1786845423)
                                ["tags"] => array(0) {
                                }
                              }
                              ["___translates_pl"] => array(4) {
                                ["hash"] => int(1251988936)
                                ["mtime"] => int(1786838223)
                                ["expire"] => int(1786845423)
                                ["tags"] => array(0) {
                                }
                              }
                              ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                                ["hash"] => int(800445141)
                                ["mtime"] => int(1786838223)
                                ["expire"] => int(1786845423)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                                ["hash"] => int(1417847699)
                                ["mtime"] => int(1786838538)
                                ["expire"] => int(1786845738)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                                ["hash"] => int(1613171874)
                                ["mtime"] => int(1786838538)
                                ["expire"] => int(1786845738)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                                ["hash"] => int(2886115218)
                                ["mtime"] => int(1786838538)
                                ["expire"] => int(1786845738)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                                ["hash"] => int(3126628096)
                                ["mtime"] => int(1786838539)
                                ["expire"] => int(1786845739)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                                ["hash"] => int(3420178843)
                                ["mtime"] => int(1786838494)
                                ["expire"] => int(1786845694)
                                ["tags"] => array(0) {
                                }
                              }
                              ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                                ["hash"] => int(1233611409)
                                ["mtime"] => int(1786838223)
                                ["expire"] => int(1786845423)
                                ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                          ["_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) {
                        }
                      }
                      ["_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)#3001 (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(7) "regions"
                            [1] => string(1) "*"
                            [2] => NULL
                          }
                        }
                        ["union"] => array(0) {
                        }
                        ["from"] => array(1) {
                          ["regions"] => array(4) {
                            ["joinType"] => string(10) "inner join"
                            ["schema"] => NULL
                            ["tableName"] => string(7) "regions"
                            ["joinCondition"] => NULL
                          }
                        }
                        ["where"] => array(1) {
                          [0] => string(17) "(region_id = 11 )"
                        }
                        ["group"] => array(0) {
                        }
                        ["having"] => array(0) {
                        }
                        ["order"] => array(0) {
                        }
                        ["limitcount"] => int(1)
                        ["limitoffset"] => int(0)
                        ["forupdate"] => bool(false)
                      }
                      ["_tableCols":protected] => array(0) {
                      }
                    }
                  }
                }
                [5] => array(6) {
                  ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
                  ["line"] => int(1391)
                  ["function"] => string(6) "_fetch"
                  ["class"] => string(22) "Zend_Db_Table_Abstract"
                  ["type"] => string(2) "->"
                  ["args"] => array(1) {
                    [0] => object(Zend_Db_Table_Select)#2998 (7) {
                      ["_info":protected] => array(10) {
                        ["schema"] => NULL
                        ["name"] => string(7) "regions"
                        ["cols"] => array(6) {
                          [0] => string(9) "region_id"
                          [1] => string(10) "region_pid"
                          [2] => string(11) "region_name"
                          [3] => string(10) "region_url"
                          [4] => string(12) "region_image"
                          [5] => string(14) "region_intitle"
                        }
                        ["primary"] => array(1) {
                          [1] => string(9) "region_id"
                        }
                        ["metadata"] => array(6) {
                          ["region_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(9) "region_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(17) "smallint unsigned"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => bool(true)
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["region_pid"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(10) "region_pid"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(17) "smallint unsigned"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(true)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => bool(true)
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_name"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(11) "region_name"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(2) "50"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_url"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(10) "region_url"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(2) "50"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_image"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(12) "region_image"
                            ["COLUMN_POSITION"] => int(5)
                            ["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)
                          }
                          ["region_intitle"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(14) "region_intitle"
                            ["COLUMN_POSITION"] => int(6)
                            ["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)
                          }
                        }
                        ["rowClass"] => string(17) "Zend_Db_Table_Row"
                        ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                        ["referenceMap"] => array(0) {
                        }
                        ["dependentTables"] => array(0) {
                        }
                        ["sequence"] => bool(true)
                      }
                      ["_integrityCheck":protected] => bool(true)
                      ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                          }
                          ["_caseFolding":protected] => int(0)
                          ["_autoQuoteIdentifiers":protected] => bool(true)
                          ["_allowSerialization":protected] => bool(true)
                          ["_autoReconnectOnUnserialize":protected] => bool(false)
                        }
                        ["_schema":protected] => NULL
                        ["_name":protected] => string(7) "regions"
                        ["_cols":protected] => array(6) {
                          [0] => string(9) "region_id"
                          [1] => string(10) "region_pid"
                          [2] => string(11) "region_name"
                          [3] => string(10) "region_url"
                          [4] => string(12) "region_image"
                          [5] => string(14) "region_intitle"
                        }
                        ["_primary":protected] => array(1) {
                          [1] => string(9) "region_id"
                        }
                        ["_identity":protected] => int(1)
                        ["_sequence":protected] => bool(true)
                        ["_metadata":protected] => array(6) {
                          ["region_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(9) "region_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(17) "smallint unsigned"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => bool(true)
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["region_pid"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(10) "region_pid"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(17) "smallint unsigned"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(true)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => bool(true)
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_name"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(11) "region_name"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(2) "50"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_url"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(10) "region_url"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(2) "50"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_image"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(12) "region_image"
                            ["COLUMN_POSITION"] => int(5)
                            ["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)
                          }
                          ["region_intitle"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(14) "region_intitle"
                            ["COLUMN_POSITION"] => int(6)
                            ["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)
                          }
                        }
                        ["_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(9) {
                              ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                                ["hash"] => int(4055364029)
                                ["mtime"] => int(1786838223)
                                ["expire"] => int(1786845423)
                                ["tags"] => array(0) {
                                }
                              }
                              ["___translates_pl"] => array(4) {
                                ["hash"] => int(1251988936)
                                ["mtime"] => int(1786838223)
                                ["expire"] => int(1786845423)
                                ["tags"] => array(0) {
                                }
                              }
                              ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                                ["hash"] => int(800445141)
                                ["mtime"] => int(1786838223)
                                ["expire"] => int(1786845423)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                                ["hash"] => int(1417847699)
                                ["mtime"] => int(1786838538)
                                ["expire"] => int(1786845738)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                                ["hash"] => int(1613171874)
                                ["mtime"] => int(1786838538)
                                ["expire"] => int(1786845738)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                                ["hash"] => int(2886115218)
                                ["mtime"] => int(1786838538)
                                ["expire"] => int(1786845738)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                                ["hash"] => int(3126628096)
                                ["mtime"] => int(1786838539)
                                ["expire"] => int(1786845739)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                                ["hash"] => int(3420178843)
                                ["mtime"] => int(1786838494)
                                ["expire"] => int(1786845694)
                                ["tags"] => array(0) {
                                }
                              }
                              ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                                ["hash"] => int(1233611409)
                                ["mtime"] => int(1786838223)
                                ["expire"] => int(1786845423)
                                ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                          ["_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) {
                        }
                      }
                      ["_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)#3001 (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(7) "regions"
                            [1] => string(1) "*"
                            [2] => NULL
                          }
                        }
                        ["union"] => array(0) {
                        }
                        ["from"] => array(1) {
                          ["regions"] => array(4) {
                            ["joinType"] => string(10) "inner join"
                            ["schema"] => NULL
                            ["tableName"] => string(7) "regions"
                            ["joinCondition"] => NULL
                          }
                        }
                        ["where"] => array(1) {
                          [0] => string(17) "(region_id = 11 )"
                        }
                        ["group"] => array(0) {
                        }
                        ["having"] => array(0) {
                        }
                        ["order"] => array(0) {
                        }
                        ["limitcount"] => int(1)
                        ["limitoffset"] => int(0)
                        ["forupdate"] => bool(false)
                      }
                      ["_tableCols":protected] => array(0) {
                      }
                    }
                  }
                }
                [6] => array(6) {
                  ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
                  ["line"] => int(74)
                  ["function"] => string(8) "fetchRow"
                  ["class"] => string(22) "Zend_Db_Table_Abstract"
                  ["type"] => string(2) "->"
                  ["args"] => array(1) {
                    [0] => object(Zend_Db_Table_Select)#2998 (7) {
                      ["_info":protected] => array(10) {
                        ["schema"] => NULL
                        ["name"] => string(7) "regions"
                        ["cols"] => array(6) {
                          [0] => string(9) "region_id"
                          [1] => string(10) "region_pid"
                          [2] => string(11) "region_name"
                          [3] => string(10) "region_url"
                          [4] => string(12) "region_image"
                          [5] => string(14) "region_intitle"
                        }
                        ["primary"] => array(1) {
                          [1] => string(9) "region_id"
                        }
                        ["metadata"] => array(6) {
                          ["region_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(9) "region_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(17) "smallint unsigned"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => bool(true)
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["region_pid"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(10) "region_pid"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(17) "smallint unsigned"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(true)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => bool(true)
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_name"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(11) "region_name"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(2) "50"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_url"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(10) "region_url"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(2) "50"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_image"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(12) "region_image"
                            ["COLUMN_POSITION"] => int(5)
                            ["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)
                          }
                          ["region_intitle"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(14) "region_intitle"
                            ["COLUMN_POSITION"] => int(6)
                            ["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)
                          }
                        }
                        ["rowClass"] => string(17) "Zend_Db_Table_Row"
                        ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
                        ["referenceMap"] => array(0) {
                        }
                        ["dependentTables"] => array(0) {
                        }
                        ["sequence"] => bool(true)
                      }
                      ["_integrityCheck":protected] => bool(true)
                      ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                          }
                          ["_caseFolding":protected] => int(0)
                          ["_autoQuoteIdentifiers":protected] => bool(true)
                          ["_allowSerialization":protected] => bool(true)
                          ["_autoReconnectOnUnserialize":protected] => bool(false)
                        }
                        ["_schema":protected] => NULL
                        ["_name":protected] => string(7) "regions"
                        ["_cols":protected] => array(6) {
                          [0] => string(9) "region_id"
                          [1] => string(10) "region_pid"
                          [2] => string(11) "region_name"
                          [3] => string(10) "region_url"
                          [4] => string(12) "region_image"
                          [5] => string(14) "region_intitle"
                        }
                        ["_primary":protected] => array(1) {
                          [1] => string(9) "region_id"
                        }
                        ["_identity":protected] => int(1)
                        ["_sequence":protected] => bool(true)
                        ["_metadata":protected] => array(6) {
                          ["region_id"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(9) "region_id"
                            ["COLUMN_POSITION"] => int(1)
                            ["DATA_TYPE"] => string(17) "smallint unsigned"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => bool(true)
                            ["PRIMARY"] => bool(true)
                            ["PRIMARY_POSITION"] => int(1)
                            ["IDENTITY"] => bool(true)
                          }
                          ["region_pid"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(10) "region_pid"
                            ["COLUMN_POSITION"] => int(2)
                            ["DATA_TYPE"] => string(17) "smallint unsigned"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(true)
                            ["LENGTH"] => NULL
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => bool(true)
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_name"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(11) "region_name"
                            ["COLUMN_POSITION"] => int(3)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(2) "50"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_url"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(10) "region_url"
                            ["COLUMN_POSITION"] => int(4)
                            ["DATA_TYPE"] => string(7) "varchar"
                            ["DEFAULT"] => NULL
                            ["NULLABLE"] => bool(false)
                            ["LENGTH"] => string(2) "50"
                            ["SCALE"] => NULL
                            ["PRECISION"] => NULL
                            ["UNSIGNED"] => NULL
                            ["PRIMARY"] => bool(false)
                            ["PRIMARY_POSITION"] => NULL
                            ["IDENTITY"] => bool(false)
                          }
                          ["region_image"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(12) "region_image"
                            ["COLUMN_POSITION"] => int(5)
                            ["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)
                          }
                          ["region_intitle"] => array(14) {
                            ["SCHEMA_NAME"] => NULL
                            ["TABLE_NAME"] => string(7) "regions"
                            ["COLUMN_NAME"] => string(14) "region_intitle"
                            ["COLUMN_POSITION"] => int(6)
                            ["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)
                          }
                        }
                        ["_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(9) {
                              ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                                ["hash"] => int(4055364029)
                                ["mtime"] => int(1786838223)
                                ["expire"] => int(1786845423)
                                ["tags"] => array(0) {
                                }
                              }
                              ["___translates_pl"] => array(4) {
                                ["hash"] => int(1251988936)
                                ["mtime"] => int(1786838223)
                                ["expire"] => int(1786845423)
                                ["tags"] => array(0) {
                                }
                              }
                              ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                                ["hash"] => int(800445141)
                                ["mtime"] => int(1786838223)
                                ["expire"] => int(1786845423)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                                ["hash"] => int(1417847699)
                                ["mtime"] => int(1786838538)
                                ["expire"] => int(1786845738)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                                ["hash"] => int(1613171874)
                                ["mtime"] => int(1786838538)
                                ["expire"] => int(1786845738)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                                ["hash"] => int(2886115218)
                                ["mtime"] => int(1786838538)
                                ["expire"] => int(1786845738)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                                ["hash"] => int(3126628096)
                                ["mtime"] => int(1786838539)
                                ["expire"] => int(1786845739)
                                ["tags"] => array(0) {
                                }
                              }
                              ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                                ["hash"] => int(3420178843)
                                ["mtime"] => int(1786838494)
                                ["expire"] => int(1786845694)
                                ["tags"] => array(0) {
                                }
                              }
                              ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                                ["hash"] => int(1233611409)
                                ["mtime"] => int(1786838223)
                                ["expire"] => int(1786845423)
                                ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                          ["_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) {
                        }
                      }
                      ["_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)#3001 (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(7) "regions"
                            [1] => string(1) "*"
                            [2] => NULL
                          }
                        }
                        ["union"] => array(0) {
                        }
                        ["from"] => array(1) {
                          ["regions"] => array(4) {
                            ["joinType"] => string(10) "inner join"
                            ["schema"] => NULL
                            ["tableName"] => string(7) "regions"
                            ["joinCondition"] => NULL
                          }
                        }
                        ["where"] => array(1) {
                          [0] => string(17) "(region_id = 11 )"
                        }
                        ["group"] => array(0) {
                        }
                        ["having"] => array(0) {
                        }
                        ["order"] => array(0) {
                        }
                        ["limitcount"] => int(1)
                        ["limitoffset"] => int(0)
                        ["forupdate"] => bool(false)
                      }
                      ["_tableCols":protected] => array(0) {
                      }
                    }
                  }
                }
                [7] => array(6) {
                  ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
                  ["line"] => int(24)
                  ["function"] => string(10) "fetchEntry"
                  ["class"] => string(10) "Matj_Model"
                  ["type"] => string(2) "->"
                  ["args"] => array(1) {
                    [0] => int(11)
                  }
                }
                [8] => array(6) {
                  ["file"] => string(62) "/data/web/sorger.web/web/app/modules/objects/models/Object.php"
                  ["line"] => int(1060)
                  ["function"] => string(11) "__construct"
                  ["class"] => string(10) "Matj_Model"
                  ["type"] => string(2) "->"
                  ["args"] => array(1) {
                    [0] => int(11)
                  }
                }
                [9] => array(6) {
                  ["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
                  ["line"] => int(2520)
                  ["function"] => string(17) "getLocalitiesMenu"
                  ["class"] => string(20) "Objects_Model_Object"
                  ["type"] => string(2) "->"
                  ["args"] => array(3) {
                    [0] => int(1)
                    [1] => int(0)
                    [2] => int(0)
                  }
                }
                [10] => 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) {
                  }
                }
                [11] => 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"
                  }
                }
                [12] => 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(43) "/zakwaterowanie/rohace/najlacnejsie?page=21"
                      ["_baseUrl":protected] => string(0) ""
                      ["_basePath":protected] => NULL
                      ["_pathInfo":protected] => string(35) "/zakwaterowanie/rohace/najlacnejsie"
                      ["_params":protected] => array(8) {
                        ["routeType"] => string(6) "object"
                        ["module"] => string(7) "objects"
                        ["controller"] => string(4) "view"
                        ["action"] => string(8) "category"
                        ["id"] => string(4) "2695"
                        ["locality"] => string(5) "13445"
                        ["sort"] => string(10) "price-down"
                        ["error_handler"] => object(ArrayObject)#3002 (1) {
                          ["storage":"ArrayObject":private] => array(3) {
                            ["exception"] => *RECURSION*
                            ["type"] => string(15) "EXCEPTION_OTHER"
                            ["request"] => object(Zend_Controller_Request_Http)#3003 (15) {
                              ["_paramSources":protected] => array(2) {
                                [0] => string(4) "_GET"
                                [1] => string(5) "_POST"
                              }
                              ["_requestUri":protected] => string(43) "/zakwaterowanie/rohace/najlacnejsie?page=21"
                              ["_baseUrl":protected] => string(0) ""
                              ["_basePath":protected] => NULL
                              ["_pathInfo":protected] => string(35) "/zakwaterowanie/rohace/najlacnejsie"
                              ["_params":protected] => array(7) {
                                ["routeType"] => string(6) "object"
                                ["module"] => string(7) "objects"
                                ["controller"] => string(4) "view"
                                ["action"] => string(8) "category"
                                ["id"] => string(4) "2695"
                                ["locality"] => string(5) "13445"
                                ["sort"] => string(10) "price-down"
                              }
                              ["_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*
                  }
                }
                [13] => 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) {
                  }
                }
                [14] => 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) {
                  }
                }
                [15] => 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)
      }
    }
  }
  [12] => 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) {
    }
  }
  [13] => 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) {
    }
  }
  [14] => 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)#2994 (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(15) {
    [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(65) "SELECT `regions`.* FROM `regions` WHERE (region_id = 11 ) LIMIT 1"
        [1] => array(0) {
        }
      }
    }
    [3] => array(6) {
      ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
      ["line"] => int(1529)
      ["function"] => string(5) "query"
      ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => object(Zend_Db_Table_Select)#2998 (7) {
          ["_info":protected] => array(10) {
            ["schema"] => NULL
            ["name"] => string(7) "regions"
            ["cols"] => array(6) {
              [0] => string(9) "region_id"
              [1] => string(10) "region_pid"
              [2] => string(11) "region_name"
              [3] => string(10) "region_url"
              [4] => string(12) "region_image"
              [5] => string(14) "region_intitle"
            }
            ["primary"] => array(1) {
              [1] => string(9) "region_id"
            }
            ["metadata"] => array(6) {
              ["region_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(9) "region_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(17) "smallint unsigned"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => bool(true)
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["region_pid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(10) "region_pid"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(17) "smallint unsigned"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => bool(true)
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_name"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(11) "region_name"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(2) "50"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_url"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(10) "region_url"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(2) "50"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_image"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(12) "region_image"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["region_intitle"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(14) "region_intitle"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
            }
            ["rowClass"] => string(17) "Zend_Db_Table_Row"
            ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
            ["referenceMap"] => array(0) {
            }
            ["dependentTables"] => array(0) {
            }
            ["sequence"] => bool(true)
          }
          ["_integrityCheck":protected] => bool(true)
          ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
              }
              ["_caseFolding":protected] => int(0)
              ["_autoQuoteIdentifiers":protected] => bool(true)
              ["_allowSerialization":protected] => bool(true)
              ["_autoReconnectOnUnserialize":protected] => bool(false)
            }
            ["_schema":protected] => NULL
            ["_name":protected] => string(7) "regions"
            ["_cols":protected] => array(6) {
              [0] => string(9) "region_id"
              [1] => string(10) "region_pid"
              [2] => string(11) "region_name"
              [3] => string(10) "region_url"
              [4] => string(12) "region_image"
              [5] => string(14) "region_intitle"
            }
            ["_primary":protected] => array(1) {
              [1] => string(9) "region_id"
            }
            ["_identity":protected] => int(1)
            ["_sequence":protected] => bool(true)
            ["_metadata":protected] => array(6) {
              ["region_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(9) "region_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(17) "smallint unsigned"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => bool(true)
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["region_pid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(10) "region_pid"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(17) "smallint unsigned"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => bool(true)
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_name"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(11) "region_name"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(2) "50"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_url"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(10) "region_url"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(2) "50"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_image"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(12) "region_image"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["region_intitle"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(14) "region_intitle"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
            }
            ["_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(9) {
                  ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                    ["hash"] => int(4055364029)
                    ["mtime"] => int(1786838223)
                    ["expire"] => int(1786845423)
                    ["tags"] => array(0) {
                    }
                  }
                  ["___translates_pl"] => array(4) {
                    ["hash"] => int(1251988936)
                    ["mtime"] => int(1786838223)
                    ["expire"] => int(1786845423)
                    ["tags"] => array(0) {
                    }
                  }
                  ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                    ["hash"] => int(800445141)
                    ["mtime"] => int(1786838223)
                    ["expire"] => int(1786845423)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                    ["hash"] => int(1417847699)
                    ["mtime"] => int(1786838538)
                    ["expire"] => int(1786845738)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                    ["hash"] => int(1613171874)
                    ["mtime"] => int(1786838538)
                    ["expire"] => int(1786845738)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                    ["hash"] => int(2886115218)
                    ["mtime"] => int(1786838538)
                    ["expire"] => int(1786845738)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                    ["hash"] => int(3126628096)
                    ["mtime"] => int(1786838539)
                    ["expire"] => int(1786845739)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                    ["hash"] => int(3420178843)
                    ["mtime"] => int(1786838494)
                    ["expire"] => int(1786845694)
                    ["tags"] => array(0) {
                    }
                  }
                  ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                    ["hash"] => int(1233611409)
                    ["mtime"] => int(1786838223)
                    ["expire"] => int(1786845423)
                    ["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(32) "500258a1ce07c02f363f5e6847567bfd"
              ["_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) {
            }
          }
          ["_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)#3001 (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(7) "regions"
                [1] => string(1) "*"
                [2] => NULL
              }
            }
            ["union"] => array(0) {
            }
            ["from"] => array(1) {
              ["regions"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(7) "regions"
                ["joinCondition"] => NULL
              }
            }
            ["where"] => array(1) {
              [0] => string(17) "(region_id = 11 )"
            }
            ["group"] => array(0) {
            }
            ["having"] => array(0) {
            }
            ["order"] => array(0) {
            }
            ["limitcount"] => int(1)
            ["limitoffset"] => int(0)
            ["forupdate"] => bool(false)
          }
          ["_tableCols":protected] => array(0) {
          }
        }
      }
    }
    [4] => array(6) {
      ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
      ["line"] => int(1391)
      ["function"] => string(6) "_fetch"
      ["class"] => string(22) "Zend_Db_Table_Abstract"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => object(Zend_Db_Table_Select)#2998 (7) {
          ["_info":protected] => array(10) {
            ["schema"] => NULL
            ["name"] => string(7) "regions"
            ["cols"] => array(6) {
              [0] => string(9) "region_id"
              [1] => string(10) "region_pid"
              [2] => string(11) "region_name"
              [3] => string(10) "region_url"
              [4] => string(12) "region_image"
              [5] => string(14) "region_intitle"
            }
            ["primary"] => array(1) {
              [1] => string(9) "region_id"
            }
            ["metadata"] => array(6) {
              ["region_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(9) "region_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(17) "smallint unsigned"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => bool(true)
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["region_pid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(10) "region_pid"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(17) "smallint unsigned"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => bool(true)
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_name"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(11) "region_name"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(2) "50"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_url"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(10) "region_url"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(2) "50"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_image"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(12) "region_image"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["region_intitle"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(14) "region_intitle"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
            }
            ["rowClass"] => string(17) "Zend_Db_Table_Row"
            ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
            ["referenceMap"] => array(0) {
            }
            ["dependentTables"] => array(0) {
            }
            ["sequence"] => bool(true)
          }
          ["_integrityCheck":protected] => bool(true)
          ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
              }
              ["_caseFolding":protected] => int(0)
              ["_autoQuoteIdentifiers":protected] => bool(true)
              ["_allowSerialization":protected] => bool(true)
              ["_autoReconnectOnUnserialize":protected] => bool(false)
            }
            ["_schema":protected] => NULL
            ["_name":protected] => string(7) "regions"
            ["_cols":protected] => array(6) {
              [0] => string(9) "region_id"
              [1] => string(10) "region_pid"
              [2] => string(11) "region_name"
              [3] => string(10) "region_url"
              [4] => string(12) "region_image"
              [5] => string(14) "region_intitle"
            }
            ["_primary":protected] => array(1) {
              [1] => string(9) "region_id"
            }
            ["_identity":protected] => int(1)
            ["_sequence":protected] => bool(true)
            ["_metadata":protected] => array(6) {
              ["region_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(9) "region_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(17) "smallint unsigned"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => bool(true)
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["region_pid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(10) "region_pid"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(17) "smallint unsigned"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => bool(true)
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_name"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(11) "region_name"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(2) "50"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_url"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(10) "region_url"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(2) "50"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_image"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(12) "region_image"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["region_intitle"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(14) "region_intitle"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
            }
            ["_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(9) {
                  ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                    ["hash"] => int(4055364029)
                    ["mtime"] => int(1786838223)
                    ["expire"] => int(1786845423)
                    ["tags"] => array(0) {
                    }
                  }
                  ["___translates_pl"] => array(4) {
                    ["hash"] => int(1251988936)
                    ["mtime"] => int(1786838223)
                    ["expire"] => int(1786845423)
                    ["tags"] => array(0) {
                    }
                  }
                  ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                    ["hash"] => int(800445141)
                    ["mtime"] => int(1786838223)
                    ["expire"] => int(1786845423)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                    ["hash"] => int(1417847699)
                    ["mtime"] => int(1786838538)
                    ["expire"] => int(1786845738)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                    ["hash"] => int(1613171874)
                    ["mtime"] => int(1786838538)
                    ["expire"] => int(1786845738)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                    ["hash"] => int(2886115218)
                    ["mtime"] => int(1786838538)
                    ["expire"] => int(1786845738)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                    ["hash"] => int(3126628096)
                    ["mtime"] => int(1786838539)
                    ["expire"] => int(1786845739)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                    ["hash"] => int(3420178843)
                    ["mtime"] => int(1786838494)
                    ["expire"] => int(1786845694)
                    ["tags"] => array(0) {
                    }
                  }
                  ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                    ["hash"] => int(1233611409)
                    ["mtime"] => int(1786838223)
                    ["expire"] => int(1786845423)
                    ["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(32) "500258a1ce07c02f363f5e6847567bfd"
              ["_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) {
            }
          }
          ["_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)#3001 (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(7) "regions"
                [1] => string(1) "*"
                [2] => NULL
              }
            }
            ["union"] => array(0) {
            }
            ["from"] => array(1) {
              ["regions"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(7) "regions"
                ["joinCondition"] => NULL
              }
            }
            ["where"] => array(1) {
              [0] => string(17) "(region_id = 11 )"
            }
            ["group"] => array(0) {
            }
            ["having"] => array(0) {
            }
            ["order"] => array(0) {
            }
            ["limitcount"] => int(1)
            ["limitoffset"] => int(0)
            ["forupdate"] => bool(false)
          }
          ["_tableCols":protected] => array(0) {
          }
        }
      }
    }
    [5] => array(6) {
      ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
      ["line"] => int(74)
      ["function"] => string(8) "fetchRow"
      ["class"] => string(22) "Zend_Db_Table_Abstract"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => object(Zend_Db_Table_Select)#2998 (7) {
          ["_info":protected] => array(10) {
            ["schema"] => NULL
            ["name"] => string(7) "regions"
            ["cols"] => array(6) {
              [0] => string(9) "region_id"
              [1] => string(10) "region_pid"
              [2] => string(11) "region_name"
              [3] => string(10) "region_url"
              [4] => string(12) "region_image"
              [5] => string(14) "region_intitle"
            }
            ["primary"] => array(1) {
              [1] => string(9) "region_id"
            }
            ["metadata"] => array(6) {
              ["region_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(9) "region_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(17) "smallint unsigned"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => bool(true)
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["region_pid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(10) "region_pid"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(17) "smallint unsigned"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => bool(true)
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_name"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(11) "region_name"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(2) "50"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_url"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(10) "region_url"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(2) "50"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_image"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(12) "region_image"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["region_intitle"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(14) "region_intitle"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
            }
            ["rowClass"] => string(17) "Zend_Db_Table_Row"
            ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
            ["referenceMap"] => array(0) {
            }
            ["dependentTables"] => array(0) {
            }
            ["sequence"] => bool(true)
          }
          ["_integrityCheck":protected] => bool(true)
          ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
              }
              ["_caseFolding":protected] => int(0)
              ["_autoQuoteIdentifiers":protected] => bool(true)
              ["_allowSerialization":protected] => bool(true)
              ["_autoReconnectOnUnserialize":protected] => bool(false)
            }
            ["_schema":protected] => NULL
            ["_name":protected] => string(7) "regions"
            ["_cols":protected] => array(6) {
              [0] => string(9) "region_id"
              [1] => string(10) "region_pid"
              [2] => string(11) "region_name"
              [3] => string(10) "region_url"
              [4] => string(12) "region_image"
              [5] => string(14) "region_intitle"
            }
            ["_primary":protected] => array(1) {
              [1] => string(9) "region_id"
            }
            ["_identity":protected] => int(1)
            ["_sequence":protected] => bool(true)
            ["_metadata":protected] => array(6) {
              ["region_id"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(9) "region_id"
                ["COLUMN_POSITION"] => int(1)
                ["DATA_TYPE"] => string(17) "smallint unsigned"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => bool(true)
                ["PRIMARY"] => bool(true)
                ["PRIMARY_POSITION"] => int(1)
                ["IDENTITY"] => bool(true)
              }
              ["region_pid"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(10) "region_pid"
                ["COLUMN_POSITION"] => int(2)
                ["DATA_TYPE"] => string(17) "smallint unsigned"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(true)
                ["LENGTH"] => NULL
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => bool(true)
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_name"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(11) "region_name"
                ["COLUMN_POSITION"] => int(3)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(2) "50"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_url"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(10) "region_url"
                ["COLUMN_POSITION"] => int(4)
                ["DATA_TYPE"] => string(7) "varchar"
                ["DEFAULT"] => NULL
                ["NULLABLE"] => bool(false)
                ["LENGTH"] => string(2) "50"
                ["SCALE"] => NULL
                ["PRECISION"] => NULL
                ["UNSIGNED"] => NULL
                ["PRIMARY"] => bool(false)
                ["PRIMARY_POSITION"] => NULL
                ["IDENTITY"] => bool(false)
              }
              ["region_image"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(12) "region_image"
                ["COLUMN_POSITION"] => int(5)
                ["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)
              }
              ["region_intitle"] => array(14) {
                ["SCHEMA_NAME"] => NULL
                ["TABLE_NAME"] => string(7) "regions"
                ["COLUMN_NAME"] => string(14) "region_intitle"
                ["COLUMN_POSITION"] => int(6)
                ["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)
              }
            }
            ["_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(9) {
                  ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                    ["hash"] => int(4055364029)
                    ["mtime"] => int(1786838223)
                    ["expire"] => int(1786845423)
                    ["tags"] => array(0) {
                    }
                  }
                  ["___translates_pl"] => array(4) {
                    ["hash"] => int(1251988936)
                    ["mtime"] => int(1786838223)
                    ["expire"] => int(1786845423)
                    ["tags"] => array(0) {
                    }
                  }
                  ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                    ["hash"] => int(800445141)
                    ["mtime"] => int(1786838223)
                    ["expire"] => int(1786845423)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                    ["hash"] => int(1417847699)
                    ["mtime"] => int(1786838538)
                    ["expire"] => int(1786845738)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                    ["hash"] => int(1613171874)
                    ["mtime"] => int(1786838538)
                    ["expire"] => int(1786845738)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                    ["hash"] => int(2886115218)
                    ["mtime"] => int(1786838538)
                    ["expire"] => int(1786845738)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                    ["hash"] => int(3126628096)
                    ["mtime"] => int(1786838539)
                    ["expire"] => int(1786845739)
                    ["tags"] => array(0) {
                    }
                  }
                  ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                    ["hash"] => int(3420178843)
                    ["mtime"] => int(1786838494)
                    ["expire"] => int(1786845694)
                    ["tags"] => array(0) {
                    }
                  }
                  ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                    ["hash"] => int(1233611409)
                    ["mtime"] => int(1786838223)
                    ["expire"] => int(1786845423)
                    ["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(32) "500258a1ce07c02f363f5e6847567bfd"
              ["_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) {
            }
          }
          ["_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)#3001 (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(7) "regions"
                [1] => string(1) "*"
                [2] => NULL
              }
            }
            ["union"] => array(0) {
            }
            ["from"] => array(1) {
              ["regions"] => array(4) {
                ["joinType"] => string(10) "inner join"
                ["schema"] => NULL
                ["tableName"] => string(7) "regions"
                ["joinCondition"] => NULL
              }
            }
            ["where"] => array(1) {
              [0] => string(17) "(region_id = 11 )"
            }
            ["group"] => array(0) {
            }
            ["having"] => array(0) {
            }
            ["order"] => array(0) {
            }
            ["limitcount"] => int(1)
            ["limitoffset"] => int(0)
            ["forupdate"] => bool(false)
          }
          ["_tableCols":protected] => array(0) {
          }
        }
      }
    }
    [6] => array(6) {
      ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
      ["line"] => int(24)
      ["function"] => string(10) "fetchEntry"
      ["class"] => string(10) "Matj_Model"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => int(11)
      }
    }
    [7] => array(6) {
      ["file"] => string(62) "/data/web/sorger.web/web/app/modules/objects/models/Object.php"
      ["line"] => int(1060)
      ["function"] => string(11) "__construct"
      ["class"] => string(10) "Matj_Model"
      ["type"] => string(2) "->"
      ["args"] => array(1) {
        [0] => int(11)
      }
    }
    [8] => array(6) {
      ["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
      ["line"] => int(2520)
      ["function"] => string(17) "getLocalitiesMenu"
      ["class"] => string(20) "Objects_Model_Object"
      ["type"] => string(2) "->"
      ["args"] => array(3) {
        [0] => int(1)
        [1] => int(0)
        [2] => int(0)
      }
    }
    [9] => 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) {
      }
    }
    [10] => 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"
      }
    }
    [11] => 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(43) "/zakwaterowanie/rohace/najlacnejsie?page=21"
          ["_baseUrl":protected] => string(0) ""
          ["_basePath":protected] => NULL
          ["_pathInfo":protected] => string(35) "/zakwaterowanie/rohace/najlacnejsie"
          ["_params":protected] => array(8) {
            ["routeType"] => string(6) "object"
            ["module"] => string(7) "objects"
            ["controller"] => string(4) "view"
            ["action"] => string(8) "category"
            ["id"] => string(4) "2695"
            ["locality"] => string(5) "13445"
            ["sort"] => string(10) "price-down"
            ["error_handler"] => object(ArrayObject)#3002 (1) {
              ["storage":"ArrayObject":private] => array(3) {
                ["exception"] => *RECURSION*
                ["type"] => string(15) "EXCEPTION_OTHER"
                ["request"] => object(Zend_Controller_Request_Http)#3003 (15) {
                  ["_paramSources":protected] => array(2) {
                    [0] => string(4) "_GET"
                    [1] => string(5) "_POST"
                  }
                  ["_requestUri":protected] => string(43) "/zakwaterowanie/rohace/najlacnejsie?page=21"
                  ["_baseUrl":protected] => string(0) ""
                  ["_basePath":protected] => NULL
                  ["_pathInfo":protected] => string(35) "/zakwaterowanie/rohace/najlacnejsie"
                  ["_params":protected] => array(7) {
                    ["routeType"] => string(6) "object"
                    ["module"] => string(7) "objects"
                    ["controller"] => string(4) "view"
                    ["action"] => string(8) "category"
                    ["id"] => string(4) "2695"
                    ["locality"] => string(5) "13445"
                    ["sort"] => string(10) "price-down"
                  }
                  ["_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)
        }
      }
    }
    [12] => 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) {
      }
    }
    [13] => 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) {
      }
    }
    [14] => 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)#2995 (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(16) {
      [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(65) "SELECT `regions`.* FROM `regions` WHERE (region_id = 11 ) LIMIT 1"
          [1] => array(0) {
          }
        }
      }
      [4] => array(6) {
        ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
        ["line"] => int(1529)
        ["function"] => string(5) "query"
        ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
        ["type"] => string(2) "->"
        ["args"] => array(1) {
          [0] => object(Zend_Db_Table_Select)#2998 (7) {
            ["_info":protected] => array(10) {
              ["schema"] => NULL
              ["name"] => string(7) "regions"
              ["cols"] => array(6) {
                [0] => string(9) "region_id"
                [1] => string(10) "region_pid"
                [2] => string(11) "region_name"
                [3] => string(10) "region_url"
                [4] => string(12) "region_image"
                [5] => string(14) "region_intitle"
              }
              ["primary"] => array(1) {
                [1] => string(9) "region_id"
              }
              ["metadata"] => array(6) {
                ["region_id"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(9) "region_id"
                  ["COLUMN_POSITION"] => int(1)
                  ["DATA_TYPE"] => string(17) "smallint unsigned"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => NULL
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => bool(true)
                  ["PRIMARY"] => bool(true)
                  ["PRIMARY_POSITION"] => int(1)
                  ["IDENTITY"] => bool(true)
                }
                ["region_pid"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(10) "region_pid"
                  ["COLUMN_POSITION"] => int(2)
                  ["DATA_TYPE"] => string(17) "smallint unsigned"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(true)
                  ["LENGTH"] => NULL
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => bool(true)
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_name"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(11) "region_name"
                  ["COLUMN_POSITION"] => int(3)
                  ["DATA_TYPE"] => string(7) "varchar"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => string(2) "50"
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => NULL
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_url"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(10) "region_url"
                  ["COLUMN_POSITION"] => int(4)
                  ["DATA_TYPE"] => string(7) "varchar"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => string(2) "50"
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => NULL
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_image"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(12) "region_image"
                  ["COLUMN_POSITION"] => int(5)
                  ["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)
                }
                ["region_intitle"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(14) "region_intitle"
                  ["COLUMN_POSITION"] => int(6)
                  ["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)
                }
              }
              ["rowClass"] => string(17) "Zend_Db_Table_Row"
              ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
              ["referenceMap"] => array(0) {
              }
              ["dependentTables"] => array(0) {
              }
              ["sequence"] => bool(true)
            }
            ["_integrityCheck":protected] => bool(true)
            ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                }
                ["_caseFolding":protected] => int(0)
                ["_autoQuoteIdentifiers":protected] => bool(true)
                ["_allowSerialization":protected] => bool(true)
                ["_autoReconnectOnUnserialize":protected] => bool(false)
              }
              ["_schema":protected] => NULL
              ["_name":protected] => string(7) "regions"
              ["_cols":protected] => array(6) {
                [0] => string(9) "region_id"
                [1] => string(10) "region_pid"
                [2] => string(11) "region_name"
                [3] => string(10) "region_url"
                [4] => string(12) "region_image"
                [5] => string(14) "region_intitle"
              }
              ["_primary":protected] => array(1) {
                [1] => string(9) "region_id"
              }
              ["_identity":protected] => int(1)
              ["_sequence":protected] => bool(true)
              ["_metadata":protected] => array(6) {
                ["region_id"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(9) "region_id"
                  ["COLUMN_POSITION"] => int(1)
                  ["DATA_TYPE"] => string(17) "smallint unsigned"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => NULL
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => bool(true)
                  ["PRIMARY"] => bool(true)
                  ["PRIMARY_POSITION"] => int(1)
                  ["IDENTITY"] => bool(true)
                }
                ["region_pid"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(10) "region_pid"
                  ["COLUMN_POSITION"] => int(2)
                  ["DATA_TYPE"] => string(17) "smallint unsigned"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(true)
                  ["LENGTH"] => NULL
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => bool(true)
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_name"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(11) "region_name"
                  ["COLUMN_POSITION"] => int(3)
                  ["DATA_TYPE"] => string(7) "varchar"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => string(2) "50"
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => NULL
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_url"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(10) "region_url"
                  ["COLUMN_POSITION"] => int(4)
                  ["DATA_TYPE"] => string(7) "varchar"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => string(2) "50"
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => NULL
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_image"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(12) "region_image"
                  ["COLUMN_POSITION"] => int(5)
                  ["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)
                }
                ["region_intitle"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(14) "region_intitle"
                  ["COLUMN_POSITION"] => int(6)
                  ["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)
                }
              }
              ["_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(9) {
                    ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                      ["hash"] => int(4055364029)
                      ["mtime"] => int(1786838223)
                      ["expire"] => int(1786845423)
                      ["tags"] => array(0) {
                      }
                    }
                    ["___translates_pl"] => array(4) {
                      ["hash"] => int(1251988936)
                      ["mtime"] => int(1786838223)
                      ["expire"] => int(1786845423)
                      ["tags"] => array(0) {
                      }
                    }
                    ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                      ["hash"] => int(800445141)
                      ["mtime"] => int(1786838223)
                      ["expire"] => int(1786845423)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                      ["hash"] => int(1417847699)
                      ["mtime"] => int(1786838538)
                      ["expire"] => int(1786845738)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                      ["hash"] => int(1613171874)
                      ["mtime"] => int(1786838538)
                      ["expire"] => int(1786845738)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                      ["hash"] => int(2886115218)
                      ["mtime"] => int(1786838538)
                      ["expire"] => int(1786845738)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                      ["hash"] => int(3126628096)
                      ["mtime"] => int(1786838539)
                      ["expire"] => int(1786845739)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                      ["hash"] => int(3420178843)
                      ["mtime"] => int(1786838494)
                      ["expire"] => int(1786845694)
                      ["tags"] => array(0) {
                      }
                    }
                    ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                      ["hash"] => int(1233611409)
                      ["mtime"] => int(1786838223)
                      ["expire"] => int(1786845423)
                      ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                ["_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) {
              }
            }
            ["_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)#3001 (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(7) "regions"
                  [1] => string(1) "*"
                  [2] => NULL
                }
              }
              ["union"] => array(0) {
              }
              ["from"] => array(1) {
                ["regions"] => array(4) {
                  ["joinType"] => string(10) "inner join"
                  ["schema"] => NULL
                  ["tableName"] => string(7) "regions"
                  ["joinCondition"] => NULL
                }
              }
              ["where"] => array(1) {
                [0] => string(17) "(region_id = 11 )"
              }
              ["group"] => array(0) {
              }
              ["having"] => array(0) {
              }
              ["order"] => array(0) {
              }
              ["limitcount"] => int(1)
              ["limitoffset"] => int(0)
              ["forupdate"] => bool(false)
            }
            ["_tableCols":protected] => array(0) {
            }
          }
        }
      }
      [5] => array(6) {
        ["file"] => string(63) "/data/web/sorger.web/web/app/library/Zend/Db/Table/Abstract.php"
        ["line"] => int(1391)
        ["function"] => string(6) "_fetch"
        ["class"] => string(22) "Zend_Db_Table_Abstract"
        ["type"] => string(2) "->"
        ["args"] => array(1) {
          [0] => object(Zend_Db_Table_Select)#2998 (7) {
            ["_info":protected] => array(10) {
              ["schema"] => NULL
              ["name"] => string(7) "regions"
              ["cols"] => array(6) {
                [0] => string(9) "region_id"
                [1] => string(10) "region_pid"
                [2] => string(11) "region_name"
                [3] => string(10) "region_url"
                [4] => string(12) "region_image"
                [5] => string(14) "region_intitle"
              }
              ["primary"] => array(1) {
                [1] => string(9) "region_id"
              }
              ["metadata"] => array(6) {
                ["region_id"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(9) "region_id"
                  ["COLUMN_POSITION"] => int(1)
                  ["DATA_TYPE"] => string(17) "smallint unsigned"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => NULL
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => bool(true)
                  ["PRIMARY"] => bool(true)
                  ["PRIMARY_POSITION"] => int(1)
                  ["IDENTITY"] => bool(true)
                }
                ["region_pid"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(10) "region_pid"
                  ["COLUMN_POSITION"] => int(2)
                  ["DATA_TYPE"] => string(17) "smallint unsigned"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(true)
                  ["LENGTH"] => NULL
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => bool(true)
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_name"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(11) "region_name"
                  ["COLUMN_POSITION"] => int(3)
                  ["DATA_TYPE"] => string(7) "varchar"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => string(2) "50"
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => NULL
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_url"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(10) "region_url"
                  ["COLUMN_POSITION"] => int(4)
                  ["DATA_TYPE"] => string(7) "varchar"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => string(2) "50"
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => NULL
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_image"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(12) "region_image"
                  ["COLUMN_POSITION"] => int(5)
                  ["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)
                }
                ["region_intitle"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(14) "region_intitle"
                  ["COLUMN_POSITION"] => int(6)
                  ["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)
                }
              }
              ["rowClass"] => string(17) "Zend_Db_Table_Row"
              ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
              ["referenceMap"] => array(0) {
              }
              ["dependentTables"] => array(0) {
              }
              ["sequence"] => bool(true)
            }
            ["_integrityCheck":protected] => bool(true)
            ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                }
                ["_caseFolding":protected] => int(0)
                ["_autoQuoteIdentifiers":protected] => bool(true)
                ["_allowSerialization":protected] => bool(true)
                ["_autoReconnectOnUnserialize":protected] => bool(false)
              }
              ["_schema":protected] => NULL
              ["_name":protected] => string(7) "regions"
              ["_cols":protected] => array(6) {
                [0] => string(9) "region_id"
                [1] => string(10) "region_pid"
                [2] => string(11) "region_name"
                [3] => string(10) "region_url"
                [4] => string(12) "region_image"
                [5] => string(14) "region_intitle"
              }
              ["_primary":protected] => array(1) {
                [1] => string(9) "region_id"
              }
              ["_identity":protected] => int(1)
              ["_sequence":protected] => bool(true)
              ["_metadata":protected] => array(6) {
                ["region_id"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(9) "region_id"
                  ["COLUMN_POSITION"] => int(1)
                  ["DATA_TYPE"] => string(17) "smallint unsigned"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => NULL
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => bool(true)
                  ["PRIMARY"] => bool(true)
                  ["PRIMARY_POSITION"] => int(1)
                  ["IDENTITY"] => bool(true)
                }
                ["region_pid"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(10) "region_pid"
                  ["COLUMN_POSITION"] => int(2)
                  ["DATA_TYPE"] => string(17) "smallint unsigned"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(true)
                  ["LENGTH"] => NULL
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => bool(true)
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_name"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(11) "region_name"
                  ["COLUMN_POSITION"] => int(3)
                  ["DATA_TYPE"] => string(7) "varchar"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => string(2) "50"
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => NULL
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_url"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(10) "region_url"
                  ["COLUMN_POSITION"] => int(4)
                  ["DATA_TYPE"] => string(7) "varchar"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => string(2) "50"
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => NULL
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_image"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(12) "region_image"
                  ["COLUMN_POSITION"] => int(5)
                  ["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)
                }
                ["region_intitle"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(14) "region_intitle"
                  ["COLUMN_POSITION"] => int(6)
                  ["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)
                }
              }
              ["_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(9) {
                    ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                      ["hash"] => int(4055364029)
                      ["mtime"] => int(1786838223)
                      ["expire"] => int(1786845423)
                      ["tags"] => array(0) {
                      }
                    }
                    ["___translates_pl"] => array(4) {
                      ["hash"] => int(1251988936)
                      ["mtime"] => int(1786838223)
                      ["expire"] => int(1786845423)
                      ["tags"] => array(0) {
                      }
                    }
                    ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                      ["hash"] => int(800445141)
                      ["mtime"] => int(1786838223)
                      ["expire"] => int(1786845423)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                      ["hash"] => int(1417847699)
                      ["mtime"] => int(1786838538)
                      ["expire"] => int(1786845738)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                      ["hash"] => int(1613171874)
                      ["mtime"] => int(1786838538)
                      ["expire"] => int(1786845738)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                      ["hash"] => int(2886115218)
                      ["mtime"] => int(1786838538)
                      ["expire"] => int(1786845738)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                      ["hash"] => int(3126628096)
                      ["mtime"] => int(1786838539)
                      ["expire"] => int(1786845739)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                      ["hash"] => int(3420178843)
                      ["mtime"] => int(1786838494)
                      ["expire"] => int(1786845694)
                      ["tags"] => array(0) {
                      }
                    }
                    ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                      ["hash"] => int(1233611409)
                      ["mtime"] => int(1786838223)
                      ["expire"] => int(1786845423)
                      ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                ["_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) {
              }
            }
            ["_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)#3001 (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(7) "regions"
                  [1] => string(1) "*"
                  [2] => NULL
                }
              }
              ["union"] => array(0) {
              }
              ["from"] => array(1) {
                ["regions"] => array(4) {
                  ["joinType"] => string(10) "inner join"
                  ["schema"] => NULL
                  ["tableName"] => string(7) "regions"
                  ["joinCondition"] => NULL
                }
              }
              ["where"] => array(1) {
                [0] => string(17) "(region_id = 11 )"
              }
              ["group"] => array(0) {
              }
              ["having"] => array(0) {
              }
              ["order"] => array(0) {
              }
              ["limitcount"] => int(1)
              ["limitoffset"] => int(0)
              ["forupdate"] => bool(false)
            }
            ["_tableCols":protected] => array(0) {
            }
          }
        }
      }
      [6] => array(6) {
        ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
        ["line"] => int(74)
        ["function"] => string(8) "fetchRow"
        ["class"] => string(22) "Zend_Db_Table_Abstract"
        ["type"] => string(2) "->"
        ["args"] => array(1) {
          [0] => object(Zend_Db_Table_Select)#2998 (7) {
            ["_info":protected] => array(10) {
              ["schema"] => NULL
              ["name"] => string(7) "regions"
              ["cols"] => array(6) {
                [0] => string(9) "region_id"
                [1] => string(10) "region_pid"
                [2] => string(11) "region_name"
                [3] => string(10) "region_url"
                [4] => string(12) "region_image"
                [5] => string(14) "region_intitle"
              }
              ["primary"] => array(1) {
                [1] => string(9) "region_id"
              }
              ["metadata"] => array(6) {
                ["region_id"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(9) "region_id"
                  ["COLUMN_POSITION"] => int(1)
                  ["DATA_TYPE"] => string(17) "smallint unsigned"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => NULL
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => bool(true)
                  ["PRIMARY"] => bool(true)
                  ["PRIMARY_POSITION"] => int(1)
                  ["IDENTITY"] => bool(true)
                }
                ["region_pid"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(10) "region_pid"
                  ["COLUMN_POSITION"] => int(2)
                  ["DATA_TYPE"] => string(17) "smallint unsigned"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(true)
                  ["LENGTH"] => NULL
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => bool(true)
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_name"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(11) "region_name"
                  ["COLUMN_POSITION"] => int(3)
                  ["DATA_TYPE"] => string(7) "varchar"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => string(2) "50"
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => NULL
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_url"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(10) "region_url"
                  ["COLUMN_POSITION"] => int(4)
                  ["DATA_TYPE"] => string(7) "varchar"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => string(2) "50"
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => NULL
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_image"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(12) "region_image"
                  ["COLUMN_POSITION"] => int(5)
                  ["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)
                }
                ["region_intitle"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(14) "region_intitle"
                  ["COLUMN_POSITION"] => int(6)
                  ["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)
                }
              }
              ["rowClass"] => string(17) "Zend_Db_Table_Row"
              ["rowsetClass"] => string(20) "Zend_Db_Table_Rowset"
              ["referenceMap"] => array(0) {
              }
              ["dependentTables"] => array(0) {
              }
              ["sequence"] => bool(true)
            }
            ["_integrityCheck":protected] => bool(true)
            ["_table":protected] => object(Matj_Db_Table_Abstract)#2999 (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)#3001 (0) {
                }
                ["_caseFolding":protected] => int(0)
                ["_autoQuoteIdentifiers":protected] => bool(true)
                ["_allowSerialization":protected] => bool(true)
                ["_autoReconnectOnUnserialize":protected] => bool(false)
              }
              ["_schema":protected] => NULL
              ["_name":protected] => string(7) "regions"
              ["_cols":protected] => array(6) {
                [0] => string(9) "region_id"
                [1] => string(10) "region_pid"
                [2] => string(11) "region_name"
                [3] => string(10) "region_url"
                [4] => string(12) "region_image"
                [5] => string(14) "region_intitle"
              }
              ["_primary":protected] => array(1) {
                [1] => string(9) "region_id"
              }
              ["_identity":protected] => int(1)
              ["_sequence":protected] => bool(true)
              ["_metadata":protected] => array(6) {
                ["region_id"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(9) "region_id"
                  ["COLUMN_POSITION"] => int(1)
                  ["DATA_TYPE"] => string(17) "smallint unsigned"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => NULL
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => bool(true)
                  ["PRIMARY"] => bool(true)
                  ["PRIMARY_POSITION"] => int(1)
                  ["IDENTITY"] => bool(true)
                }
                ["region_pid"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(10) "region_pid"
                  ["COLUMN_POSITION"] => int(2)
                  ["DATA_TYPE"] => string(17) "smallint unsigned"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(true)
                  ["LENGTH"] => NULL
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => bool(true)
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_name"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(11) "region_name"
                  ["COLUMN_POSITION"] => int(3)
                  ["DATA_TYPE"] => string(7) "varchar"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => string(2) "50"
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => NULL
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_url"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(10) "region_url"
                  ["COLUMN_POSITION"] => int(4)
                  ["DATA_TYPE"] => string(7) "varchar"
                  ["DEFAULT"] => NULL
                  ["NULLABLE"] => bool(false)
                  ["LENGTH"] => string(2) "50"
                  ["SCALE"] => NULL
                  ["PRECISION"] => NULL
                  ["UNSIGNED"] => NULL
                  ["PRIMARY"] => bool(false)
                  ["PRIMARY_POSITION"] => NULL
                  ["IDENTITY"] => bool(false)
                }
                ["region_image"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(12) "region_image"
                  ["COLUMN_POSITION"] => int(5)
                  ["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)
                }
                ["region_intitle"] => array(14) {
                  ["SCHEMA_NAME"] => NULL
                  ["TABLE_NAME"] => string(7) "regions"
                  ["COLUMN_NAME"] => string(14) "region_intitle"
                  ["COLUMN_POSITION"] => int(6)
                  ["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)
                }
              }
              ["_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(9) {
                    ["af093ef79460f3dfb6ead50110417c70"] => array(4) {
                      ["hash"] => int(4055364029)
                      ["mtime"] => int(1786838223)
                      ["expire"] => int(1786845423)
                      ["tags"] => array(0) {
                      }
                    }
                    ["___translates_pl"] => array(4) {
                      ["hash"] => int(1251988936)
                      ["mtime"] => int(1786838223)
                      ["expire"] => int(1786845423)
                      ["tags"] => array(0) {
                      }
                    }
                    ["428d3f5ef54cfed64dfba99653fd38c4"] => array(4) {
                      ["hash"] => int(800445141)
                      ["mtime"] => int(1786838223)
                      ["expire"] => int(1786845423)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_13445_0_sort_price_down_filter____subobjects"] => array(4) {
                      ["hash"] => int(1417847699)
                      ["mtime"] => int(1786838538)
                      ["expire"] => int(1786845738)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_13445_0_sort_price_down_filter____listcounts"] => array(4) {
                      ["hash"] => int(1613171874)
                      ["mtime"] => int(1786838538)
                      ["expire"] => int(1786845738)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_13445_0_sort_price_down_filter____categories"] => array(4) {
                      ["hash"] => int(2886115218)
                      ["mtime"] => int(1786838538)
                      ["expire"] => int(1786845738)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_13445_0_sort_price_down_filter__page_21_items_10___objects"] => array(4) {
                      ["hash"] => int(3126628096)
                      ["mtime"] => int(1786838539)
                      ["expire"] => int(1786845739)
                      ["tags"] => array(0) {
                      }
                    }
                    ["category_pl_2695_0_0___localitiesmenu"] => array(4) {
                      ["hash"] => int(3420178843)
                      ["mtime"] => int(1786838494)
                      ["expire"] => int(1786845694)
                      ["tags"] => array(0) {
                      }
                    }
                    ["500258a1ce07c02f363f5e6847567bfd"] => array(4) {
                      ["hash"] => int(1233611409)
                      ["mtime"] => int(1786838223)
                      ["expire"] => int(1786845423)
                      ["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(32) "500258a1ce07c02f363f5e6847567bfd"
                ["_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) {
              }
            }
            ["_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)#3001 (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(7) "regions"
                  [1] => string(1) "*"
                  [2] => NULL
                }
              }
              ["union"] => array(0) {
              }
              ["from"] => array(1) {
                ["regions"] => array(4) {
                  ["joinType"] => string(10) "inner join"
                  ["schema"] => NULL
                  ["tableName"] => string(7) "regions"
                  ["joinCondition"] => NULL
                }
              }
              ["where"] => array(1) {
                [0] => string(17) "(region_id = 11 )"
              }
              ["group"] => array(0) {
              }
              ["having"] => array(0) {
              }
              ["order"] => array(0) {
              }
              ["limitcount"] => int(1)
              ["limitoffset"] => int(0)
              ["forupdate"] => bool(false)
            }
            ["_tableCols":protected] => array(0) {
            }
          }
        }
      }
      [7] => array(6) {
        ["file"] => string(51) "/data/web/sorger.web/web/app/library/Matj/Model.php"
        ["line"] => int(24)
        ["function"] => string(10) "fetchEntry"
        ["class"] => string(10) "Matj_Model"
        ["type"] => string(2) "->"
        ["args"] => array(1) {
          [0] => int(11)
        }
      }
      [8] => array(6) {
        ["file"] => string(62) "/data/web/sorger.web/web/app/modules/objects/models/Object.php"
        ["line"] => int(1060)
        ["function"] => string(11) "__construct"
        ["class"] => string(10) "Matj_Model"
        ["type"] => string(2) "->"
        ["args"] => array(1) {
          [0] => int(11)
        }
      }
      [9] => array(6) {
        ["file"] => string(75) "/data/web/sorger.web/web/app/modules/objects/controllers/ViewController.php"
        ["line"] => int(2520)
        ["function"] => string(17) "getLocalitiesMenu"
        ["class"] => string(20) "Objects_Model_Object"
        ["type"] => string(2) "->"
        ["args"] => array(3) {
          [0] => int(1)
          [1] => int(0)
          [2] => int(0)
        }
      }
      [10] => 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) {
        }
      }
      [11] => 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"
        }
      }
      [12] => 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(43) "/zakwaterowanie/rohace/najlacnejsie?page=21"
            ["_baseUrl":protected] => string(0) ""
            ["_basePath":protected] => NULL
            ["_pathInfo":protected] => string(35) "/zakwaterowanie/rohace/najlacnejsie"
            ["_params":protected] => array(8) {
              ["routeType"] => string(6) "object"
              ["module"] => string(7) "objects"
              ["controller"] => string(4) "view"
              ["action"] => string(8) "category"
              ["id"] => string(4) "2695"
              ["locality"] => string(5) "13445"
              ["sort"] => string(10) "price-down"
              ["error_handler"] => object(ArrayObject)#3002 (1) {
                ["storage":"ArrayObject":private] => array(3) {
                  ["exception"] => *RECURSION*
                  ["type"] => string(15) "EXCEPTION_OTHER"
                  ["request"] => object(Zend_Controller_Request_Http)#3003 (15) {
                    ["_paramSources":protected] => array(2) {
                      [0] => string(4) "_GET"
                      [1] => string(5) "_POST"
                    }
                    ["_requestUri":protected] => string(43) "/zakwaterowanie/rohace/najlacnejsie?page=21"
                    ["_baseUrl":protected] => string(0) ""
                    ["_basePath":protected] => NULL
                    ["_pathInfo":protected] => string(35) "/zakwaterowanie/rohace/najlacnejsie"
                    ["_params":protected] => array(7) {
                      ["routeType"] => string(6) "object"
                      ["module"] => string(7) "objects"
                      ["controller"] => string(4) "view"
                      ["action"] => string(8) "category"
                      ["id"] => string(4) "2695"
                      ["locality"] => string(5) "13445"
                      ["sort"] => string(10) "price-down"
                    }
                    ["_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)
          }
        }
      }
      [13] => 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) {
        }
      }
      [14] => 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) {
        }
      }
      [15] => 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"
    }
  }
}