jav666
Gut bekanntes Mitglied
- 5. August 2010
- 200
- 1
PHP:
{foreach name=Attribute from=$Artikel->Attribute item=Attribut}
<p><b>{$Attribut->cName}:</b> {$Attribut->cWert}</p>
{/foreach}
das
PHP:
{$Artikel->Attribute->cName}
PHP:
{$Artikel->Attribute.cName}