作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我正在使用 Yii。
如果我的网址是 http://localhost/evengee/event/page/id/2/sfn+master/?tab=3
我的真实网址(文件路径)只是http://localhost/evengee
我将如何获得,最好是在 View 中:
http://localhost/evengee/event/page/id/2/sfn+master/?tab=3
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/
我是一名优秀的程序员,十分优秀!