teşekkürler güzel makale olmuş eline sağlık. ama bişey soracaktım while döngüsü ile ilgili bir örnek verirmisiniz html çıktısı ile beraber.
Example: Array:
user =>
login => Rain
site => www.federicoulfo.it
state => Italia
region => Sicilia
Template: <!-- loop the variable user -->
{loop name="user"}
{$counter+1} ) {$key} = {$value}<br>
{/loop}Output: 1 ) login = Rain
2 ) site = www.federicoulfo.it
3 ) state = Italia
4 ) region = Sicilia
kolay gelsin