Posts by Pablo Martins • 76 points
1 post
-
6
votes3
answers14457
viewsA: Traversing Object array and accessing a value
With this iteration you get the key content: foreach ($array_de_objetos as $key => $value){ echo $value->pk; }
1 post
6
votes3
answers14457
viewsWith this iteration you get the key content: foreach ($array_de_objetos as $key => $value){ echo $value->pk; }