[symfony-users] How to get raw data in a partial???

2010-02-08 Thread Darren884
In my template I am trying to do ?php include_partial('global/ navigator', array('User' = $sf_user)); ? But when I run $User-getAttributes() in my partial it is cleaning the code which makes it so it does not work. How can I get around this?? Thanks, Darren -- You received this message because

Re: [symfony-users] How to get raw data in a partial???

2010-02-08 Thread Norbert
Am 08.02.10 20:41, schrieb Darren884: In my template I am trying to do?php include_partial('global/ navigator', array('User' = $sf_user)); ? But when I run $User-getAttributes() in my partial it is cleaning the code which makes it so it does not work. How can I get around this?? Thanks,