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

block without 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 -> General
View previous topic :: View next topic  
Author Message
TomGrill
Smarty Rookie


Joined: 22 May 2003
Posts: 5

PostPosted: Mon May 26, 2003 7:53 am    Post subject: block without array Reply with quote

is it possible to make block without array

like this:

<?
$sql = mysql_query("SELECT * FROM `tab`");
while($res = mysql_fetch_Assoc($sql))
{
$smarty->set_block_or_the_name_of_a_function_i_dont_know();
}
?>

-> what i want is to set a block from PHPSCRIPT not from TEMPLATEFILE
Back to top
View user's profile Send private message
boots
Administrator


Joined: 16 Apr 2003
Posts: 5611
Location: Toronto, Canada

PostPosted: Mon May 26, 2003 9:00 am    Post subject: Reply with quote

Hi.

What do you mean by block? A var in the template, like {$block}?

$smarty->assign ??
Back to top
View user's profile Send private message
TomGrill
Smarty Rookie


Joined: 22 May 2003
Posts: 5

PostPosted: Mon May 26, 2003 10:29 am    Post subject: Reply with quote

with block i mean a part in a template that repeats.
Back to top
View user's profile Send private message
TomGrill
Smarty Rookie


Joined: 22 May 2003
Posts: 5

PostPosted: Mon May 26, 2003 11:56 am    Post subject: Reply with quote

well, what i searched for was append()
Back to top
View user's profile Send private message
Escariion
Smarty Rookie


Joined: 14 May 2003
Posts: 7
Location: Berlin, Germany

PostPosted: Mon May 26, 2003 12:04 pm    Post subject: Reply with quote

hm so you are appending in the while-loop.
why is this better than assigning an array after loop ?
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 -> General 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