Answers for "codeigniter routes path"

PHP
1

codeigniter path

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

How to create routes in the codeigniter

$routes->get('/Home', 'Home_cnt::index');
Posted by: Guest on January-08-2022

Browse Popular Code Answers by Language