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

2011-04-08 Thread Radek Zajkowski
Thank you for this setTemplate() does the trick. To make it more "global" I am putting in in my actions file in preExecute() so I can have some condition fire off on specific action(condition etc.). Do you know if this is something that could fire off at the application level? I'd like for it to

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

2011-04-08 Thread Loïc Vernet
Would be better to make a partial and share it via a plugin 2011/4/8 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 > secu

[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