Welcome Guest, Not a member yet? Register   Sign In
redirect('dashboard', $data)
#3

[eluser]Colin Williams[/eluser]
If the method is at another controller, you just need to pass it a URI that the other controller method knows how to parse, like beemr said. "Controller Forwarding" seems a bit odd because the destination controller method should already be getting its information from the URI, so requesting the correct URI ought to work just fine. If you need to share data between the current request and the redirect, use session flashdata


Messages In This Thread
redirect('dashboard', $data) - by El Forum - 09-01-2008, 11:17 AM
redirect('dashboard', $data) - by El Forum - 09-01-2008, 01:46 PM
redirect('dashboard', $data) - by El Forum - 09-01-2008, 03:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB