[eluser]Matalina[/eluser]
[quote author="InsiteFX" date="1331558959"]It's not a helper issue look at your code your returning ->row
which is only one record...
Which makes your foreach loop in the view useless!
[/quote]
The foreach loop is not useless it's looping through another variable to get the id of the item.
Try ->row(0)
if that doesn't work try setting the query ->row() to a variable and returning that.