06-24-2008, 07:45 AM
[eluser]Jesse2303[/eluser]
[quote author="parrots" date="1214332947"]The segment method is on the uri class, not the url helper. Change
to
[/quote]
Thanks it worked
[quote author="parrots" date="1214332947"]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));
Thanks it worked