GetDBField('SelectorData'); $ret = ''; $ret .= $this->GetDBField('SelectorName')." {\n"; foreach($selector_data as $property_name => $property_value) { if ($property_value == '') continue; $ret .= "\t$property_name: $property_value;\n"; } $ret .= $this->GetDBField('AdvancedCSS')."\n"; $ret .= "}\n"; return $ret; } } ?>