如题,一个Zend Studio 5.5.1 下调试 Zend Framework 项目的错误:
-------------------------------------------------------------------------------------------------------------------
Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception'
with message 'Invalid controller specified (dummy.php)' in D:\web\zf
\library\Zend\Controller\Dispatcher\Standard.php:193 Stack trace: #0 D:
\web\zf\library\Zend\Controller\Front.php(911):
Zend_Controller_Dispatcher_Standard-
>dispatch(Object(Zend_Controller_Request_Http),
Object(Zend_Controller_Response_Http)) #1 D:\web\zf\index.php(39):
Zend_Controller_Front->dispatch() #2 {main} thrown in D:\web\zf\library
\Zend\Controller\Dispatcher\Standard.php on line 193
-------------------------------------------------------------------------------------------------------------------
(dummy.php 我已经放在站点根目录下了。)
测试代码(一个Zend Framework的实例代码,放在论坛"文件"了)
http://groups.google.com/group/cnphpdevelop/files
谁给解释一下?3KS。