Answers for "codeigniter path"

0

codeigniter path

FCPATH   -> '/'
BASEPATH -> '/system/'
APPPATH  -> '/application/'
Posted by: Guest on January-11-2022
0

codeigniter path

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
Posted by: Guest on January-11-2022

Browse Popular Code Answers by Language