recherche:
 url: /:word
 param: { module: recherche, action: search, vue: video }







vue action

<input type='hidden' id='link' value='<?php echo url_for('@recherche?word=')
;?>'/>
<input type='text' name='word' id='word'/>
<input type='button' name='search' id='search'/>

js

$('#'search').click(function() {
location.href=$("#link").val()+$('#word').val();
});

-- 
Vous recevez ce message, car vous êtes abonné au groupe Google 
Groupes Symfony-fr.
Pour envoyer un message à ce groupe, adressez un e-mail 
à symfony...@googlegroups.com.
Pour vous désabonner de ce groupe, envoyez un e-mail à l'adresse 
symfony-fr+unsubscr...@googlegroups.com.
Pour plus d'options, consultez la page de ce groupe : 
http://groups.google.com/group/symfony-fr?hl=fr

Répondre à