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,
Darren

try this in your template:

look at : http://www.symfony-project.org/book/1_2/07-Inside-the-View-Layer

echo  $sf_data->getRaw('test');


--
You received this message because you are subscribed to the Google Groups "symfony 
users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to