On Jan 4, 11:58 pm, Eno <symb...@gmail.com> wrote:

> > actions.class.php:
> > $this->content_tabs = array('key1' => 'value1', 'key2' => 'value2');
>
> Maybe something like this?
>
> $this->content_tabs[] = new array('key1' => 'value1', 'key2' => 'value2');


This is PHP. Why "new array"?
-- 
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