0
IM newbe到Zend框架,我想使用ZF教程製作1個網站,但不能讓它的工作,我在/library/Zend/Mvc/Application.php on line 10
遇到錯誤T_STRING
。 代碼10是如下:Zend的啓動基本的網站
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
namespace Zend\Mvc; <-- here is error.
use Zend\EventManager\EventManagerAwareInterface;
use Zend\EventManager\EventManagerInterface;
use Zend\ServiceManager\ServiceManager;
use Zend\Stdlib\ResponseInterface;
我去,並開始閱讀如何申報namespace
但似乎一切都很好。 它可能是因爲託管服務提供商?