我使用現成的解決方案模塊化方法 - https://github.com/osebboy/Zend-Framework-ModulesZend Framework。模塊化模式。行動不起作用
這種方法不起作用。當在URL發出 - 網站/報名/導致
錯誤:
Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (result)'
任何人都遇到過這個問題嗎?請詳細說明什麼使他們工作?
什麼是您的文件夾結構,什麼是文件名,什麼是類名? –
文件夾結構 - https://github.com/osebboy/Zend-Framework-Modules/tree/master/ZF_Modular/application/modules – Andrei
該類位於目錄modules/registration/controller/IndexController.php中。動作名稱resultAction() – Andrei