みらいNet mirai-net

OPS
Zend Framework 2 2.2.10
Documentation Modules Gallery Version 2.2.10 PHP Version 5.5.5 Extensions intl ModulesApplicationZendDeveloperToolsBjyProfiler
Request and Response 200 Auth::login on auth
Status code 200 Method GET Controller Application\Controller\Ops\Auth Action login Route auth Templateslayout/layoutapplication/ops/auth/login
Execution Time 100.82 ms
Total Time 100.82 ms
Memory Peak 4.50 Mb
Memory Peak 4.50 Mb
Config Config
Merged Config (Config)
array(11) {
  ["router"] => array(1) {
    ["routes"] => array(52) {
      ["navi"] => array(4) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(5) "/navi"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
            ["controller"] => string(5) "Index"
            ["action"] => string(5) "index"
          }
        }
        ["may_terminate"] => bool(true)
        ["child_routes"] => array(34) {
          ["faq"] => array(2) {
            ["type"] => string(7) "Literal"
            ["options"] => array(2) {
              ["route"] => string(4) "/faq"
              ["defaults"] => array(3) {
                ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
                ["controller"] => string(5) "Index"
                ["action"] => string(3) "faq"
              }
            }
          }
          ["movie"] => array(2) {
            ["type"] => string(7) "Literal"
            ["options"] => array(2) {
              ["route"] => string(6) "/movie"
              ["defaults"] => array(3) {
                ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
                ["controller"] => string(5) "Index"
                ["action"] => string(5) "movie"
              }
            }
          }
          ["auth"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(2) {
              ["route"] => string(15) "/auth[/:action]"
              ["defaults"] => array(3) {
                ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
                ["controller"] => string(4) "Auth"
                ["action"] => string(5) "login"
              }
            }
          }
          ["delivery"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(25) "/delivery[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(8) "Delivery"
                ["action"] => string(10) "warehouses"
                ["id"] => NULL
              }
            }
          }
          ["warehouse"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(26) "/warehouse[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(9) "Warehouse"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["client"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(23) "/client[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(6) "Client"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["summary"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(24) "/summary[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(7) "summary"
                ["action"] => string(5) "order"
                ["id"] => NULL
              }
            }
          }
          ["client_api"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(44) "/client/api[/:code[/:year[/:month[/:date]]]]"
              ["constraints"] => array(2) {
                ["action"] => string(6) "[0-9]*"
                ["id"] => string(6) "[0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(6) "Client"
                ["action"] => string(3) "api"
                ["id"] => NULL
              }
            }
          }
          ["delivery_api"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(62) "/warehouse/delivery_api[/:code[/:warehouse_code[/:site_code]]]"
              ["constraints"] => array(4) {
                ["action"] => string(6) "[0-9]*"
                ["code"] => string(12) "[a-zA-Z0-9]*"
                ["warehouse_code"] => string(12) "[a-zA-Z0-9]*"
                ["site_code"] => string(5) "[^/]*"
              }
              ["defaults"] => array(5) {
                ["controller"] => string(9) "Warehouse"
                ["action"] => string(11) "deliveryApi"
                ["code"] => NULL
                ["warehouse_code"] => NULL
                ["site_code"] => NULL
              }
            }
          }
          ["warehouse_api"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(24) "/warehouse/warehouse_api"
              ["constraints"] => array(1) {
                ["action"] => string(6) "[0-9]*"
              }
              ["defaults"] => array(2) {
                ["controller"] => string(9) "Warehouse"
                ["action"] => string(12) "warehouseApi"
              }
            }
          }
          ["delivery_api2"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(61) "/delivery/delivery_api[/:code[/:warehouse_code[/:site_code]]]"
              ["constraints"] => array(4) {
                ["action"] => string(6) "[0-9]*"
                ["code"] => string(12) "[a-zA-Z0-9]*"
                ["warehouse_code"] => string(12) "[a-zA-Z0-9]*"
                ["site_code"] => string(5) "[^/]*"
              }
              ["defaults"] => array(5) {
                ["controller"] => string(8) "Delivery"
                ["action"] => string(11) "deliveryApi"
                ["code"] => NULL
                ["warehouse_code"] => NULL
                ["site_code"] => NULL
              }
            }
          }
          ["site"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(56) "/site[/:action[/:client_code][/:site_code[/:keyman_id]]]"
              ["constraints"] => array(4) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["client_code"] => string(12) "[a-zA-Z0-9]*"
                ["site_code"] => string(5) "[^/]*"
                ["keyman_id"] => string(6) "[0-9]*"
              }
              ["defaults"] => array(4) {
                ["controller"] => string(4) "Site"
                ["action"] => string(5) "index"
                ["client_code"] => NULL
                ["site_code"] => NULL
              }
            }
          }
          ["site_entry"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(27) "/site[/:action[/:entry_id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["entry_id"] => string(6) "[0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(4) "Site"
                ["action"] => string(5) "index"
                ["entry_id"] => NULL
              }
            }
          }
          ["site_user"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(61) "/site/users/:client_code/:site_code[/:action[/:site_user_id]]"
              ["constraints"] => array(4) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["client_code"] => string(12) "[a-zA-Z0-9]*"
                ["site_code"] => string(5) "[^/]*"
                ["site_user_id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(5) {
                ["controller"] => string(8) "SiteUser"
                ["action"] => string(8) "register"
                ["client_code"] => NULL
                ["site_code"] => NULL
                ["site_user_id"] => NULL
              }
            }
          }
          ["keyman"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(23) "/keyman[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(6) "Keyman"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["subcon"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(41) "/site/:id/keyman[/:action[/:relation_id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(6) "Subcon"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["product"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(24) "/product[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(7) "Product"
                ["action"] => string(13) "contactSearch"
                ["id"] => NULL
              }
            }
          }
          ["calendar"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(60) "/calendar[/:action[/:type[/:code[/:year[/:month[/:date]]]]]]"
              ["constraints"] => array(6) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]+"
                ["type"] => string(12) "[a-zA-Z0-9]+"
                ["code"] => string(5) "[^/]+"
                ["year"] => string(6) "[0-9]+"
                ["month"] => string(6) "[0-9]+"
                ["date"] => string(6) "[0-9]+"
              }
              ["defaults"] => array(7) {
                ["controller"] => string(8) "Calendar"
                ["action"] => string(8) "calendar"
                ["type"] => string(3) "hat"
                ["code"] => NULL
                ["year"] => NULL
                ["month"] => NULL
                ["date"] => NULL
              }
            }
          }
          ["stock_limit"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(28) "/stock_limit[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(10) "StockLimit"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["maker"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(16) "/maker[/:action]"
              ["constraints"] => array(1) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
              }
              ["defaults"] => array(2) {
                ["controller"] => string(5) "Maker"
                ["action"] => string(5) "index"
              }
            }
          }
          ["topics"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(35) "/topics[/:category[/:action[/:id]]]"
              ["constraints"] => array(3) {
                ["category"] => string(6) "[0-9]*"
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(4) {
                ["controller"] => string(6) "Topics"
                ["category"] => string(2) "01"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["enquete"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(24) "/enquete[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(6) "[0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(7) "Enquete"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["share_post"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(27) "/share_post[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(9) "SharePost"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["point"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(22) "/point[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(5) "Point"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["cooperation"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(28) "/cooperation[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(11) "Cooperation"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["contact"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(24) "/contact[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(7) "Contact"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["employee"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(25) "/employee[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(8) "Employee"
                ["action"] => string(7) "setting"
                ["id"] => NULL
              }
            }
          }
          ["agreement"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(26) "/agreement[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(9) "Agreement"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["order"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(61) "/order[/:action][/:ops_order_no][/:order_date][/:client_code]"
              ["constraints"] => array(4) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["ops_order_no"] => string(12) "[a-zA-Z0-9]*"
                ["order_date"] => string(6) "[0-9]*"
                ["client_code"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(5) "Order"
                ["action"] => string(5) "index"
                ["id"] => NULL
              }
            }
          }
          ["keyman_api"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(33) "/client/keyman_api[/:client_code]"
              ["constraints"] => array(2) {
                ["action"] => string(6) "[0-9]*"
                ["client_code"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(6) "Client"
                ["action"] => string(9) "keymanApi"
                ["client_code"] => NULL
              }
            }
          }
          ["team_client_api"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(16) "/api/team_client"
              ["constraints"] => array(1) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
              }
              ["defaults"] => array(2) {
                ["controller"] => string(3) "Api"
                ["action"] => string(10) "teamClient"
              }
            }
          }
          ["client_folder_api"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(33) "/api/client_folder[/:client_code]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["client_code"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(3) "Api"
                ["action"] => string(12) "clientFolder"
                ["client_code"] => NULL
              }
            }
          }
          ["download"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(25) "/download[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(12) "[a-zA-Z0-9]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(8) "Download"
                ["action"] => string(7) "contact"
                ["id"] => NULL
              }
            }
          }
          ["api"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(20) "/api[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["id"] => string(5) "[^/]*"
              }
              ["defaults"] => array(3) {
                ["controller"] => string(3) "API"
                ["action"] => NULL
                ["id"] => NULL
              }
            }
          }
        }
      }
      ["home"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(1) "/"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(5) "index"
          }
        }
      }
      ["heartbeat"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(11) "/_heartbeat"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(9) "Heartbeat"
          }
        }
      }
      ["setting_error"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(2) {
          ["route"] => string(22) "/setting_error[/:code]"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(12) "SettingError"
          }
        }
      }
      ["test"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(5) "/test"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(4) "test"
          }
        }
      }
      ["auth"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(2) {
          ["route"] => string(23) "/auth[/:action[/:code]]"
          ["defaults"] => array(2) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(4) "Auth"
          }
        }
      }
      ["mypage"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(7) "/mypage"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(6) "mypage"
          }
        }
      }
      ["sitemap"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(8) "/sitemap"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(7) "sitemap"
          }
        }
      }
      ["hope"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(15) "/hope[/:action]"
          ["constraints"] => array(1) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
          }
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(4) "Hope"
            ["action"] => string(5) "index"
          }
        }
      }
      ["mitsumori"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(10) "/mitsumori"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(9) "mitsumori"
          }
        }
      }
      ["company"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(8) "/company"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(7) "company"
          }
        }
      }
      ["terms"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(6) "/terms"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(5) "terms"
          }
        }
      }
      ["privacy"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(8) "/privacy"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(7) "privacy"
          }
        }
      }
      ["requirement"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(12) "/requirement"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(11) "requirement"
          }
        }
      }
      ["remind_complete"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(16) "/remind_complete"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(14) "remindComplete"
          }
        }
      }
      ["contact2"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(24) "/contact[/:action[/:id]]"
          ["constraints"] => array(2) {
            ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(7) "Contact"
            ["action"] => string(5) "Index"
            ["id"] => NULL
          }
        }
      }
      ["contact_ops"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(12) "/contact/ops"
          ["constraints"] => array(2) {
            ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(7) "Contact"
            ["action"] => string(8) "IndexOps"
            ["id"] => NULL
          }
        }
      }
      ["contact_order"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(13) "/contact/ordr"
          ["constraints"] => array(2) {
            ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(7) "Contact"
            ["action"] => string(10) "IndexOrder"
            ["id"] => NULL
          }
        }
      }
      ["contactlist"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(12) "/contactlist"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(7) "Product"
            ["action"] => string(13) "contactSearch"
          }
        }
      }
      ["contactdetail"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(2) {
          ["route"] => string(20) "/contactdetail[/:id]"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(7) "Product"
            ["action"] => string(13) "contactDetail"
          }
        }
      }
      ["contactdelete"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(2) {
          ["route"] => string(20) "/contactdelete[/:id]"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(7) "Product"
            ["action"] => string(13) "contactDelete"
          }
        }
      }
      ["contactstatusback"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(2) {
          ["route"] => string(24) "/contactstatusback[/:id]"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(7) "Product"
            ["action"] => string(17) "ContactStatusBack"
          }
        }
      }
      ["product"] => array(4) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(8) "/product"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(7) "Product"
            ["action"] => string(6) "search"
          }
        }
        ["may_terminate"] => bool(true)
        ["child_routes"] => array(4) {
          ["favorite"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(2) {
              ["route"] => string(9) "/favorite"
              ["defaults"] => array(2) {
                ["controller"] => string(7) "Product"
                ["action"] => string(8) "favorite"
              }
            }
          }
          ["multi_search"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(2) {
              ["route"] => string(13) "/multi_search"
              ["defaults"] => array(2) {
                ["controller"] => string(7) "Product"
                ["action"] => string(12) "multi_search"
              }
            }
          }
          ["contact"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(16) "[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
              }
              ["defaults"] => array(2) {
                ["controller"] => string(7) "Product"
                ["action"] => string(7) "contact"
              }
            }
          }
          ["contactlist"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(3) {
              ["route"] => string(16) "[/:action[/:id]]"
              ["constraints"] => array(2) {
                ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
              }
              ["defaults"] => array(2) {
                ["controller"] => string(7) "Product"
                ["action"] => string(13) "contactsearch"
              }
            }
          }
        }
      }
      ["order"] => array(4) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(6) "/order"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(7) "Product"
            ["action"] => string(5) "order"
          }
        }
        ["may_terminate"] => bool(true)
        ["child_routes"] => array(2) {
          ["complete"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(2) {
              ["route"] => string(26) "/complete[/:ops_order_num]"
              ["defaults"] => array(4) {
                ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                ["controller"] => string(7) "Product"
                ["action"] => string(13) "orderComplete"
                ["ops_order_num"] => NULL
              }
            }
          }
          ["detail"] => array(2) {
            ["type"] => string(7) "Segment"
            ["options"] => array(2) {
              ["route"] => string(31) "/detail[/:ops_order_num[/:ymd]]"
              ["defaults"] => array(5) {
                ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                ["controller"] => string(7) "Product"
                ["action"] => string(11) "orderDetail"
                ["ops_order_num"] => NULL
                ["ymd"] => NULL
              }
            }
          }
        }
      }
      ["cart"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(2) {
          ["route"] => string(21) "/cart[/:action[/:id]]"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(4) "Cart"
            ["action"] => string(5) "index"
          }
        }
      }
      ["topics"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(35) "/topics[/:category[/:action[/:id]]]"
          ["constraints"] => array(3) {
            ["category"] => string(6) "[0-9]*"
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(5) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(6) "Topics"
            ["category"] => string(0) ""
            ["action"] => string(5) "index"
            ["id"] => NULL
          }
        }
      }
      ["client"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(23) "/client[/:action[/:id]]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(6) "Client"
            ["action"] => string(5) "index"
            ["id"] => NULL
          }
        }
      }
      ["entry"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(6) "/entry"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(6) "Client"
            ["action"] => string(11) "keymen_edit"
          }
        }
      }
      ["enquete"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(24) "/enquete[/:action[/:id]]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(6) "[0-9]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(7) "Enquete"
            ["action"] => string(5) "index"
            ["id"] => NULL
          }
        }
      }
      ["share_post"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(27) "/share_post[/:action[/:id]]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(9) "SharePost"
            ["action"] => string(5) "index"
            ["id"] => NULL
          }
        }
      }
      ["point"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(22) "/point[/:action[/:id]]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "point"
            ["action"] => string(5) "index"
            ["id"] => NULL
          }
        }
      }
      ["order_history"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(30) "/order_history[/:action[/:id]]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(12) "OrderHistory"
            ["action"] => string(5) "index"
            ["id"] => NULL
          }
        }
      }
      ["order_from_history"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(2) {
          ["route"] => string(19) "/order_from_history"
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(12) "OrderHistory"
            ["action"] => string(5) "order"
            ["id"] => NULL
          }
        }
      }
      ["arrival_product"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(32) "/arrival_product[/:action[/:id]]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(14) "ArrivalProduct"
            ["action"] => string(5) "index"
            ["id"] => NULL
          }
        }
      }
      ["order_today"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(28) "/order_today[/:action[/:id]]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(10) "OrderToday"
            ["action"] => string(5) "index"
            ["id"] => NULL
          }
        }
      }
      ["receiptSearch"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(45) "/receiptSearch[/:slip_no[/:code[/:order_no]]]"
          ["constraints"] => array(4) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["slip_no"] => string(12) "[a-zA-Z0-9]*"
            ["code"] => string(12) "[a-zA-Z0-9]*"
            ["order_no"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(6) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(10) "OrderToday"
            ["action"] => string(13) "receiptSearch"
            ["slip_no"] => NULL
            ["code"] => NULL
            ["order_no"] => NULL
          }
        }
      }
      ["download"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(31) "/download[/:action[/:id[/:no]]]"
          ["constraints"] => array(3) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
            ["no"] => string(5) "[0-9]"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(8) "Download"
            ["action"] => string(7) "contact"
            ["id"] => NULL
          }
        }
      }
      ["keyman_api"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(33) "/client/keyman_api[/:client_code]"
          ["constraints"] => array(2) {
            ["action"] => string(6) "[0-9]*"
            ["client_code"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(6) "Client"
            ["action"] => string(9) "keymanApi"
            ["client_code"] => NULL
          }
        }
      }
      ["api"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(22) "/api/:controller[/:id]"
          ["constraints"] => array(2) {
            ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(5) "[^/]*"
          }
          ["defaults"] => array(2) {
            ["__NAMESPACE__"] => string(30) "Application\Controller\Ops\API"
            ["id"] => NULL
          }
        }
      }
      ["api_extend"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(33) "/api2/:controller[/:action[/:id]]"
          ["constraints"] => array(3) {
            ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(5) "[^/]*"
          }
          ["defaults"] => array(2) {
            ["__NAMESPACE__"] => string(30) "Application\Controller\Ops\API"
            ["id"] => NULL
          }
        }
      }
      ["ranking"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(24) "/ranking[/:action[/:id]]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(7) "ranking"
            ["action"] => string(5) "index"
            ["id"] => NULL
          }
        }
      }
      ["riyou"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(24) "/summary[/:action[/:id]]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(7) "summary"
            ["action"] => string(5) "index"
            ["id"] => NULL
          }
        }
      }
      ["manual"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(25) "/manual[/:category[/:id]]"
          ["constraints"] => array(2) {
            ["category"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(6) "manual"
            ["action"] => string(5) "index"
            ["id"] => NULL
          }
        }
      }
      ["business_support"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(33) "/business_support[/:action[/:id]]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(4) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(15) "BusinessSupport"
            ["action"] => string(5) "index"
            ["id"] => NULL
          }
        }
      }
      ["bulk_order"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(27) "/bulk_order[/:action[/:id]]"
          ["constraints"] => array(2) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
            ["id"] => string(12) "[a-zA-Z0-9]*"
          }
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(9) "BulkOrder"
            ["action"] => string(5) "index"
          }
        }
      }
      ["movie"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(16) "/movie[/:action]"
          ["constraints"] => array(1) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
          }
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Movie"
            ["action"] => string(5) "index"
          }
        }
      }
      ["sp"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(13) "/sp[/:action]"
          ["constraints"] => array(1) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
          }
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(2) "Sp"
            ["action"] => string(5) "index"
          }
        }
      }
      ["spdefault"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(4) "/sp/"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(2) "Sp"
            ["action"] => string(5) "index"
          }
        }
      }
      ["koujiten"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(19) "/koujiten[/:action]"
          ["constraints"] => array(1) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
          }
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(8) "Koujiten"
            ["action"] => string(5) "index"
          }
        }
      }
      ["autoOrderTest"] => array(2) {
        ["type"] => string(7) "Literal"
        ["options"] => array(2) {
          ["route"] => string(14) "/autoOrderTest"
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(5) "Index"
            ["action"] => string(13) "autoOrderTest"
          }
        }
      }
      ["kankiren"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(19) "/kankiren[/:action]"
          ["constraints"] => array(1) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
          }
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(8) "Kankiren"
            ["action"] => string(3) "top"
          }
        }
      }
      ["page"] => array(2) {
        ["type"] => string(7) "Segment"
        ["options"] => array(3) {
          ["route"] => string(15) "/page[/:action]"
          ["constraints"] => array(1) {
            ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
          }
          ["defaults"] => array(3) {
            ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
            ["controller"] => string(4) "Page"
            ["action"] => string(7) "display"
          }
        }
      }
    }
  }
  ["service_manager"] => array(3) {
    ["abstract_factories"] => array(2) {
      [0] => string(53) "Zend\Cache\Service\StorageCacheAbstractServiceFactory"
      [1] => string(37) "Zend\Log\LoggerAbstractServiceFactory"
    }
    ["aliases"] => array(1) {
      ["translator"] => string(13) "MvcTranslator"
    }
    ["factories"] => array(1) {
      ["Zend\Db\Adapter\Adapter"] => object(Closure)#476 (1) {
        ["this"] => object(ZendDeveloperTools\Collector\ConfigCollector)#460 (2) {
          ["config":protected] => array(11) {
            ["router"] => array(1) {
              ["routes"] => array(52) {
                ["navi"] => array(4) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(5) "/navi"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(5) "index"
                    }
                  }
                  ["may_terminate"] => bool(true)
                  ["child_routes"] => array(34) {
                    ["faq"] => array(2) {
                      ["type"] => string(7) "Literal"
                      ["options"] => array(2) {
                        ["route"] => string(4) "/faq"
                        ["defaults"] => array(3) {
                          ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
                          ["controller"] => string(5) "Index"
                          ["action"] => string(3) "faq"
                        }
                      }
                    }
                    ["movie"] => array(2) {
                      ["type"] => string(7) "Literal"
                      ["options"] => array(2) {
                        ["route"] => string(6) "/movie"
                        ["defaults"] => array(3) {
                          ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
                          ["controller"] => string(5) "Index"
                          ["action"] => string(5) "movie"
                        }
                      }
                    }
                    ["auth"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(2) {
                        ["route"] => string(15) "/auth[/:action]"
                        ["defaults"] => array(3) {
                          ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
                          ["controller"] => string(4) "Auth"
                          ["action"] => string(5) "login"
                        }
                      }
                    }
                    ["delivery"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(25) "/delivery[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(8) "Delivery"
                          ["action"] => string(10) "warehouses"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["warehouse"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(26) "/warehouse[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(9) "Warehouse"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["client"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(23) "/client[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(6) "Client"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["summary"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(24) "/summary[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(7) "summary"
                          ["action"] => string(5) "order"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["client_api"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(44) "/client/api[/:code[/:year[/:month[/:date]]]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(6) "[0-9]*"
                          ["id"] => string(6) "[0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(6) "Client"
                          ["action"] => string(3) "api"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["delivery_api"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(62) "/warehouse/delivery_api[/:code[/:warehouse_code[/:site_code]]]"
                        ["constraints"] => array(4) {
                          ["action"] => string(6) "[0-9]*"
                          ["code"] => string(12) "[a-zA-Z0-9]*"
                          ["warehouse_code"] => string(12) "[a-zA-Z0-9]*"
                          ["site_code"] => string(5) "[^/]*"
                        }
                        ["defaults"] => array(5) {
                          ["controller"] => string(9) "Warehouse"
                          ["action"] => string(11) "deliveryApi"
                          ["code"] => NULL
                          ["warehouse_code"] => NULL
                          ["site_code"] => NULL
                        }
                      }
                    }
                    ["warehouse_api"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(24) "/warehouse/warehouse_api"
                        ["constraints"] => array(1) {
                          ["action"] => string(6) "[0-9]*"
                        }
                        ["defaults"] => array(2) {
                          ["controller"] => string(9) "Warehouse"
                          ["action"] => string(12) "warehouseApi"
                        }
                      }
                    }
                    ["delivery_api2"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(61) "/delivery/delivery_api[/:code[/:warehouse_code[/:site_code]]]"
                        ["constraints"] => array(4) {
                          ["action"] => string(6) "[0-9]*"
                          ["code"] => string(12) "[a-zA-Z0-9]*"
                          ["warehouse_code"] => string(12) "[a-zA-Z0-9]*"
                          ["site_code"] => string(5) "[^/]*"
                        }
                        ["defaults"] => array(5) {
                          ["controller"] => string(8) "Delivery"
                          ["action"] => string(11) "deliveryApi"
                          ["code"] => NULL
                          ["warehouse_code"] => NULL
                          ["site_code"] => NULL
                        }
                      }
                    }
                    ["site"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(56) "/site[/:action[/:client_code][/:site_code[/:keyman_id]]]"
                        ["constraints"] => array(4) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["client_code"] => string(12) "[a-zA-Z0-9]*"
                          ["site_code"] => string(5) "[^/]*"
                          ["keyman_id"] => string(6) "[0-9]*"
                        }
                        ["defaults"] => array(4) {
                          ["controller"] => string(4) "Site"
                          ["action"] => string(5) "index"
                          ["client_code"] => NULL
                          ["site_code"] => NULL
                        }
                      }
                    }
                    ["site_entry"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(27) "/site[/:action[/:entry_id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["entry_id"] => string(6) "[0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(4) "Site"
                          ["action"] => string(5) "index"
                          ["entry_id"] => NULL
                        }
                      }
                    }
                    ["site_user"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(61) "/site/users/:client_code/:site_code[/:action[/:site_user_id]]"
                        ["constraints"] => array(4) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["client_code"] => string(12) "[a-zA-Z0-9]*"
                          ["site_code"] => string(5) "[^/]*"
                          ["site_user_id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(5) {
                          ["controller"] => string(8) "SiteUser"
                          ["action"] => string(8) "register"
                          ["client_code"] => NULL
                          ["site_code"] => NULL
                          ["site_user_id"] => NULL
                        }
                      }
                    }
                    ["keyman"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(23) "/keyman[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(6) "Keyman"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["subcon"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(41) "/site/:id/keyman[/:action[/:relation_id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(6) "Subcon"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["product"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(24) "/product[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(7) "Product"
                          ["action"] => string(13) "contactSearch"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["calendar"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(60) "/calendar[/:action[/:type[/:code[/:year[/:month[/:date]]]]]]"
                        ["constraints"] => array(6) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]+"
                          ["type"] => string(12) "[a-zA-Z0-9]+"
                          ["code"] => string(5) "[^/]+"
                          ["year"] => string(6) "[0-9]+"
                          ["month"] => string(6) "[0-9]+"
                          ["date"] => string(6) "[0-9]+"
                        }
                        ["defaults"] => array(7) {
                          ["controller"] => string(8) "Calendar"
                          ["action"] => string(8) "calendar"
                          ["type"] => string(3) "hat"
                          ["code"] => NULL
                          ["year"] => NULL
                          ["month"] => NULL
                          ["date"] => NULL
                        }
                      }
                    }
                    ["stock_limit"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(28) "/stock_limit[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(10) "StockLimit"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["maker"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(16) "/maker[/:action]"
                        ["constraints"] => array(1) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                        }
                        ["defaults"] => array(2) {
                          ["controller"] => string(5) "Maker"
                          ["action"] => string(5) "index"
                        }
                      }
                    }
                    ["topics"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(35) "/topics[/:category[/:action[/:id]]]"
                        ["constraints"] => array(3) {
                          ["category"] => string(6) "[0-9]*"
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(4) {
                          ["controller"] => string(6) "Topics"
                          ["category"] => string(2) "01"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["enquete"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(24) "/enquete[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(6) "[0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(7) "Enquete"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["share_post"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(27) "/share_post[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(9) "SharePost"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["point"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(22) "/point[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(5) "Point"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["cooperation"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(28) "/cooperation[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(11) "Cooperation"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["contact"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(24) "/contact[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(7) "Contact"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["employee"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(25) "/employee[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(8) "Employee"
                          ["action"] => string(7) "setting"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["agreement"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(26) "/agreement[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(9) "Agreement"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["order"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(61) "/order[/:action][/:ops_order_no][/:order_date][/:client_code]"
                        ["constraints"] => array(4) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["ops_order_no"] => string(12) "[a-zA-Z0-9]*"
                          ["order_date"] => string(6) "[0-9]*"
                          ["client_code"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(5) "Order"
                          ["action"] => string(5) "index"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["keyman_api"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(33) "/client/keyman_api[/:client_code]"
                        ["constraints"] => array(2) {
                          ["action"] => string(6) "[0-9]*"
                          ["client_code"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(6) "Client"
                          ["action"] => string(9) "keymanApi"
                          ["client_code"] => NULL
                        }
                      }
                    }
                    ["team_client_api"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(16) "/api/team_client"
                        ["constraints"] => array(1) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                        }
                        ["defaults"] => array(2) {
                          ["controller"] => string(3) "Api"
                          ["action"] => string(10) "teamClient"
                        }
                      }
                    }
                    ["client_folder_api"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(33) "/api/client_folder[/:client_code]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["client_code"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(3) "Api"
                          ["action"] => string(12) "clientFolder"
                          ["client_code"] => NULL
                        }
                      }
                    }
                    ["download"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(25) "/download[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(12) "[a-zA-Z0-9]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(8) "Download"
                          ["action"] => string(7) "contact"
                          ["id"] => NULL
                        }
                      }
                    }
                    ["api"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(20) "/api[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["id"] => string(5) "[^/]*"
                        }
                        ["defaults"] => array(3) {
                          ["controller"] => string(3) "API"
                          ["action"] => NULL
                          ["id"] => NULL
                        }
                      }
                    }
                  }
                }
                ["home"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(1) "/"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(5) "index"
                    }
                  }
                }
                ["heartbeat"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(11) "/_heartbeat"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(9) "Heartbeat"
                    }
                  }
                }
                ["setting_error"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(2) {
                    ["route"] => string(22) "/setting_error[/:code]"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(12) "SettingError"
                    }
                  }
                }
                ["test"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(5) "/test"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(4) "test"
                    }
                  }
                }
                ["auth"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(2) {
                    ["route"] => string(23) "/auth[/:action[/:code]]"
                    ["defaults"] => array(2) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(4) "Auth"
                    }
                  }
                }
                ["mypage"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(7) "/mypage"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(6) "mypage"
                    }
                  }
                }
                ["sitemap"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(8) "/sitemap"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(7) "sitemap"
                    }
                  }
                }
                ["hope"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(15) "/hope[/:action]"
                    ["constraints"] => array(1) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                    }
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(4) "Hope"
                      ["action"] => string(5) "index"
                    }
                  }
                }
                ["mitsumori"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(10) "/mitsumori"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(9) "mitsumori"
                    }
                  }
                }
                ["company"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(8) "/company"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(7) "company"
                    }
                  }
                }
                ["terms"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(6) "/terms"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(5) "terms"
                    }
                  }
                }
                ["privacy"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(8) "/privacy"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(7) "privacy"
                    }
                  }
                }
                ["requirement"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(12) "/requirement"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(11) "requirement"
                    }
                  }
                }
                ["remind_complete"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(16) "/remind_complete"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(14) "remindComplete"
                    }
                  }
                }
                ["contact2"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(24) "/contact[/:action[/:id]]"
                    ["constraints"] => array(2) {
                      ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(7) "Contact"
                      ["action"] => string(5) "Index"
                      ["id"] => NULL
                    }
                  }
                }
                ["contact_ops"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(12) "/contact/ops"
                    ["constraints"] => array(2) {
                      ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(7) "Contact"
                      ["action"] => string(8) "IndexOps"
                      ["id"] => NULL
                    }
                  }
                }
                ["contact_order"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(13) "/contact/ordr"
                    ["constraints"] => array(2) {
                      ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(7) "Contact"
                      ["action"] => string(10) "IndexOrder"
                      ["id"] => NULL
                    }
                  }
                }
                ["contactlist"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(12) "/contactlist"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(7) "Product"
                      ["action"] => string(13) "contactSearch"
                    }
                  }
                }
                ["contactdetail"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(2) {
                    ["route"] => string(20) "/contactdetail[/:id]"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(7) "Product"
                      ["action"] => string(13) "contactDetail"
                    }
                  }
                }
                ["contactdelete"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(2) {
                    ["route"] => string(20) "/contactdelete[/:id]"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(7) "Product"
                      ["action"] => string(13) "contactDelete"
                    }
                  }
                }
                ["contactstatusback"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(2) {
                    ["route"] => string(24) "/contactstatusback[/:id]"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(7) "Product"
                      ["action"] => string(17) "ContactStatusBack"
                    }
                  }
                }
                ["product"] => array(4) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(8) "/product"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(7) "Product"
                      ["action"] => string(6) "search"
                    }
                  }
                  ["may_terminate"] => bool(true)
                  ["child_routes"] => array(4) {
                    ["favorite"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(2) {
                        ["route"] => string(9) "/favorite"
                        ["defaults"] => array(2) {
                          ["controller"] => string(7) "Product"
                          ["action"] => string(8) "favorite"
                        }
                      }
                    }
                    ["multi_search"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(2) {
                        ["route"] => string(13) "/multi_search"
                        ["defaults"] => array(2) {
                          ["controller"] => string(7) "Product"
                          ["action"] => string(12) "multi_search"
                        }
                      }
                    }
                    ["contact"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(16) "[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                        }
                        ["defaults"] => array(2) {
                          ["controller"] => string(7) "Product"
                          ["action"] => string(7) "contact"
                        }
                      }
                    }
                    ["contactlist"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(3) {
                        ["route"] => string(16) "[/:action[/:id]]"
                        ["constraints"] => array(2) {
                          ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                          ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                        }
                        ["defaults"] => array(2) {
                          ["controller"] => string(7) "Product"
                          ["action"] => string(13) "contactsearch"
                        }
                      }
                    }
                  }
                }
                ["order"] => array(4) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(6) "/order"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(7) "Product"
                      ["action"] => string(5) "order"
                    }
                  }
                  ["may_terminate"] => bool(true)
                  ["child_routes"] => array(2) {
                    ["complete"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(2) {
                        ["route"] => string(26) "/complete[/:ops_order_num]"
                        ["defaults"] => array(4) {
                          ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                          ["controller"] => string(7) "Product"
                          ["action"] => string(13) "orderComplete"
                          ["ops_order_num"] => NULL
                        }
                      }
                    }
                    ["detail"] => array(2) {
                      ["type"] => string(7) "Segment"
                      ["options"] => array(2) {
                        ["route"] => string(31) "/detail[/:ops_order_num[/:ymd]]"
                        ["defaults"] => array(5) {
                          ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                          ["controller"] => string(7) "Product"
                          ["action"] => string(11) "orderDetail"
                          ["ops_order_num"] => NULL
                          ["ymd"] => NULL
                        }
                      }
                    }
                  }
                }
                ["cart"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(2) {
                    ["route"] => string(21) "/cart[/:action[/:id]]"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(4) "Cart"
                      ["action"] => string(5) "index"
                    }
                  }
                }
                ["topics"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(35) "/topics[/:category[/:action[/:id]]]"
                    ["constraints"] => array(3) {
                      ["category"] => string(6) "[0-9]*"
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(5) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(6) "Topics"
                      ["category"] => string(0) ""
                      ["action"] => string(5) "index"
                      ["id"] => NULL
                    }
                  }
                }
                ["client"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(23) "/client[/:action[/:id]]"
                    ["constraints"] => array(2) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(6) "Client"
                      ["action"] => string(5) "index"
                      ["id"] => NULL
                    }
                  }
                }
                ["entry"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(6) "/entry"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(6) "Client"
                      ["action"] => string(11) "keymen_edit"
                    }
                  }
                }
                ["enquete"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(24) "/enquete[/:action[/:id]]"
                    ["constraints"] => array(2) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(6) "[0-9]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(7) "Enquete"
                      ["action"] => string(5) "index"
                      ["id"] => NULL
                    }
                  }
                }
                ["share_post"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(27) "/share_post[/:action[/:id]]"
                    ["constraints"] => array(2) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(9) "SharePost"
                      ["action"] => string(5) "index"
                      ["id"] => NULL
                    }
                  }
                }
                ["point"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(22) "/point[/:action[/:id]]"
                    ["constraints"] => array(2) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "point"
                      ["action"] => string(5) "index"
                      ["id"] => NULL
                    }
                  }
                }
                ["order_history"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(30) "/order_history[/:action[/:id]]"
                    ["constraints"] => array(2) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(12) "OrderHistory"
                      ["action"] => string(5) "index"
                      ["id"] => NULL
                    }
                  }
                }
                ["order_from_history"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(2) {
                    ["route"] => string(19) "/order_from_history"
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(12) "OrderHistory"
                      ["action"] => string(5) "order"
                      ["id"] => NULL
                    }
                  }
                }
                ["arrival_product"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(32) "/arrival_product[/:action[/:id]]"
                    ["constraints"] => array(2) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(14) "ArrivalProduct"
                      ["action"] => string(5) "index"
                      ["id"] => NULL
                    }
                  }
                }
                ["order_today"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(28) "/order_today[/:action[/:id]]"
                    ["constraints"] => array(2) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(10) "OrderToday"
                      ["action"] => string(5) "index"
                      ["id"] => NULL
                    }
                  }
                }
                ["receiptSearch"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(45) "/receiptSearch[/:slip_no[/:code[/:order_no]]]"
                    ["constraints"] => array(4) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["slip_no"] => string(12) "[a-zA-Z0-9]*"
                      ["code"] => string(12) "[a-zA-Z0-9]*"
                      ["order_no"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(6) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(10) "OrderToday"
                      ["action"] => string(13) "receiptSearch"
                      ["slip_no"] => NULL
                      ["code"] => NULL
                      ["order_no"] => NULL
                    }
                  }
                }
                ["download"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(31) "/download[/:action[/:id[/:no]]]"
                    ["constraints"] => array(3) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                      ["no"] => string(5) "[0-9]"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(8) "Download"
                      ["action"] => string(7) "contact"
                      ["id"] => NULL
                    }
                  }
                }
                ["keyman_api"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(33) "/client/keyman_api[/:client_code]"
                    ["constraints"] => array(2) {
                      ["action"] => string(6) "[0-9]*"
                      ["client_code"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(6) "Client"
                      ["action"] => string(9) "keymanApi"
                      ["client_code"] => NULL
                    }
                  }
                }
                ["api"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(22) "/api/:controller[/:id]"
                    ["constraints"] => array(2) {
                      ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(5) "[^/]*"
                    }
                    ["defaults"] => array(2) {
                      ["__NAMESPACE__"] => string(30) "Application\Controller\Ops\API"
                      ["id"] => NULL
                    }
                  }
                }
                ["api_extend"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(33) "/api2/:controller[/:action[/:id]]"
                    ["constraints"] => array(3) {
                      ["controller"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(5) "[^/]*"
                    }
                    ["defaults"] => array(2) {
                      ["__NAMESPACE__"] => string(30) "Application\Controller\Ops\API"
                      ["id"] => NULL
                    }
                  }
                }
                ["ranking"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(24) "/ranking[/:action[/:id]]"
                    ["constraints"] => array(2) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(7) "ranking"
                      ["action"] => string(5) "index"
                      ["id"] => NULL
                    }
                  }
                }
                ["riyou"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(24) "/summary[/:action[/:id]]"
                    ["constraints"] => array(2) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(7) "summary"
                      ["action"] => string(5) "index"
                      ["id"] => NULL
                    }
                  }
                }
                ["manual"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(25) "/manual[/:category[/:id]]"
                    ["constraints"] => array(2) {
                      ["category"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(6) "manual"
                      ["action"] => string(5) "index"
                      ["id"] => NULL
                    }
                  }
                }
                ["business_support"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(33) "/business_support[/:action[/:id]]"
                    ["constraints"] => array(2) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(4) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(15) "BusinessSupport"
                      ["action"] => string(5) "index"
                      ["id"] => NULL
                    }
                  }
                }
                ["bulk_order"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(27) "/bulk_order[/:action[/:id]]"
                    ["constraints"] => array(2) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                      ["id"] => string(12) "[a-zA-Z0-9]*"
                    }
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(9) "BulkOrder"
                      ["action"] => string(5) "index"
                    }
                  }
                }
                ["movie"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(16) "/movie[/:action]"
                    ["constraints"] => array(1) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                    }
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Movie"
                      ["action"] => string(5) "index"
                    }
                  }
                }
                ["sp"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(13) "/sp[/:action]"
                    ["constraints"] => array(1) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                    }
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(2) "Sp"
                      ["action"] => string(5) "index"
                    }
                  }
                }
                ["spdefault"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(4) "/sp/"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(2) "Sp"
                      ["action"] => string(5) "index"
                    }
                  }
                }
                ["koujiten"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(19) "/koujiten[/:action]"
                    ["constraints"] => array(1) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                    }
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(8) "Koujiten"
                      ["action"] => string(5) "index"
                    }
                  }
                }
                ["autoOrderTest"] => array(2) {
                  ["type"] => string(7) "Literal"
                  ["options"] => array(2) {
                    ["route"] => string(14) "/autoOrderTest"
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(5) "Index"
                      ["action"] => string(13) "autoOrderTest"
                    }
                  }
                }
                ["kankiren"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(19) "/kankiren[/:action]"
                    ["constraints"] => array(1) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                    }
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(8) "Kankiren"
                      ["action"] => string(3) "top"
                    }
                  }
                }
                ["page"] => array(2) {
                  ["type"] => string(7) "Segment"
                  ["options"] => array(3) {
                    ["route"] => string(15) "/page[/:action]"
                    ["constraints"] => array(1) {
                      ["action"] => string(22) "[a-zA-Z][a-zA-Z0-9_-]*"
                    }
                    ["defaults"] => array(3) {
                      ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                      ["controller"] => string(4) "Page"
                      ["action"] => string(7) "display"
                    }
                  }
                }
              }
            }
            ["service_manager"] => array(3) {
              ["abstract_factories"] => array(2) {
                [0] => string(53) "Zend\Cache\Service\StorageCacheAbstractServiceFactory"
                [1] => string(37) "Zend\Log\LoggerAbstractServiceFactory"
              }
              ["aliases"] => array(1) {
                ["translator"] => string(13) "MvcTranslator"
              }
              ["factories"] => array(1) {
                ["Zend\Db\Adapter\Adapter"] => object(ZendDeveloperTools\Stub\ClosureStub)#461 (0) {
                }
              }
            }
            ["translator"] => array(2) {
              ["locale"] => string(5) "ja_JP"
              ["translation_file_patterns"] => array(1) {
                [0] => array(3) {
                  ["type"] => string(7) "gettext"
                  ["base_dir"] => string(48) "C:\inetpub\module\Application\config/../language"
                  ["pattern"] => string(5) "%s.mo"
                }
              }
            }
            ["view_manager"] => array(8) {
              ["display_not_found_reason"] => bool(true)
              ["display_exceptions"] => bool(true)
              ["doctype"] => string(5) "HTML5"
              ["not_found_template"] => string(9) "error/404"
              ["exception_template"] => string(11) "error/index"
              ["template_map"] => array(5) {
                ["layout/layout"] => string(61) "C:\inetpub\module\Application\config/../view/layout/ops.phtml"
                ["layout/navi"] => string(62) "C:\inetpub\module\Application\config/../view/layout/navi.phtml"
                ["application/index/index"] => string(74) "C:\inetpub\module\Application\config/../view/application/index/index.phtml"
                ["error/404"] => string(60) "C:\inetpub\module\Application\config/../view/error/404.phtml"
                ["error/index"] => string(62) "C:\inetpub\module\Application\config/../view/error/index.phtml"
              }
              ["template_path_stack"] => array(2) {
                [0] => string(44) "C:\inetpub\module\Application\config/../view"
                ["zenddevelopertools"] => string(67) "C:\inetpub\vendor\zendframework\zend-developer-tools\config/../view"
              }
              ["strategies"] => array(1) {
                [0] => string(16) "ViewJsonStrategy"
              }
            }
            ["console"] => array(1) {
              ["router"] => array(1) {
                ["routes"] => array(5) {
                  ["rss_import"] => array(1) {
                    ["options"] => array(2) {
                      ["route"] => string(10) "rss_import"
                      ["defaults"] => array(3) {
                        ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
                        ["controller"] => string(9) "RssImport"
                        ["action"] => string(9) "rssImport"
                      }
                    }
                  }
                  ["issei"] => array(1) {
                    ["options"] => array(2) {
                      ["route"] => string(5) "issei"
                      ["defaults"] => array(3) {
                        ["__NAMESPACE__"] => string(22) "Application\Controller"
                        ["controller"] => string(18) "SendIdPasswordMail"
                        ["action"] => string(4) "send"
                      }
                    }
                  }
                  ["master_check"] => array(1) {
                    ["options"] => array(2) {
                      ["route"] => string(12) "master_check"
                      ["defaults"] => array(3) {
                        ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
                        ["controller"] => string(11) "MasterCheck"
                        ["action"] => string(11) "masterCheck"
                      }
                    }
                  }
                  ["health_check"] => array(1) {
                    ["options"] => array(2) {
                      ["route"] => string(12) "health_check"
                      ["defaults"] => array(3) {
                        ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
                        ["controller"] => string(11) "MasterCheck"
                        ["action"] => string(11) "healthCheck"
                      }
                    }
                  }
                  ["auto_order"] => array(1) {
                    ["options"] => array(2) {
                      ["route"] => string(10) "auto_order"
                      ["defaults"] => array(3) {
                        ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
                        ["controller"] => string(9) "AutoOrder"
                        ["action"] => string(9) "autoOrder"
                      }
                    }
                  }
                }
              }
            }
            ["db"] => array(7) {
              ["driver"] => string(4) "OCI8"
              ["character_set"] => string(8) "AL32UTF8"
              ["adapters"] => array(6) {
                ["Zend\Db\Adapter\Adapter"] => array(6) {
                  ["driver"] => string(4) "OCI8"
                  ["character_set"] => string(8) "AL32UTF8"
                  ["connection_string"] => string(19) "10.7.3.232:1521/HAT"
                  ["username"] => string(4) "OPS2"
                  ["password"] => string(4) "OPS2"
                  ["persistent"] => bool(true)
                }
                ["read"] => array(5) {
                  ["driver"] => string(4) "OCI8"
                  ["character_set"] => string(8) "AL32UTF8"
                  ["connection_string"] => string(13) "10.7.2.12/HAT"
                  ["username"] => string(5) "ACOS2"
                  ["password"] => string(5) "ACOS2"
                }
                ["read2"] => array(5) {
                  ["driver"] => string(4) "OCI8"
                  ["character_set"] => string(8) "AL32UTF8"
                  ["connection_string"] => string(13) "10.7.2.12/HAT"
                  ["username"] => string(4) "OPS2"
                  ["password"] => string(4) "OPS2"
                }
                ["guest"] => array(5) {
                  ["driver"] => string(4) "OCI8"
                  ["character_set"] => string(8) "AL32UTF8"
                  ["connection_string"] => string(19) "10.7.3.232:1521/HAT"
                  ["username"] => string(5) "ACOS2"
                  ["password"] => string(5) "ACOS2"
                }
                ["old_ops"] => array(5) {
                  ["driver"] => string(4) "OCI8"
                  ["character_set"] => string(8) "AL32UTF8"
                  ["connection_string"] => string(19) "10.7.3.232:1521/HAT"
                  ["username"] => string(3) "OPS"
                  ["password"] => string(3) "OPS"
                }
                ["tokujyu"] => array(2) {
                  ["driver"] => string(4) "OCI8"
                  ["character_set"] => string(8) "AL32UTF8"
                }
              }
              ["connection_string"] => string(19) "10.7.3.232:1521/HAT"
              ["username"] => string(4) "OPS2"
              ["password"] => string(4) "OPS2"
              ["persistent"] => bool(true)
            }
            ["webservice"] => array(1) {
              ["wsdl"] => string(42) "http://106.186.194.70/WebService.asmx?wsdl"
            }
            ["webservice_tokuju"] => array(1) {
              ["wsdl"] => string(50) "http://106.186.194.70/WebServiceTakasago.asmx?wsdl"
            }
            ["smtp"] => array(1) {
              ["host"] => string(8) "10.1.2.5"
            }
            ["cache"] => array(2) {
              ["adapter"] => array(1) {
                ["name"] => string(10) "filesystem"
              }
              ["options"] => array(2) {
                ["ttl"] => int(86400)
                ["cache_dir"] => string(11) "data/cache/"
              }
            }
            ["zenddevelopertools"] => array(2) {
              ["profiler"] => array(6) {
                ["enabled"] => bool(true)
                ["strict"] => bool(true)
                ["flush_early"] => bool(false)
                ["cache_dir"] => string(10) "data/cache"
                ["matcher"] => array(0) {
                }
                ["collectors"] => array(0) {
                }
              }
              ["toolbar"] => array(5) {
                ["enabled"] => bool(true)
                ["auto_hide"] => bool(false)
                ["position"] => string(6) "bottom"
                ["version_check"] => bool(false)
                ["entries"] => array(0) {
                }
              }
            }
          }
          ["applicationConfig":protected] => array(2) {
            ["modules"] => array(3) {
              [0] => string(11) "Application"
              [1] => string(18) "ZendDeveloperTools"
              [2] => string(11) "BjyProfiler"
            }
            ["module_listener_options"] => array(2) {
              ["module_paths"] => array(2) {
                [0] => string(8) "./module"
                [1] => string(8) "./vendor"
              }
              ["config_glob_paths"] => array(1) {
                [0] => string(39) "config/autoload/{,*.}{global,local}.php"
              }
            }
          }
        }
      }
    }
  }
  ["translator"] => array(2) {
    ["locale"] => string(5) "ja_JP"
    ["translation_file_patterns"] => array(1) {
      [0] => array(3) {
        ["type"] => string(7) "gettext"
        ["base_dir"] => string(48) "C:\inetpub\module\Application\config/../language"
        ["pattern"] => string(5) "%s.mo"
      }
    }
  }
  ["view_manager"] => array(8) {
    ["display_not_found_reason"] => bool(true)
    ["display_exceptions"] => bool(true)
    ["doctype"] => string(5) "HTML5"
    ["not_found_template"] => string(9) "error/404"
    ["exception_template"] => string(11) "error/index"
    ["template_map"] => array(5) {
      ["layout/layout"] => string(61) "C:\inetpub\module\Application\config/../view/layout/ops.phtml"
      ["layout/navi"] => string(62) "C:\inetpub\module\Application\config/../view/layout/navi.phtml"
      ["application/index/index"] => string(74) "C:\inetpub\module\Application\config/../view/application/index/index.phtml"
      ["error/404"] => string(60) "C:\inetpub\module\Application\config/../view/error/404.phtml"
      ["error/index"] => string(62) "C:\inetpub\module\Application\config/../view/error/index.phtml"
    }
    ["template_path_stack"] => array(2) {
      [0] => string(44) "C:\inetpub\module\Application\config/../view"
      ["zenddevelopertools"] => string(67) "C:\inetpub\vendor\zendframework\zend-developer-tools\config/../view"
    }
    ["strategies"] => array(1) {
      [0] => string(16) "ViewJsonStrategy"
    }
  }
  ["console"] => array(1) {
    ["router"] => array(1) {
      ["routes"] => array(5) {
        ["rss_import"] => array(1) {
          ["options"] => array(2) {
            ["route"] => string(10) "rss_import"
            ["defaults"] => array(3) {
              ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
              ["controller"] => string(9) "RssImport"
              ["action"] => string(9) "rssImport"
            }
          }
        }
        ["issei"] => array(1) {
          ["options"] => array(2) {
            ["route"] => string(5) "issei"
            ["defaults"] => array(3) {
              ["__NAMESPACE__"] => string(22) "Application\Controller"
              ["controller"] => string(18) "SendIdPasswordMail"
              ["action"] => string(4) "send"
            }
          }
        }
        ["master_check"] => array(1) {
          ["options"] => array(2) {
            ["route"] => string(12) "master_check"
            ["defaults"] => array(3) {
              ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
              ["controller"] => string(11) "MasterCheck"
              ["action"] => string(11) "masterCheck"
            }
          }
        }
        ["health_check"] => array(1) {
          ["options"] => array(2) {
            ["route"] => string(12) "health_check"
            ["defaults"] => array(3) {
              ["__NAMESPACE__"] => string(27) "Application\Controller\Navi"
              ["controller"] => string(11) "MasterCheck"
              ["action"] => string(11) "healthCheck"
            }
          }
        }
        ["auto_order"] => array(1) {
          ["options"] => array(2) {
            ["route"] => string(10) "auto_order"
            ["defaults"] => array(3) {
              ["__NAMESPACE__"] => string(26) "Application\Controller\Ops"
              ["controller"] => string(9) "AutoOrder"
              ["action"] => string(9) "autoOrder"
            }
          }
        }
      }
    }
  }
  ["db"] => array(7) {
    ["driver"] => string(4) "OCI8"
    ["character_set"] => string(8) "AL32UTF8"
    ["adapters"] => array(6) {
      ["Zend\Db\Adapter\Adapter"] => array(6) {
        ["driver"] => string(4) "OCI8"
        ["character_set"] => string(8) "AL32UTF8"
        ["connection_string"] => string(19) "10.7.3.232:1521/HAT"
        ["username"] => string(4) "OPS2"
        ["password"] => string(4) "OPS2"
        ["persistent"] => bool(true)
      }
      ["read"] => array(5) {
        ["driver"] => string(4) "OCI8"
        ["character_set"] => string(8) "AL32UTF8"
        ["connection_string"] => string(13) "10.7.2.12/HAT"
        ["username"] => string(5) "ACOS2"
        ["password"] => string(5) "ACOS2"
      }
      ["read2"] => array(5) {
        ["driver"] => string(4) "OCI8"
        ["character_set"] => string(8) "AL32UTF8"
        ["connection_string"] => string(13) "10.7.2.12/HAT"
        ["username"] => string(4) "OPS2"
        ["password"] => string(4) "OPS2"
      }
      ["guest"] => array(5) {
        ["driver"] => string(4) "OCI8"
        ["character_set"] => string(8) "AL32UTF8"
        ["connection_string"] => string(19) "10.7.3.232:1521/HAT"
        ["username"] => string(5) "ACOS2"
        ["password"] => string(5) "ACOS2"
      }
      ["old_ops"] => array(5) {
        ["driver"] => string(4) "OCI8"
        ["character_set"] => string(8) "AL32UTF8"
        ["connection_string"] => string(19) "10.7.3.232:1521/HAT"
        ["username"] => string(3) "OPS"
        ["password"] => string(3) "OPS"
      }
      ["tokujyu"] => array(2) {
        ["driver"] => string(4) "OCI8"
        ["character_set"] => string(8) "AL32UTF8"
      }
    }
    ["connection_string"] => string(19) "10.7.3.232:1521/HAT"
    ["username"] => string(4) "OPS2"
    ["password"] => string(4) "OPS2"
    ["persistent"] => bool(true)
  }
  ["webservice"] => array(1) {
    ["wsdl"] => string(42) "http://106.186.194.70/WebService.asmx?wsdl"
  }
  ["webservice_tokuju"] => array(1) {
    ["wsdl"] => string(50) "http://106.186.194.70/WebServiceTakasago.asmx?wsdl"
  }
  ["smtp"] => array(1) {
    ["host"] => string(8) "10.1.2.5"
  }
  ["cache"] => array(2) {
    ["adapter"] => array(1) {
      ["name"] => string(10) "filesystem"
    }
    ["options"] => array(2) {
      ["ttl"] => int(86400)
      ["cache_dir"] => string(11) "data/cache/"
    }
  }
  ["zenddevelopertools"] => array(2) {
    ["profiler"] => array(6) {
      ["enabled"] => bool(true)
      ["strict"] => bool(true)
      ["flush_early"] => bool(false)
      ["cache_dir"] => string(10) "data/cache"
      ["matcher"] => array(0) {
      }
      ["collectors"] => array(0) {
      }
    }
    ["toolbar"] => array(5) {
      ["enabled"] => bool(true)
      ["auto_hide"] => bool(false)
      ["position"] => string(6) "bottom"
      ["version_check"] => bool(false)
      ["entries"] => array(0) {
      }
    }
  }
}
Application Config ApplicationConfig
Application Config (ApplicationConfig)
array(2) {
  ["modules"] => array(3) {
    [0] => string(11) "Application"
    [1] => string(18) "ZendDeveloperTools"
    [2] => string(11) "BjyProfiler"
  }
  ["module_listener_options"] => array(2) {
    ["module_paths"] => array(2) {
      [0] => string(8) "./module"
      [1] => string(8) "./vendor"
    }
    ["config_glob_paths"] => array(1) {
      [0] => string(39) "config/autoload/{,*.}{global,local}.php"
    }
  }
}
Database (Zend\Db) 0 in 0 s
Quantity create 0 read 0 update 0 delete 0 Time create 0 s read 0 s update 0 s delete 0 s Query Profiles