我是 zf 的新手,所以我想这对你们来说是一个基本级别的问题。我有一个 zf1 项目,我正在研究代码。在我的 IndexController 中,除了我的新方法之外,所有旧方法都在工作,它给了我 404错误。我需要在任何地方指定方法名称吗?或者我可以为这个错误做些什么?
我的控制器路径 - application/modules/default/controllers/IndexController.php
我新添加的方法在 IndexController.php 中不起作用
public function mytestAction() { }
在 IndexController.php 中工作的旧方法
public function termsconditionsAction() { }
视图路径 - application/modules/default/views/scripts/index/mytest.phtml