Wednesday, February 4, 2009

set meta information for a page in Symfony

$response = $this->getResponse();
$response->setTitle($title);
$response->addMeta('keywords', $kws);
$response->addMeta('description', $desc);

No comments:

Post a Comment