Hi,

I found this parameter when I was reading book, but if you would like
to understand to all posible parameters, I think, best practice is
read the API section in documentation or look to the Symfony code. You
may found interesting functionality and better understand how symfony
work:)

Stepan

On 9 Led, 11:32, Florian <[EMAIL PROTECTED]> wrote:
> Thank you very much!
>
> I was searching for this query_string option... I couldn't find where
> it was documented.
> Do you know where are documented or listed helper options ?
> ( somewhere else than the book ? )
>
> On 9 jan, 02:25, Stepan Koci <[EMAIL PROTECTED]> wrote:
>
> > Hi Florian,
>
> > try this solution:
>
> > Listing 9-13 - Forcing GET Variables with the query_string Option
>
> > <?php echo link_to('my article', 'article/read', array(
> >   'query_string' => 'title=Finance_in_France'
> > )) ?>
> > => <a href="/article/read?title=Finance_in_France">my article</a>
>
> > (http://www.symfony-project.org/book/1_0/09-Links-and-the-Routing-System
> > )
>
> > Regards Stepan
>
> > On 8 Led, 09:42, Florian <[EMAIL PROTECTED]> wrote:
>
> > > Hello,
>
> > > Could someone tell me if he already had seen that before ?
>
> > > echo url_for( 'mymodule/myaction?test[]=1&test[]=2&test[]=3' );
> > > // --> mymodule/myaction/test[]/3
>
> > > It should return 'mymodule/myaction/test[]/1/test[]/2/test[]/3
> > > Isn't it ?
>
> > > Maybe someone has a solution?
>
> > > Thanks for reading and sorry for my english.
>
> > > Florian.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
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