![yii](https://habrastorage.org/r/w120/webt/5a/6c/2b/5a6c2bb5533ac294317863.png)
Yii
- 1 ответ
- 0 вопросов
1
Вклад в тег
<response/>
:public function actionSitemap()
{
$response = Yii::$app->response;
$response->format = Response::FORMAT_RAW;
$response->getHeaders()->set('Content-Type', 'application/xml; charset=utf-8');
return $this->render('sitemap');
}