[symfony-users] Re: how can I check the name of module and action in layout ?

2010-01-15 Thread wissl
I believe $sf_request-getParameter('action') and $sf_request- getParameter('module') should also work. On 14 Jan., 21:38, dziobacz aaabbbcccda...@gmail.com wrote: thx people !! :) On 14 Sty, 20:57, tirengarfio tirengar...@gmail.com wrote: Well put $ before both.. On Jan 14, 8:55 pm,

[symfony-users] Re: how can I check the name of module and action in layout ?

2010-01-14 Thread tirengarfio
Well put $ before both.. On Jan 14, 8:55 pm, Javier Garcia tirengar...@gmail.com wrote: On 01/14/2010 08:51 PM, dziobacz wrote: How can I check on the layout current module and action which use this layout ? Hi  dziobac: sf_context-getModuleName() and sf_context- getActionName() Javi

[symfony-users] Re: how can I check the name of module and action in layout ?

2010-01-14 Thread dziobacz
thx people !! :) On 14 Sty, 20:57, tirengarfio tirengar...@gmail.com wrote: Well put $ before both.. On Jan 14, 8:55 pm, Javier Garcia tirengar...@gmail.com wrote: On 01/14/2010 08:51 PM, dziobacz wrote: How can I check on the layout current module and action which use this layout ?