There is a reroute() method available which is good, if you don't want to pass a query string.
Is there also a redirect() method which can be used when you have a query string?
It would be nice to have something alike, otherwise we have to call header('Location; ...') followed by an exit() call each time.
Maybe there is a better solution?
Hello community,
There is a reroute() method available which is good, if you don't want to pass a query string. Is there also a redirect() method which can be used when you have a query string? It would be nice to have something alike, otherwise we have to call header('Location; ...') followed by an exit() call each time. Maybe there is a better solution?
Thanks for consideration, Daniel