Welcome Guest, Not a member yet? Register   Sign In
Problem with flashdata
#4

[eluser]HooJee[/eluser]
Flashdata has some problems when it comes to displaying messages. An alternative is to do something as follows:

Code:
// in controller
$response['message'] = 'Item successfully added';
$this->load->view('myview', $response);

// in view
if(isset($message)) { echo $message; }


Messages In This Thread
Problem with flashdata - by El Forum - 08-16-2009, 05:47 AM
Problem with flashdata - by El Forum - 08-16-2009, 06:12 AM
Problem with flashdata - by El Forum - 08-16-2009, 06:15 AM
Problem with flashdata - by El Forum - 08-16-2009, 06:17 AM
Problem with flashdata - by El Forum - 08-16-2009, 06:23 AM
Problem with flashdata - by El Forum - 08-16-2009, 06:32 AM
Problem with flashdata - by El Forum - 08-16-2009, 08:04 AM
Problem with flashdata - by El Forum - 08-16-2009, 03:16 PM
Problem with flashdata - by El Forum - 08-16-2009, 04:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB