我正在使用新的Zend Framework 2进行测试,尝试使用baseUrl视图帮助程序时发现了一个问题,当在我的phtml视图文件中调用$this->baseUrl()
时出现以下错误;
调试错误:
C:\ Zend \ ZendServer \ share \ ZendFramework2 \ library \ Zend \ ServiceManager \ ServiceManager.php
第424行-未捕获的异常
带有消息的“ Zend \ ServiceManager \ Exception \ ServiceNotFoundException”
'Zend \ ServiceManager \ ServiceManager :: get无法获取或创建
baseUrl的实例
C:\ Zend \ ZendServer \ share \ ZendFramework2 \ library \ Zend \ ServiceManager \ ServiceManager.php:424
最佳答案
这看起来像ZF1功能,ZF2具有助手Zend \ View \ Helper \ BasePath
在视图$ this-> basePath();中
关于php - baseUrl View 助手在ZendFramework 2上不起作用,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12866578/