Namespace declaration statement has to be the very first statement in the script
我在本地测试没问题了放上服务器就提示这个错误。
<?php
namespace common\modules\post\models;
use Yii;
use yii\db\ActiveRecord;
use yii\behaviors\TimestampBehavior;
use common\modules\user\models\User;
namespace得是第一个语句我也没错呀,到linux下怎么报错了
炎炎设计
临摹微笑
相关分类