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\

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





Previous Next


Trending Tutorials




Review & Rating

0.0 / 5

0 Review

5
(0)

4
(0)

3
(0)

2
(0)

1
(0)

Write Review Here