我正在学习Symfony2,我想知道模式和包含“模式”的演示中的路径之间有什么区别?即:
acme_hello_namespace_homepage:
pattern: /hellons/{name}
defaults: { _controller: AcmeHelloNamespaceBundle:Default:index }
hello:
path: /hellons/{name}
defaults: { _controller: AcmeHelloNamespaceBundle:Hello:index }
答案 0 :(得分:18)
这是同样的事情,但“模式”现在已被弃用,而不是“路径”,如您所见:https://github.com/symfony/symfony/pull/6738/files#diff-0