What is Basepath, Apppath and FCPath in codeigniter?
File Name :
EXT: The PHP file extension
FCPATH: Path to the front controller (this file) (root of CI)
SELF: The name of THIS file (index.php)
BASEPATH: Path to the system folder
APPPATH: The path to the "application" folder
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\