/ Published in: PHP
Expand |
Embed | Plain Text
$class = ($i % 2 == 0) ? "class='alt-row'" : "";
You need to login to post a comment.
deftonez4me on 08/25/09
2 people have marked this snippet as a favorite
$class = ($i % 2 == 0) ? "class='alt-row'" : "";
You need to login to post a comment.