Simple RSS feeds in CakePHP

RSS in cakephp 1.2 couldn’t be simpler, there are many options however the simplest way to do it is using the inbuilt RSS request handler.  This simply tells Cake to route requests with a specific extension (in this case .rss) to a different view, in which you can return native RSS using the inbuilt RSS [...]