[symfony-users] Re: Routing doesn't take place

2009-09-18 Thread Sid Bachtiar

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
-~--~~~~--~~--~--~---



[symfony-users] Re: Routing doesn't take place

2009-09-18 Thread HAUSa

Thx!

On 18 sep, 14:27, Sid Bachtiar sid.bacht...@gmail.com wrote:
 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 Developmenthttp://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
-~--~~~~--~~--~--~---



[symfony-users] Re: Routing doesn't take place

2009-09-18 Thread Eno

On Fri, 18 Sep 2009, HAUSa wrote:

 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) ?

http://www.symfony-project.org/book/1_2/09-Links-and-the-Routing-System#chapter_09_sub_speeding_up_routing_by_using_the_rule_name



-- 



--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---