Latest releases
Latest stable release: 4.0.3
View changelog »
Copyright © 2005-2007 Spoonlabs d.o.o.
All rights Reserved.
vte:foreach tag is used to loop through the array.
Required attributes are from and item.
<vte:foreach item="article" from="{article_list}">
<vte:value select="{article.get_title}" />
</vte:foreach>