【发布时间】:2014-06-18 16:15:32
【问题描述】:
我正在使用 Zend 框架版本 1.11,尝试打印消息然后重定向到特定页面
echo "Great day";
$this->headMeta()->appendHttpEquiv('Refresh',
'3;URL=http://localhost/index.php');
我参考了链接 Zend HeadMeta Helper
但是它给出了以下错误信息
Fatal error: Uncaught exception 'Zend_Controller_Action_Exception'
with message 'Method "headMeta" does not exist and was not trapped in __call()'
您能否帮助解决问题或建议其他方法来解决此问题?
【问题讨论】:
标签: php zend-framework