Welcome Guest, Not a member yet? Register   Sign In
Gaps at top of code
#9

[eluser]Mobious[/eluser]
I tried using the following without success:

Code:
class test extends Controller
{
    function test()
    {
        parent::Controller();

        echo 'test';
        die();
    }

    function index()
    {
        ............
    }
}

This still produced a blank line above the echo which ha made me think its something in the underlying CI code. No amends have been made to the CI code that would make this happen, the only code to be modified in the pagination code, but this was occurring before the mod was done. I have checked the routes and config files and nothing wrong in those.


Messages In This Thread
Gaps at top of code - by El Forum - 12-22-2009, 05:12 AM
Gaps at top of code - by El Forum - 12-22-2009, 07:05 AM
Gaps at top of code - by El Forum - 12-22-2009, 07:18 AM
Gaps at top of code - by El Forum - 12-22-2009, 07:28 AM
Gaps at top of code - by El Forum - 12-22-2009, 07:47 AM
Gaps at top of code - by El Forum - 12-22-2009, 07:50 AM
Gaps at top of code - by El Forum - 12-22-2009, 07:57 AM
Gaps at top of code - by El Forum - 12-22-2009, 08:01 AM
Gaps at top of code - by El Forum - 12-22-2009, 08:18 AM
Gaps at top of code - by El Forum - 12-22-2009, 08:19 AM
Gaps at top of code - by El Forum - 12-22-2009, 08:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB