Hallo,
aus der start.tpl Datei
1. [{if ($oView->getArticleList()|@count)>0 }]
2. <strong id="test_LongRunHeader" class="head2">[{ oxmultilang ident="START_LONGRUNNINGHITS"}]</strong>
3. [{if ($oView->getArticleList()|@count) is not even }][{assign var="actionproduct_size" value="big"}][{/if}]
4. [{foreach from=$oView->getArticleList() item=actionproduct}]
5. [{include file="inc/product.tpl" product=$actionproduct size=$actionproduct_size testid="LongRun_"|cat:$actionproduct->oxarticles__oxid->value }]
6. [{assign var="actionproduct_size" value=""}]
7. [{/foreach}]
8. [{/if}]
Kann mir bitte jemand die Smarty Funktionen von Dauerbrenner erklären.
(was eine Abfrage und eine Schleife ist weis ich:o)
Dies verstehe ich noch nicht:
($oView->getArticleList()|@count)>0
($oView->getArticleList()|@count) is not even }][{assign var=“actionproduct_size” value=“big”
[{foreach from=$oView->getArticleList() item=actionproduct}]
[{include file=“inc/product.tpl” product=$actionproduct size=$actionproduct_size testid=“LongRun_”|cat:$actionproduct->oxarticles__oxid->value }]
[{assign var=“actionproduct_size” value=""}]
[{/foreach}]