Welcome Guest, Not a member yet? Register   Sign In
Passing the data array
#5

[eluser]cz231[/eluser]
Flashdata sounds like what I want, however I'm having some issues with it working.

I have this in my controller:

public function logout ()
{
$this->redux_auth->logout();
$this->session->set_flashdata('message', 'You have been successfully logged out.');
redirect('/user/login/', 'refresh');
}

And then this in my login view

<?php
echo $this->session->flashdata('message');
?>


Messages In This Thread
Passing the data array - by El Forum - 07-29-2009, 09:31 AM
Passing the data array - by El Forum - 07-29-2009, 09:51 AM
Passing the data array - by El Forum - 07-29-2009, 09:57 AM
Passing the data array - by El Forum - 07-29-2009, 10:15 AM
Passing the data array - by El Forum - 07-29-2009, 10:30 AM
Passing the data array - by El Forum - 07-29-2009, 10:37 AM
Passing the data array - by El Forum - 07-29-2009, 04:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB