Symfony 1.4为当前应用程序生成url

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Symfony 1.4为当前应用程序生成url相关的知识,希望对你有一定的参考价值。

This is how to use the $sf_request in a view to build the current base url, including the application file used to build the script.
  1. $sf_request->getUriPrefix().$sf_request->getRelativeUrlRoot().$sf_request->getPathInfoPrefix()

以上是关于Symfony 1.4为当前应用程序生成url的主要内容,如果未能解决你的问题,请参考以下文章

无法为命名路由“克隆”生成 URL

Symfony 1.4表单复选框数组到字符串转换

Symfony路由器重定向到https应用程序上的http

在 Symfony 5 中使用 GET 参数生成 URL

Symfony生成错误的url与double /

Symfony2 - 在 TWIG 模板中获取当前 URL 或路由?