On Mon, 4 Jan 2010, SB wrote:

> Hello,
> 
> I'm trying to do something really simple (I thought), send an array
> from the controller to the template.
> 
> actions.class.php:
> $this->content_tabs = array('key1' => 'value1', 'key2' => 'value2');

Maybe something like this?

$this->content_tabs[] = new array('key1' => 'value1', 'key2' => 'value2');



-- 



--

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


Reply via email to