Welcome Guest, Not a member yet? Register   Sign In
URI segment passing to functions doesn't work
#7

[eluser]cahva[/eluser]
Terve Smile Seems good to me. Try a little debug:
Code:
function create($projekti_id)
{
    echo $projekti_id;
    $this->output->enable_profiler(TRUE);
    return;
}
..and see what that gives you.


Messages In This Thread
URI segment passing to functions doesn't work - by El Forum - 02-12-2010, 03:35 PM
URI segment passing to functions doesn't work - by El Forum - 02-12-2010, 03:52 PM
URI segment passing to functions doesn't work - by El Forum - 02-12-2010, 03:56 PM
URI segment passing to functions doesn't work - by El Forum - 02-12-2010, 04:02 PM
URI segment passing to functions doesn't work - by El Forum - 02-12-2010, 06:59 PM
URI segment passing to functions doesn't work - by El Forum - 02-13-2010, 09:20 AM
URI segment passing to functions doesn't work - by El Forum - 02-13-2010, 10:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB