Welcome Guest, Not a member yet? Register   Sign In
errror Result()
#8

[eluser]Rick Jolly[/eluser]
Ok, 2 things:

1) Most importantly, you return the query object from the model instead of the query->result();. It's probably best to return the query result. Otherwise you'll need to edit your view to something like "foreach($images->row() as $row)".

2) If GetGallerySpot() has no records it will return false. You should check for that in the controller or view before the foreach loop.


Messages In This Thread
errror Result() - by El Forum - 10-22-2007, 01:24 PM
errror Result() - by El Forum - 10-22-2007, 01:27 PM
errror Result() - by El Forum - 10-22-2007, 01:30 PM
errror Result() - by El Forum - 10-22-2007, 01:44 PM
errror Result() - by El Forum - 10-22-2007, 01:52 PM
errror Result() - by El Forum - 10-22-2007, 03:39 PM
errror Result() - by El Forum - 10-22-2007, 04:16 PM
errror Result() - by El Forum - 10-22-2007, 06:55 PM
errror Result() - by El Forum - 10-22-2007, 07:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB