我正在通过Vikram Vaswani的“Zend Framework:A初学者指南”工作,目前我正在尝试获取ContentSwitch动作助手以提供XML内容,但是我遇到以下错误消息:
Action Helper by name ContentSwitch not found
在我的init()
函数中尝试以下操作时:
$contentSwitch = $this->_helper->getHelper('contentSwitch');
所有消息来源都表示这应该有效......但事实并非如此。我正在使用Zend Framework 1.11.11。有没有人遇到过这个问题?
谢谢你的时间!
答案 0 :(得分:1)
没有contentSwitch
助手。这是contextSwitch
:http://framework.zend.com/manual/en/zend.controller.actionhelpers.html#zend.controller.actionhelpers.contextswitch