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

php 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
gerrit1900
Smarty Rookie


Joined: 10 Dec 2003
Posts: 8

PostPosted: Wed Dec 10, 2003 12:39 pm    Post subject: php array Reply with quote

Hy.

Ive want to use the section loop function of smarty.

Like: $smarty->assign("LastName",array("Doe","Smith","Johnson","Case"));

But if you don't know how many values u got in youre $array[]. How can you make a loop ore something to realise that?

this: $smarty->assign("LastName",array($array[]));
does not work ofcourse...

Sow how do i create a loop?
Back to top
View user's profile Send private message
Gerald
Smarty Regular


Joined: 26 Nov 2003
Posts: 53
Location: Lyon [France]

PostPosted: Wed Dec 10, 2003 12:59 pm    Post subject: Reply with quote

My favorite instruction to loop through an array will be:
Code:

{foreach from=$yourArray item=theValue key=theKey}
  Shows the key: {$theKey}
  Shows the value: {$theValue}
{/foreach}
Back to top
View user's profile Send private message Visit poster's website
gerrit1900
Smarty Rookie


Joined: 10 Dec 2003
Posts: 8

PostPosted: Wed Dec 10, 2003 1:10 pm    Post subject: Reply with quote

tnx that works. Men i don't know it was so simple!

Tnx G.
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