【发布时间】:2011-05-14 11:59:49
【问题描述】:
我使用 zend 工具创建了一个项目测试。然后我创建了一个模块test。然后我在 test 模块中创建了 TestController。
现在当我访问 test.dev/test/test/index 时,它显示以下错误。
Message: Invalid controller specified (test)
如何在 zend 中启用我的模块。我想我必须启用我的 application.ini 或 Bootstrap.php
【问题讨论】:
标签: php zend-framework module