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