what is the difference between site_url() and base_url()?

前端 未结 7 1994
南旧
南旧 2020-11-29 03:09

As I have read in some resources, base_url() and site_url() functions in codeigniter are almost the same, although my version of code

相关标签:
7条回答
  • 2020-11-29 03:39

    site_url: Returns base_url + index_page + uri_string

    base_url: Returns base_url + uri_string

    See source code of both functions at: https://github.com/EllisLab/CodeIgniter/blob/606fee0e2e0aa6a906db82e77090e91f133d7378/system/core/Config.php

    0 讨论(0)
提交回复
热议问题