First of all, don't forget to run "symfony cc"

Secondly, try:

<?php echo url_for('@estate_page?page=' . $page) ?>

On Sat, Sep 19, 2009 at 12:24 AM, HAUSa
<jeroen_heeft_behoefte_aan_r...@hotmail.com> wrote:
>
> Hi everyone!
>
> I have a problem with my routing.yml. My URL is still /vastgoed?
> page=3, despite my routing configuration:
>
> estate_page:
>  url:   /vastgoed/:page
>  param: { module: page, action: estate }
>
> This is how I build the URL:
>
> <?php echo url_for('page/estate?page=' . $page) ?>
>
> Who knows how I can fix this?
>
> Thank you!
> >
>



-- 
Blue Horn Ltd - System Development
http://bluehorn.co.nz

--~--~---------~--~----~------------~-------~--~----~
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 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to