Hello,

I have created a task that need to use partial.

protected function execute($arguments = array(), $options = array())
  {
        $this->configuration =
ProjectConfiguration::getApplicationConfiguration('front', 'prod',
true);
        $this->context = sfContext::createInstance($this->configuration);
        sfLoader::loadHelpers('Partial');
 }

In my partial (apps/front/templates/layout.php) I use routing rules

<?= link_to('Home Page','@homepage');?>


when I run my task the generated link is
http://mydomain.com/usr/share/php5/symfony/1.2/data/bin/symfony/

and in all my url generated by link_to the path to symfony is added
any idea on how to remove it.

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to