Fix: reparse close tag, custom provider, simplify compile method, add providers and tests

This commit is contained in:
bzick
2013-05-30 19:00:00 +04:00
parent 707a13cd08
commit 32ccaa91f0
13 changed files with 482 additions and 347 deletions

View File

@@ -1,4 +1,4 @@
<h1>Вывод 10 полей из 1000 элементов в цикле<h1>
<h1>Вывод 10 полей из 1000 элементов в цикле</h1>
{foreach $array as $item}
{$item.id} {$item.title} {$item.var1} {$item.var2} {$item.var3} {$item.var4} {$item.var5} {$item.var6} {$item.var5} {$item.var6}
{/foreach}
{/foreach}