You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rafageist edited this page Jul 16, 2025
·
1 revision
Loops
Smarty:
{foreach $foo as $bar}
<ahref="{$bar.zig}">{$bar.zag}</a><ahref="{$bar.zig2}">{$bar.zag2}</a><ahref="{$bar.zig3}">{$bar.zag3}</a>
{foreachelse}
There were no rows found
{/foreach}
Div:
[$foo]
<ahref="{$zig}">{$zag}</a><ahref="{$zig2}">{$zag2}</a><ahref="{$zig3}">{$zag3}</a>
@empty@
There were no rows found
[/$foo]