Zend framework module routes - accessing actions
问题 I have modules as follow: modules default controllers IndexController user controllers IndexController If I put an action in the default IndexController called testAction() I can run that action at /index/test or default/index/test as expected. If I put the same action in user IndexController and try and access it at user/index/test this fails to run testAction(). Instead it run indexAction() that is in the same controller. Why does it do that? Extra info: I have an ini file located at