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