0
我想創建一個部件化的內容.. 基本上我想在我的佈局塊即會從不同的模塊/控制器/動作填充...Zend的2部件化的內容
我試圖在視圖中使用$this->action
但似乎行動在ZF2被刪除 服務管理器不能找到它(或不?):
Fatal error: Uncaught exception 'Zend\ServiceManager\Exception\ServiceNotFoundException' with message 'Zend\ServiceManager\ServiceManager::get was unable to fetch or create an instance for action
我也嘗試forward action helper
模塊的'Zend\Mvc\Application::dispatch'
事件中,但不能呼叫轉移監守有沒有控制? ???
那麼我如何在我的佈局中加載塊(不同的模塊/控制器/動作)?
請參閱http:// WWW .michaelgallego.fr/blog/2012/10/06/how-to-replace-the-action-helper-in-zf-2-and-make-great-widgetized-content/ 這就是我所能建議的沒有特定的代碼問題的主題 – Sam
你還應該檢查url中傳遞的動作也映射到'module.config.php'文件中。這個錯誤也是由於這個原因造成的。 –