0

So faw I have been using url_for() to link to module, its important to get the /frontend_dev.php in my links. However, this function wont find admin generated modules. How to dodge it, so that I get backend_dev.php prefix?

user1929946
  • 2,453
  • 2
  • 15
  • 17
  • 1
    What have you tried? And by the way, give us feedback on your others questions: solved, not-solved, then why, etc .. – j0k Dec 30 '12 at 14:51
  • like I said, I tried the usual url_for() and link_to() functions, and symfony drops an error: not found. "The route "%s" does not exist" – user1929946 Dec 30 '12 at 15:03
  • 1
    Then show us the route you tried and also your routing.yml. – j0k Dec 30 '12 at 15:32
  • I didnt touch it. I must edit it to get correct route? – user1929946 Dec 31 '12 at 01:14
  • 1
    Show us how do you use link_for or url_for so that it generate this error.... – j0k Dec 31 '12 at 07:11
  • 1
    Some good staring points: [symfony blog post](http://symfony.com/blog/cross-application-links), [SO #1](http://stackoverflow.com/questions/6368043/symfony-multiple-application-interaction), [SO #2](http://stackoverflow.com/questions/6368043/symfony-multiple-application-interaction), [SO #3](http://stackoverflow.com/questions/10136416/symfony-1-4-cross-application-link-fail) – 1ed Dec 31 '12 at 19:51
  • Sadly I couldnt understood it, I did a helper for this. – user1929946 Jan 02 '13 at 23:14

0 Answers0