【发布时间】:2014-05-17 12:30:59
【问题描述】:
当我访问 domain.ext/manage 我收到错误: 找不到致命错误类“视图”
我的代码:
class ManageController extends ControllerBase
{
public function indexAction()
{
$this->view->setRenderLevel(View::LEVEL_ACTION_VIEW);
}
}
这是造成问题的原因
查看::LEVEL_ACTION_VIEW
【问题讨论】:
标签: phalcon