Monday 22 March 2010 7:48:30 am
What is the best way to check if a class contains an attribute when iterating through an array of objects in a tpl? I have tried to do something like this {if $node.data_map.mytest} The problem is that i get errors whenever my node does not currenctly contain a mytest attribute. Please help.
|