<?php echo link_to('login page', '@login') ?>
こういうのを、相対パスではなく絶対パスにする(メール送信時などに)
optionsにabsoluteを指定する
<?php echo link_to('login page', '@login', 'absolute=true') ?>
http://www.symfony-project.com/api/symfony/helper/UrlHelper.html#method_link_to
url_forの場合は第2引数がabsolute指定
(string) url_for ($internal_uri, $absolute = false)
http://www.symfony-project.com/api/symfony/helper/UrlHelper.html#method_url_for
http://www.symfony-project.com/api/symfony/request/sfWebRequest.html#method_geturiprefix