Farrellloop (php)

Anonymous paste - 20 November 2008 23:33:57 CET - Viewed 14 times

 
<?php
 
$people = $article->getRelatedPeople();
foreach($people as $i => $person):
  $next_person = isset($people[$i + 1]) ? $people[$i + 1] : null;
?>
 
<?php echo $person->getPosition(); ?>
<?php echo $person->getPerson()?>
 
<?php endforeach; ?>		
 
 

Paste tree

- farrellloop by farrellloop 2 months ago
    - farrellloop 2 months ago
        - farrellloop 2 months ago

Submit a correction

Hashbin is currently in BETA version, please report any bugs/design/spam/abuse/problems/etc to hartym (at) dakrazy (dot) net.
Thanks.