Welcome Guest, Not a member yet? Register   Sign In
Implementing some code
#5

[eluser]manilodisan[/eluser]
Well it's not that simple. I tried it with Output.php and Loader.php but it seems to fail at some point. On line 68 in Output.php (in CI's library folder) there's set_output() which seems to set the final output to be sent.

Code:
function set_output($output)
{
    $this->final_output = $output;
}


I tried working with that but I get errors of all types...


Messages In This Thread
Implementing some code - by El Forum - 09-14-2007, 07:09 AM
Implementing some code - by El Forum - 09-14-2007, 08:18 AM
Implementing some code - by El Forum - 09-14-2007, 08:22 AM
Implementing some code - by El Forum - 09-14-2007, 08:24 AM
Implementing some code - by El Forum - 09-14-2007, 08:34 AM
Implementing some code - by El Forum - 09-14-2007, 08:42 AM
Implementing some code - by El Forum - 09-14-2007, 08:44 AM
Implementing some code - by El Forum - 09-14-2007, 08:56 AM
Implementing some code - by El Forum - 09-14-2007, 09:02 AM
Implementing some code - by El Forum - 09-14-2007, 09:05 AM
Implementing some code - by El Forum - 09-14-2007, 09:09 AM
Implementing some code - by El Forum - 09-14-2007, 09:14 AM
Implementing some code - by El Forum - 09-15-2007, 11:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB