Listing 27.13. | |
| ROZDZIAŁ: | 27. Generowanie dokumentów XML w PHP |
| TXT: | listing-27-13.txt |
public function execute_rss()
{
$this->set('tabele', TabelaPeer::doSelect(new Criteria()));
$this->setTemplate('rss.xml');
header('Content-Type: application/xml');
}