[symfony-users] Re: The route x does not exist

2009-05-26 Thread Giselle Cantador
Humm... I got it... I'm using synfony 1.0 :-( But I'll verify my links, thanks a lot! Giselle On Mon, May 25, 2009 at 6:17 PM, Frank Stelzer d...@bleedingmoon.de wrote: This happens after the latest routing changes, i think. I still have to fight against those changes for myself, too :P

[symfony-users] Re: The route x does not exist

2009-05-25 Thread Frank Stelzer
This happens after the latest routing changes, i think. I still have to fight against those changes for myself, too :P Example: = sf 1.1(?) link_to( 'Some cool news', 'news' ); -- would have generate a link to: news/index or only news sf 1.2 link_to( 'Some cool news', 'news' );// same like