hi,
have a look at the "setTemplate()" function.
http://www.symfony-project.org/api/1_4/sfView#method_settemplate
Tom
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Googl
Hi all,
I'm not sure wether or not this behaviour is intended.
I'm using a custom view class to change the template and layout dirs
for some modules in my application.
Here is the source:
class cmsView extends sfPHPView
{
public function configure()
{
parent::configure();