Click to See Complete Forum and Search --> : OOP Template Classes (if statement)


arrangements
04-30-2008, 10:28 PM
Where can I find a tutorial on how to make a if statement in a template.

Example:

<if condition="$var">
<!-- Do something -->
</if>

So when phrased it will:

if($var)
{
Do it
}

Phill Pafford
05-16-2008, 02:42 PM
http://www.reliablesource.org/PHP/Smarty_Template_Editor_-_for_PHPEclipse_Development_Tools/