從使用beta3的骨架應用程序開始,您將如何解析稱爲Foo的新模塊的視圖路徑?zf2解析模塊視圖路徑
我已經加入下面二配置,現在兩個模塊動作的渲染Foo的觀點。
'Zend\View\Resolver\TemplatePathStack' => array(
'parameters' => array(
'paths' => array(
'foo' => __DIR__ . '/../view',
),
),
),
我希望Application\Controller\IndexController::indexAction()
呈現在應用程序的意見,併爲Foo\Controller\IndexController::indexAction()
呈現Foo的觀點。
不確定我關注,你是什麼意思,用雙正斜槓? – gawpertron 2012-05-01 13:17:10
SO吃了我的內容。我的意思是說:「現在,使用的默認值是'{controller}/{action}';我的建議是使用'{module}/{controller}/{action}'」。這實際上是我們爲穩定框架所做的。 – weierophinney 2012-10-03 03:12:53