Array
(
[0] => stdClass Object
(
[features_id] => 2
[features_type] => TV
)
[1] => stdClass Object
(
[features_id] => 5
[features_type] => New balls
)
[2] => stdClass Object
(
[features_id] => 6
[features_type] => Basketball pitch
)
)
For get result of my array i want to display this record separated by comma like:
New balls,Basketball pitch.
By using foreach how to write don't know how get this type result