CodeIgniter path constants definitions

后端 未结 3 1544
温柔的废话
温柔的废话 2020-12-14 09:18

I have come across this page

https://www.codeigniter.com/user_guide/general/reserved_names.html

Could someone please explain to me what fo

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 09:45

    SELF = index.php

    Use when you want to include something from your root folder
    FCPATH = C:\xampp\htdocs\your_root_folder\

    Use when you want to include something from your application folder
    APPPATH = C:\xampp\htdocs\your_root_folder\application\

    BASEPATH = C:\xampp\htdocs\your_root_folder\system\

提交回复
热议问题