Possible Redirect Passing value |
[eluser]napz[/eluser]
[quote author="luke holder" date="1270203717"]if you are redirecting to another controller all you would have to do it place the variables to the controllers method in the redirect string. i.e [code[ redirect('/controllername/method/'.$var1) [/code] see redirect in the URL helper in user_guide here: http://ellislab.com/codeigniter/user-gui...elper.html[/quote] I already did that. however, i like to pass an array value. much like passing it on controller to view. but I want it to do in in redirect it in different class controller. hmmm.... it looks like not possible. |
Messages In This Thread |
Possible Redirect Passing value - by El Forum - 04-01-2010, 11:11 PM
Possible Redirect Passing value - by El Forum - 04-01-2010, 11:21 PM
Possible Redirect Passing value - by El Forum - 04-02-2010, 12:02 PM
Possible Redirect Passing value - by El Forum - 04-02-2010, 01:55 PM
Possible Redirect Passing value - by El Forum - 04-02-2010, 02:22 PM
Possible Redirect Passing value - by El Forum - 04-09-2010, 07:32 PM
|