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');
}