Codeigniter无法从控制器更改内容类型?

时间:2013-09-05 10:46:33

标签: codeigniter controller content-type

我正在使用codeigniter 1.7.3 在我的控制器中

function Test()
{
  parent::Controller();

  $this->output->set_header(‘Content-Type:application/xml’);
  //$this->output->set_content_type(‘application/xml’);
}

我尝试了set_header& set_content_type它仍然返回text / html。 我怎么能解决这个问题?

0 个答案:

没有答案