[symfony-users] Avoiding the regular Symfony 1.2 dispatch() call

2009-05-07 Thread Calvin
Hi all, I'm after some response on this thread . Does anyone have any ideas to do this? Thanks in advance, Calvin --~--~-~--~~~---~--~~ You r

[symfony-users] Avoiding the regular Symfony 1.2 dispatch() call

2009-01-30 Thread Tom Boutell
Hi, I have a need for a specialized front end controller which always executes a specific action and then exits. Is there a straightforward way to code that? Something like ->callAction() instead of ->dispatch() in myfrontendcontroller.php? (This controller needs to run from a subfolder which,