Welcome Guest, Not a member yet? Register   Sign In
foreach alternate like table
#6

[eluser]Eric Barnes[/eluser]
Or just use the alternator helper:
http://ellislab.com/codeigniter/user-gui...elper.html
Code:
<?php foreach($list as $item):?>
                            <div class="&lt;?php echo alternator('a', 'b');?&gt;">
                                code
                            </div>
                        &lt;?php endforeach;?&gt;


Messages In This Thread
foreach alternate like table - by El Forum - 01-12-2011, 04:07 PM
foreach alternate like table - by El Forum - 01-12-2011, 04:11 PM
foreach alternate like table - by El Forum - 01-12-2011, 04:13 PM
foreach alternate like table - by El Forum - 01-12-2011, 04:17 PM
foreach alternate like table - by El Forum - 01-12-2011, 07:43 PM
foreach alternate like table - by El Forum - 01-13-2011, 07:51 AM
foreach alternate like table - by El Forum - 01-13-2011, 01:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB