Monday 31 January 2011 11:33:56 am
I will try to express what I want to do using pseudocode: $collections = all collections from [object_id]; foreach $collections as $collection $attributes = all attributes from [$collection]; foreach $attributtes as $attribute write $attribute; endforeach endforeach Result: Collection 1 -> attribute1, attribute2, etc. Collection 2 -> attribute 1, attribute2, etc. ... Collection n -> attribute 1, ... attribute n.
|