Welcome Guest, Not a member yet? Register   Sign In
Routes with 2 variables CI3
#2

Try something like that:
PHP Code:
$route['controller1/function'/(:any)/(:any)] = 'controller2/funtion/$1/$2'

See https://codeigniter.com/userguide3/general/routing.html
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
Routes with 2 variables CI3 - by Omar Crespo - 10-25-2021, 05:08 AM
RE: Routes with 2 variables CI3 - by includebeer - 10-25-2021, 03:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB