milesj / utility

[Deprecated] A CakePHP plugin for common utility classes.
MIT License
69 stars 24 forks source link

WordPress feed support (image) #23

Closed Ali1 closed 10 years ago

Ali1 commented 10 years ago

Image thumbnail is within enclosure/url

Ali1 commented 10 years ago

Not essential as realised you could do

            $WpNews = $this->Aggregator->find('all', array(
                'conditions' => array('Wordpress' => 'http://www.wordpress.com/feed/'),
                'fields' => array('image' => array('enclosure', 'attributes' => array('url')))
            ));

But might be helpful for others still.

milesj commented 10 years ago

Looks like enclosure is part of the spec, so I'll merge it in.