[symfony-users] Re: generating url in task

2010-11-09 Thread hribo
well, still doing the same. never mind. i used str_replace() to get it away. i just wanted to make it cleaner. On Nov 9, 11:30 am, Gareth McCumskey wrote: > A quick google search found something that can explain it for you. > Basically, url_for uses the $_SERVER variables which in command line >

Re: [symfony-users] Re: generating url in task

2010-11-09 Thread Gareth McCumskey
A quick google search found something that can explain it for you. Basically, url_for uses the $_SERVER variables which in command line obviously does not exist: https://groups.google.com/group/symfony-users/msg/f71d8c3f819060f9?hl=fr&pli=1 On Tue, Nov 9, 2010 at 12:10 PM, hribo wrote: > that's

[symfony-users] Re: generating url in task

2010-11-09 Thread hribo
that's not the case. i am able to generate url also with url_for. in my script i am using loaded helpers. but the case is that when i am using these helpers, the LINK IS GENERATED BADLY. helpers prefixes: "symfony/symfony/" in front of each well generated url. when i am using this url helpers in ac