Exemple #1
0
 public function action_listxml()
 {
     $this->response->headers(array('Content-Type' => 'text/xml', 'Cache-Control' => 'no-cache'));
     $this->response->body(Model_Album::xml_list());
 }