Listing 5-4 - YAML Array Syntax

# Shorthand syntax for arrays
players: [ Mark McGwire, Sammy Sosa, Ken Griffey ]

# Expanded syntax for arrays
players:
  - Mark McGwire
  - Sammy Sosa
  - Ken Griffey


http://www.symfony-project.org/book/1_0/05-Configuring-Symfony

Cheers,

Before Printing, Think about Your Environmental Responsibility!
Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!


On Sat, Jan 2, 2010 at 5:45 PM, tirengarfio <[email protected]> wrote:

> I have tried many ways:
>
>  javascripts:  |
>    [http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/
> controls.js<http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/%0Acontrols.js>
>    http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/slider.js]
>
>  javascripts:
>    [http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/
> controls.js<http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/%0Acontrols.js>
>    http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/slider.js]
>
>  javascripts:  |
>    http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/controls.js
>    http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/slider.js
>
>  javascripts:
>    http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/controls.js
>    http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/slider.js
>
> but none of them works ok.
>
> Javi
>
> On Jan 2, 5:30 pm, Alexandru-Emil Lupu <[email protected]> wrote:
> > It should work using a 2 spaces indentation.
> >
> > sent via htc magic
> >
> > On Jan 2, 2010 6:21 PM, "tirengarfio" <[email protected]> wrote:
> >
> > Anyway... Is there any way of adding .js files in view.yml in
> > different lines ? I mean, if I don't write the URL's in the same line
> > I get an error..
> >
> > Javi
> >
> > On Jan 2, 5:07 pm, tirengarfio <[email protected]> wrote: > Thanks
> > Alexandru, never thought w...
>
> --
>
> 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]<symfony-users%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>
>
>

--

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