本项目用zend framework框架实现的 modules/default/controllers/IndexController.php IndexController.php 代码如下: <?php class IndexController extends Zend_Controller_Action { public function init() { /* Initialize action controller here */ } public function indexAction() {