Quantcast
Channel: Parsing RSS file with zend 2 feed , i cant get media tag - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by MLong for Parsing RSS file with zend 2 feed , i cant get media tag

Here is a way to do it without having to extend or modify the class:foreach ($channel as $item) { $xmlItem = $item->saveXml(); $xmlFeed = new \SimpleXMLElement($xmlItem); $thumbAttr =...

View Article



Answer by web hobbit for Parsing RSS file with zend 2 feed , i cant get media...

Hifor who get the same pb i solve it by adding a new function to Zend/Feed/Reader/Entry/rss.php called getMedia() , that the code for who has a better idea or a better code i'll be thankful if you help...

View Article

Parsing RSS file with zend 2 feed , i cant get media tag

I just can't seem to be able to solve this. I want to get the media:thumbnail from an RSS file . using ZF2 ; Zend\Frame a follow the manual but i cant get images from the xml file , any idea plz :)that...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images