Jelix 1.6.40

cfunction.break.php

Tags
subpackage

jtpl_plugin

author

Denis Lallement

copyright

2009 Denis Lallement

link
http://www.jelix.org
licence

GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html

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
Return values
mixed

Search results