Welcome Guest, Not a member yet? Register   Sign In
Segment troubles + new problem
#2

[eluser]parrots[/eluser]
The segment method is on the uri class, not the url helper. Change

Code:
$this->db->where('nieuwsid', $this->url->segment(3));

to

Code:
$this->db->where('nieuwsid', $this->uri->segment(3));


Messages In This Thread
Segment troubles + new problem - by El Forum - 06-24-2008, 07:36 AM
Segment troubles + new problem - by El Forum - 06-24-2008, 07:42 AM
Segment troubles + new problem - by El Forum - 06-24-2008, 07:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB