Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

loop....array.....

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: Russian
View previous topic :: View next topic  
Author Message
mryabko
Smarty n00b


Joined: 18 Nov 2004
Posts: 4
Location: Buenos Aires

PostPosted: Thu Nov 18, 2004 6:09 pm    Post subject: loop....array..... Reply with quote

Подскажите как работать с циклами.
Задача:
У меня есть таблица в базе из шести колонок, мне надо вывести все данные на страницу.
И есть ли возможность обращатся к данным как в пхп на пример, $row["name"]?
Заранее благодарен.
Back to top
View user's profile Send private message
smart_use
Smarty n00b


Joined: 30 Nov 2004
Posts: 2

PostPosted: Tue Nov 30, 2004 4:40 pm    Post subject: Re: loop....array..... Reply with quote

mryabko wrote:
Подскажите как работать с циклами.
Задача:
У меня есть таблица в базе из шести колонок, мне надо вывести все данные на страницу.
И есть ли возможность обращатся к данным как в пхп на пример, $row["name"]?
Заранее благодарен.



В документации написанно что section циклы!!!
вставь в тпл:

{section name=customer loop=$custid}
id: {$custid[customer]}<br>
name: {$name[customer]}<br>
address: {$address[customer]}<br>
<p>
{/section}
Примечание у меня так не работала! я код исправил так:
{section name=customer loop=$custid}
{section name=customer loop=$name}
{section name=customer loop=$address}
id: {$custid[customer]}<br>
name: {$name[customer]}<br>
address: {$address[customer]}<br>
<p>
{/section}
{/section}
{/section}
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: Russian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP