最終更新:2014-12-03 (水) 22:11:30 (3437d)  

Zend Framework 2/module.config.php
Top / Zend Framework 2 / module.config.php

項目

router

router/routes/home

  • type - Zend\Mvc\Router\Http\Literal
  • options
    • route - /
    • defaults
      • controller - デフォルトのコントローラ - Application\Controller\Index
      • action - デフォルトのアクション - index

router/routes/モジュール名

  • type - Literal
  • options
    • route - /application
    • defaults
      • __NAMESPACE__ - デフォルトの名前空間 - Application\Controller
      • controller - デフォルトのコントローラ - Index
      • action - デフォルトのアクション - index

service_manager

translator

controllers

  • invokables

view_manager

  • display_not_found_reason
  • display_exceptions
  • doctype
  • not_found_template
  • exception_template
  • template_map
    • layout/layout - /../view/layout/layout.phtml
    • application/index/index - /../view/application/index/index.phtml
    • error/404 - /../view/error/404.phtml
    • error/index - /../view/error/index.phtml
  • template_path_stack

console