当前位置:Gxlcms > PHP教程 > ZendFramework里怎么取得当前action名

ZendFramework里怎么取得当前action名

时间:2021-07-01 10:21:17 帮助过:16人阅读

Zend Framework里如何取得当前action名?
用Zend Framework开发个小项目,现在需要根据当前action名来处理些变量,请问如何获取当前模块和操作名.

------解决方案--------------------
不知道你每个controller是不是继承 Zend_Controller_Action
如果是parent::getFrontController()->getRequest()->getParams();这样应该行吧

人气教程排行