CodeIgniter Forums
CodeIgniter Forums
>
Development
>
Issues
> I have issues will leave a link here
Full Version:
I have issues will leave a link here
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
lutherjohn21
02-09-2021, 07:06 PM
Got this issue.
https://stackoverflow.com/questions/6611...odeigniter
davis.lasis
02-10-2021, 02:03 AM
fix your route, remove brackets around $1
PHP Code:
$routes
->
get
(
'agents/getClientsToAgent/(:num)'
,
'Agents::getClientsToAgent/$1'
);
https://codeigniter4.github.io/CodeIgnit...l#examples
lutherjohn21
02-10-2021, 05:14 PM
Thank you for that, it really help.
CodeIgniter Forums
>
Development
>
Issues
> I have issues will leave a link here