Welcome Guest, Not a member yet? Register   Sign In
Pass a variable of a controller to another controller
#11

[eluser]PhilTem[/eluser]
For quickly fixing your code to not produce the session error, do the following:

Before the first echo, make
Code:
$content = "";

Replace every
Code:
echo "
with
Code:
$content .= "

Then, after you set the session, do

Code:
$this->output->set_output($content);

This way you don't need to massively alter your code.


Messages In This Thread
Pass a variable of a controller to another controller - by El Forum - 11-07-2012, 01:18 PM
Pass a variable of a controller to another controller - by El Forum - 11-07-2012, 07:59 PM
Pass a variable of a controller to another controller - by El Forum - 11-08-2012, 05:22 AM
Pass a variable of a controller to another controller - by El Forum - 11-08-2012, 06:25 AM
Pass a variable of a controller to another controller - by El Forum - 11-08-2012, 06:28 AM
Pass a variable of a controller to another controller - by El Forum - 11-08-2012, 06:51 AM
Pass a variable of a controller to another controller - by El Forum - 11-08-2012, 08:59 AM
Pass a variable of a controller to another controller - by El Forum - 11-08-2012, 09:47 AM
Pass a variable of a controller to another controller - by El Forum - 11-08-2012, 10:01 AM
Pass a variable of a controller to another controller - by El Forum - 11-08-2012, 10:11 AM
Pass a variable of a controller to another controller - by El Forum - 11-08-2012, 10:39 AM
Pass a variable of a controller to another controller - by El Forum - 11-08-2012, 11:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB