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