Get rootDocument value from object with php

Joban

New Member
With zend framework I receive an iTunes xml. The output of images ofa single entry gives me an array because there are 3 kind of images.I use the 'getImages()' function to receive the images.after this I get the array below.\[code\]image: object(Zend_Feed_Entry_Atom)#34 (6) { ["_rootElement":protected]=> string(5) "entry" ["_rootNamespace":protected]=> string(4) "atom" ["_element":protected]=> object(DOMElement)#37 (0) { } ["_encoding":protected]=> string(5) "UTF-8" ["_parentElement":protected]=> NULL ["_appended":protected]=> bool(true)}\[/code\]How can I get into the one of these elements to receive the 'image url' by php?Thanks in advance.Nick
 
Back
Top