02-16-2009, 12:38 PM
[eluser]TheFuzzy0ne[/eluser]
id looks ambiguous to me. I'd imagine you'd need to use something like:
or
id looks ambiguous to me. I'd imagine you'd need to use something like:
Code:
$this->db->where('jobtypes.id', $this->uri->segment(4));
Code:
$this->db->where('categories.id', $this->uri->segment(4));