Welcome Guest, Not a member yet? Register   Sign In
Nested views within for loops
#2

[eluser]rbnc[/eluser]
Code:
<?php foreach($things as $thing):?>
     <?php $this->load-view('thing.php',array('thing'=>$thing)); ?>
<?php endforeach;?>


Messages In This Thread
Nested views within for loops - by El Forum - 06-23-2010, 04:05 AM
Nested views within for loops - by El Forum - 06-23-2010, 04:18 AM
Nested views within for loops - by El Forum - 06-23-2010, 12:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB