Zend2框架modules.config.php模块(Zend / form,/ db,not loading)

时间:2017-02-21 18:04:33

标签: php zend-framework

我遇到了zend2框架入门应用程序的问题。我得到错误

Uncaught exception 'Zend\ModuleManager\Exception\RuntimeException' with message 'Module (Zend\Form) could not be initialized

在config / modules.config.php中我有

return [
'Zend\Form',
'Zend\Db',
'Zend\Router',
'Zend\Validator',
'Application',
'Album',
];

如果我删除Zend \ Form我会遇到与Zend \ Db相同的问题

Uncaught exception 'Zend\ModuleManager\Exception\RuntimeException' with message 'Module (Zend\Db) could not be initialized.'

当然我确实需要这两个模块...我只是想告诉你它只是在Zend \ Form中的bug ...看起来这些模块没有加载。

0 个答案:

没有答案