接着上面的一篇 把代码贴上来复制代码 代码如下:$front = Zend_Controller_Front::getInstance(); Zend_Layout::startMvc(array(‘layoutPath’ => USVN_LAYOUTS_DIR)); $front->setRequest(new Zend_Controller_Request_Http()); $front->throwExceptions(true); $front->setBaseUrl($config->url->base); $router = new Zend_Controller_Router_R