08-30-2016, 01:28 PM
Hello guys! I need to pass a parameter to the controller through the route, however, as it is a fixed parameter for each route does not want him to interfere in the url. It is something like this:
Can anyone give me a hint on how to do it? Ty!
PHP Code:
$route['default_controller'] = array('normalroute', $parameter);
Can anyone give me a hint on how to do it? Ty!