Array
(
[0] => Array
(
[0] => SimpleXMLElement Object
(
[0] => Pop music
)
[1] => SimpleXMLElement Object
(
[0] => Rock music
)
[2] => SimpleXMLElement Object
(
[0] => Music edition
)
)
[1] => Array
(
[3] => SimpleXMLElement Object
(
[0] => Pop music
)
[4] => SimpleXMLElement Object
(
[0] => Rock music
)
[5] => SimpleXMLElement Object
(
[0] => Opera music
)
)
[2] => Array
(
[6] => SimpleXMLElement Object
(
[0] => Advs music
)
[7] => SimpleXMLElement Object
(
[0] => Rington
)
[8] => SimpleXMLElement Object
(
[0] => Game
)
)
)
I have an array like above but I don't know how to loop it with foreach or section in smarty. Is anyone can give me a hand for this? I spend a daytime for it so please give me some idea. Thank you anyway!!