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

前端 未结 7 2122
南旧
南旧 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

提交回复
热议问题