Welcome Guest, Not a member yet? Register   Sign In
Alternate row colours
#10

[eluser]Johan André[/eluser]
How the hell can this:

Code:
$alt = 'alt';
*start loop*
    <?
    if ($alt) {
        $alt = '';
    }
    else
    {
        $alt = 'alt';
    }
    ?>
    <div class="property &lt;?=$alt;?&gt;">
        //content...
    </div>

*do loop*

...be cleaner than this:

Code:
&lt;? foreach($items AS $item) : ?&gt;
   <div class="&lt;?=alternator('odd', 'even');?&gt;">
      // content
   </div>
&lt;? endforeach; ?&gt;

Just asking... Smile


Messages In This Thread
Alternate row colours - by El Forum - 01-07-2010, 07:53 AM
Alternate row colours - by El Forum - 01-07-2010, 07:55 AM
Alternate row colours - by El Forum - 01-07-2010, 07:59 AM
Alternate row colours - by El Forum - 01-07-2010, 08:06 AM
Alternate row colours - by El Forum - 01-07-2010, 08:12 AM
Alternate row colours - by El Forum - 01-07-2010, 08:13 AM
Alternate row colours - by El Forum - 01-07-2010, 08:14 AM
Alternate row colours - by El Forum - 01-07-2010, 08:35 AM
Alternate row colours - by El Forum - 01-08-2010, 04:02 AM
Alternate row colours - by El Forum - 01-08-2010, 07:51 AM
Alternate row colours - by El Forum - 01-08-2010, 08:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB