我正在使用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。 我怎么能解决这个问题?