Re: (Cake2.1) Read from RSS Feed and output in view

2012-03-15 Thread heohni
http://www..'; function index(){ $xml = Xml::build($this->feed_url); $parsed_xml = Set::reverse($xml); return $parsed_xml['rss']['channel']['item']; } } -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Ques

Re: (Cake2.1) Read from RSS Feed and output in view

2012-03-14 Thread Andras Kende
Here is a simple example: https://github.com/andraskende/youtube-scraper-cakephp-app/blob/master/Controller/VideosController.php Look at : public function admin_import(){ it reads from youtube rss feed to an array an shows that in the view... Andras Kende On Mar 14, 2012, at 3:08 AM, heohni wrote

(Cake2.1) Read from RSS Feed and output in view

2012-03-14 Thread heohni
Hi, In the book i found only a tutorial to create RSS Feeds... Is there a chance to find something how to read from a existing RSS Feed and output the content within a view file? I am using cake 2.1. Thanks!! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org