コントローラーで 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 が返されます。どうすればこれを修正できますか?