cfunction.break.php
Tags
Table of Contents
- jtpl_cfunction_common_break() : mixed
- cfunction to allow to had a break instruction in a template
Functions
jtpl_cfunction_common_break()
cfunction to allow to had a break instruction in a template
jtpl_cfunction_common_break(mixed $compiler) : mixed
-
{for $i = 1; $i < 10; $i++}
- {$i} {if $i == '4'}{break}{/if} {/for}
Parameters
- $compiler : mixed