Skip to content

Instantly share code, notes, and snippets.

@AdenFraser
Created March 1, 2015 18:06
Show Gist options
  • Select an option

  • Save AdenFraser/c88598b1c6cf2c7f6a10 to your computer and use it in GitHub Desktop.

Select an option

Save AdenFraser/c88598b1c6cf2c7f6a10 to your computer and use it in GitHub Desktop.
Alternate between odd and even classes in a loop
<div class="<?php $oddEven = ($oddEven=='odd') ? 'even':'odd'; echo $oddEven; ?>">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment