Yii::t('app', 'ID'), 'content' => '内容', 'created_at' => Yii::t('app', 'Created At'), ]; } public function behaviors() { return [ [ 'class' => TimestampBehavior::className(), 'updatedAtAttribute' => false ] ]; } }