fenom-template / fenom

Template Engine for PHP. Maintainers wanted!
Other
446 stars 108 forks source link

Please add {capture} support #37

Closed tectiv3 closed 11 years ago

tectiv3 commented 11 years ago

{capture} block defined in _actions but realisation is missing from the compiler.

bzick commented 11 years ago

you may to use the {var ...} tag:

{var $a}
    some content 
{/var}

for more information see https://github.com/bzick/fenom/blob/master/docs/tags/var.md

bzick commented 11 years ago

In _actions was old trash. I forgot remove it. Now tag {var} totally implement smarty tag {capture}