andre müller
|
Tuesday 15 April 2003 10:07:42 am
i am trying to get the attribute with a given id: {let test=fetch('content','class_attribute',hash(attribute_id,179,version_id,0))} now, this class attribute is an enum type. how can i loop through the enumelement and enumvalue data??? I tried this:
{let test=fetch('content','class_attribute',hash(attribute_id,179,version_id,0))}
{section name=Testing loop=$test}
WHAT GOES HERE???
{/section} {/let} thanks a lot for hints!
|