How to get URLs like /user/bob user/martin dynamically in CodeIgniter?
You need to set up custom routing for the controller in application/config/routes.php, e.g.
$route['user/(:any)'] = "user/user_controller_method/$1";
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With