I have two controllers that I want to use as default so how I can pass them into routes file.
I have done it like this:
$route['default_controller'] = "user,home";
Can you please correct it.
I have two controllers that I want to use as default so how I can pass them into routes file.
I have done it like this:
$route['default_controller'] = "user,home";
Can you please correct it.