Creative, Informative and Entertaining Stuff for everyone

Monday February 6th 2012

Categories

Archives

Calender

October 2009
S M T W T F S
« Aug   Dec »
 123
45678910
11121314151617
18192021222324
25262728293031

Archive for October, 2009

How to set the meta tag information intemplate file in symfony

You can set the meta tag information in your template file as below. sfContext::getInstance()->getResponse()->setTitle('Your meta title here'); sfContext::getInstance()->getResponse()->addMeta('description',' Meta description information'); sfContext::getInstance()->getResponse()->addMeta('keywords','meta tag keywords seperated by [...]