Re: [symfony-users] [Symfony2] Use only one controller

2011-03-22 Thread David Buchmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi chris, this approach sounds ok to me. you might realise that you want to have some routes outside your cms anyways, for applications that display data (like lists of pages or rss feeds). i guess the most fancy approach would be to hook deeper

[symfony-users] [Symfony2] Use only one controller

2011-03-16 Thread Chris
Hey everyone, I'm fairly new to Symfony 2 and currently working on a content management project. Since this project has just a single entry point (PageController) to handle a regular request I want to skip the routing process and always use one controller. The complex internal routing (rewrite