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

Array Indizes während der Laufzeit hinzufügen

 
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: German
View previous topic :: View next topic  
Author Message
kills
Smarty Elite


Joined: 28 May 2004
Posts: 493

PostPosted: Fri May 28, 2004 4:05 pm    Post subject: Array Indizes während der Laufzeit hinzufügen Reply with quote

Hallo zusammen,

ich möchte währed der laufzeit des scripts an ein array das zuvor per "->assign()" dem template zugewiesen wurde weitere indizes hinzufügen.

Ich möchte unten mit dem "{ assign ...}" bewirken, dass er mir nach beendigung des aktuellen durchlaufs der schleife, dann das objekt das ich dem array per "$oMenuItem->getChildItems()" zugewiesen habe, ausführt

[php:1:263813272c]
{ foreach name=MenuStructure from=$aoMenuStructure item=oMenuItem }
<tr>
<td>
{ $oMenuItem->sLabel }
</td>
</tr>

{ if ($oMenuItem->hasChildItems())}
{php}
{/php}
{ assign var="aoMenuStructure" value=$oMenuItem->getChildItems() }
{ /if }

{ /foreach }
[/php:1:263813272c]

soweit verständlich?

Viele Grüße,
Markus
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: German 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