explode
Спасибо, все получилось //Attributes $results_atts = $this->model_catalog_product->getProductAttributes($product['product_id']); foreach ($results_atts as $result_att) { if (!empty($result_att)) { foreach ($result_att['attribute'] as $attribute) { foreach (explode(',', $attribute['text']) as $attr_text) { $output .= '<g:product_highlight>' . trim($attr_text) . '</g:product_highlight>'; } } } }
Обсуждают сегодня