Tengo un array de objetos con la siguiente estructura:
Array
(
[0] => ArrayObject Object
(
[x] => 12
[xx] => 1312779600
[xxx] => 1312779600
[xxxx] => 1312779600
[xxxxx] => LG
[xxxx] => ESTADO1
)
[1] => ArrayObject Object
(
[x] => 100
[xx] => 1312779600
[xxx] => 1312779600
[xxxx] => 1312779600
[xxxxx] => LG
[xxxx] => ESTADO2
)
[2] => ArrayObject Object
(
[x] => 12
[xx] => 1312779600
[xxx] => 1312779600
[xxxx] => 1312779600
[xxxxx] => LG
[xxxx] => ESTADO1
)
)
![En dos](http://static.forosdelweb.com/fdwtheme/images/smilies/partido.png)
Código PHP:
Ver original
El hecho es que de ésta manera no funciona
![triste](http://static.forosdelweb.com/fdwtheme/images/smilies/frown.png)