本文实例讲述了Symfony2实现在controller中获取url的方法。分享给大家供大家参考,具体如下: // 假设当前URL地址是http://192.168.1.100/demo/web/app_dev.php/m/index$request = $this-getRequest();// http or https 此处为http$request-getScheme();// 1
本文实例讲述了Symfony2实现在controller中获取url的方法。分享给大家供大家参考,具体如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
希望本文所述对大家基于Symfony框架的PHP程序设计有所帮助。