Skip to content

Instantly share code, notes, and snippets.

@AndrewChamp
Last active December 24, 2018 06:16
Show Gist options
  • Save AndrewChamp/5859765 to your computer and use it in GitHub Desktop.
Save AndrewChamp/5859765 to your computer and use it in GitHub Desktop.
<?php
$i=0;
while($c = $db->getNextSet(true)):
print '<li class="'.($i++%2==0 ? 'odd' : 'even').'">Zebras yo!</li>';
endwhile;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment