[symfony-users] Re: Loading view from another module

2011-04-08 Thread emTom
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

[symfony-users] Bug or Feature? in sfViewClass>setDecoratorTemplate()

2011-02-24 Thread emTom
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();