gpt4 book ai didi

php - 如何在 Yii 中获取不带参数的当前 url?

转载 作者:可可西里 更新时间:2023-10-31 22:09:34 24 4
gpt4 key购买 nike

我正在使用 Yii。
如果我的网址是 http://localhost/evengee/event/page/id/2/sfn+master/?tab=3我的真实网址(文件路径)只是http://localhost/evengee
我将如何获得,最好是在 View 中:

  1. 完整网址 http://localhost/evengee/event/page/id/2/sfn+master/?tab=3
  2. 没有显式参数的url http://localhost/evengee/event/page/id/2/sfn+master/

我知道我可以通过 ?并使用 $_SERVER。宁愿使用Yii 本地方法。

最佳答案

对于:

  • 完整 URL (http://localhost/even/page/id/2/?t=3) 使用Yii::app()->request->getUrl(),

  • 不带参数的 URL (http://localhost/even/page/id/2/ 使用Yii::app()->request->getPathInfo()

第二个将为您提供没有架构、服务器和查询字符串的 URL。这似乎足够好了。

关于php - 如何在 Yii 中获取不带参数的当前 url?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8621876/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com