03-11-2010, 05:56 AM
[eluser]sqwk[/eluser]
Is it possible to have multiple
on one page?
I need to nest two and am currently getting the Call to a member function result() on a non-object error on the second one…
EDIT: Solved: Works fine if the results sets themselves are nested. More here: http://ellislab.com/forums/viewthread/87994/P0/
Is it possible to have multiple
Code:
<?foreach($var->result() as $row):?>
I need to nest two and am currently getting the Call to a member function result() on a non-object error on the second one…
EDIT: Solved: Works fine if the results sets themselves are nested. More here: http://ellislab.com/forums/viewthread/87994/P0/