I've created an RSS feed with the RssHelper as in http://book.cakephp.org/2.0/en/core-libraries/helpers/rss.html. It is located at app/View/Posts/rss/index.ctp and is accessible at /posts/index.rss It shows RSS feeds from Posts.
I have also created RSS feed for other controllers like news, events etc. I want to let users subscribe to RSS feed that shows all the feeds from other contollers like news, events etc. That is I want to combine RSS feeds from different controllers.
Please help. Thanks in advance.