Welcome Guest, Not a member yet? Register   Sign In
Displaying a message on the page after certain action
#14

[eluser]cinewbie81[/eluser]
Ok this is what i did :

1) replace the session.php file - get the modified one from http://dev.ellislab.com/svn/CodeIgniter/...ession.php

2) in my controller file, i load the session library

3) After certain action performed, i has something like:
Code:
$this->session->set_flashdata('msg', 'Record Added Successfully');

4) In my view file i have something like :

Code:
<div id="actionMessage">
  &lt;?php echo $this->session->flashdata('msg'); ?&gt;
</div>

There's no error... but then it didn't generate me any flash data as well ?
What did I missed ??

Do I need to set anything in config file ?


Messages In This Thread
Displaying a message on the page after certain action - by El Forum - 01-07-2008, 07:32 PM
Displaying a message on the page after certain action - by El Forum - 01-07-2008, 08:29 PM
Displaying a message on the page after certain action - by El Forum - 01-07-2008, 08:47 PM
Displaying a message on the page after certain action - by El Forum - 01-07-2008, 09:15 PM
Displaying a message on the page after certain action - by El Forum - 01-07-2008, 09:30 PM
Displaying a message on the page after certain action - by El Forum - 01-07-2008, 10:31 PM
Displaying a message on the page after certain action - by El Forum - 01-08-2008, 12:16 AM
Displaying a message on the page after certain action - by El Forum - 01-08-2008, 04:31 AM
Displaying a message on the page after certain action - by El Forum - 01-08-2008, 04:33 AM
Displaying a message on the page after certain action - by El Forum - 01-08-2008, 07:07 AM
Displaying a message on the page after certain action - by El Forum - 01-08-2008, 08:55 AM
Displaying a message on the page after certain action - by El Forum - 01-08-2008, 09:02 AM
Displaying a message on the page after certain action - by El Forum - 01-08-2008, 09:27 AM
Displaying a message on the page after certain action - by El Forum - 01-08-2008, 09:50 AM
Displaying a message on the page after certain action - by El Forum - 01-08-2008, 11:01 AM
Displaying a message on the page after certain action - by El Forum - 01-08-2008, 05:57 PM
Displaying a message on the page after certain action - by El Forum - 01-08-2008, 07:35 PM
Displaying a message on the page after certain action - by El Forum - 01-08-2008, 07:50 PM
Displaying a message on the page after certain action - by El Forum - 01-14-2008, 02:59 AM
Displaying a message on the page after certain action - by El Forum - 01-14-2008, 05:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB