Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see Exponential Platform Documentation, for difference between legacy and Platform see 5.x Architecture overview.

dynamically accessing data_map

Apparently you can do this, to dynamically access attributes:
            {foreach $attribute_names as $attname}
                {$node.object.data_map.[$attname].content}
            {/foreach}
 

Anonymous User (15/11/2006 5:24 pm)

Anonymous User (15/11/2006 5:24 pm)


Comments

There are no comments.