Welcome Guest, Not a member yet? Register   Sign In
Keep ALL flashdata?
#1

[eluser]sheldonnbbaker[/eluser]
I have an asset controller which loads my CSS, JS, and PNGs (there isn't any direct access to the .css, .js, or .png files).

However, this messes up any flashdata stuff - so if I set_flashdata('foo, 'bar') in my controller, it'll die in the next server request of course, which just so happens to be my asset controller.

So, instead of doing this:

Code:
keep_flashdata('item1');
keep_flashdata('item2');
keep_flashdata('item3');

I'd like to just do this:

Code:
keep_flashdata();


Messages In This Thread
Keep ALL flashdata? - by El Forum - 02-02-2009, 07:36 PM
Keep ALL flashdata? - by El Forum - 07-23-2011, 06:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB