URL parameters in CodeIgniter 4 Not Working |
I tried to access an id from a URL
http://localhost:8080/CI4/public/details/1 Routes.php Code: $routes->get('details/(:any)', 'Car::details/$1') Car.php (controller) Code: class Car extends BaseController Partials head where css is referenced Code: <!-- preloader css --> http://localhost:8080/CI4/public/details...ap.min.css instead of http://localhost:8080/CI4/public/assets/...ap.min.css |
Messages In This Thread |
URL parameters in CodeIgniter 4 Not Working - by elomayry - 10-19-2022, 04:20 AM
RE: URL parameters in CodeIgniter 4 Not Working - by kenjis - 10-21-2022, 04:36 PM
RE: URL parameters in CodeIgniter 4 Not Working - by InsiteFX - 10-23-2022, 12:50 AM
|