On Jan 4, 11:58 pm, Eno <[email protected]> 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 [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.