How does the Slim framework obtain the current url?

Source: Internet
Author: User
1. in the process of building code, you need to obtain the current website domain name, similar to the base_url () function 2 in CI. I found the document below and didn't see any similar functions available. 3. because I don't want to use the SERVER global variable that comes with PHP to obtain the current domain name, I 'd like to ask if slim has mentioned it... 1. during code building, you need to obtain the current website domain name, which is similar to the base_url () function in CI.
2. I found the document below and didn't see any similar functions available for use.
3. because I do not want to use the SERVER global variables that come with PHP to obtain the current domain name,
So, is slim providing this function?

Reply content:

1. During code building, you need to obtain the current website domain name, which is similar to the base_url () function in CI.
2. I found the document below and didn't see any similar functions available for use.
3. because I do not want to use the SERVER global variables that come with PHP to obtain the current domain name,
So, is slim providing this function?

Yes.

$ Request-> getUri ()-> getBaseUrl ()

The getUri method returns a Uri object. the class is under Http. you can check

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.