Welcome Guest, Not a member yet? Register   Sign In
SOLVED: How can i include a foreach loop in the template parser array?
#4

[eluser]TheFuzzy0ne[/eluser]
Code:
$res = $this->db->get_where('opties', array('id', $option_id));

# Should be...

$res = $this->db->get_where('opties', array('id' => $option_id));

Sorry - I'm always doing that...


Messages In This Thread
SOLVED: How can i include a foreach loop in the template parser array? - by El Forum - 05-06-2009, 08:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB