3

How do you do a switch case syntax using Dwoo template engine.

4

1 に答える 1

0
{if 3 == 5}
  never gonna happen
{elseif 3 == 3}
  if you don't see this, the world is coming to its end
{else}
  this will never happen, unless, as previously mentionned, the world is coming to its end
{/if}

http://wiki.dwoo.org/index.php/If

于 2011-02-18T16:15:34.747 に答える