[ASK] Extension to retrieve RSS feeds and show on YiiBased WebApps

Hello everyone,

I want to ask what is an extension for retrieving RSS feeds and show it on our YiiBased WebApps ?

yii-feed-widget somehow not work for me…

thank you :)

I just finished installing this widget. I couldn’t get it to work at first, but read an article about “controllerMap” and found that I had to move it to the top of my main.php config file as shown below. That fixed it for me.

[color="#777777"]//[/color][color="#777777"] adding “mynamespace” namespace[/color]//Yii::setPathOfAlias([color="#009933"]’[/color][color="#009933"]mynamespace[/color][color="#009933"]’[/color], [color="#009933"]’[/color][color="#009933"]/var/www/common/mynamespace/[/color][color="#009933"]’[/color]); [color="#0000EE"]return[/color] [color="#0000EE"]array[/color]( [color="#009933"]’[/color][color="#009933"]basePath[/color][color="#009933"]’[/color]=>dirname([color="#0000EE"]FILE[/color]).[color="#0000EE"]DIRECTORY_SEPARATOR[/color].[color="#009933"]’[/color][color="#009933"]…[/color][color="#009933"]’[/color],

[color="#009933"]’[/color][color="#009933"]name[/color][color="#009933"]’[/color]=>[color="#009933"]’[/color][color="#009933"]My Web Application[/color][color="#009933"]’[/color],

[color="#009933"]‘controllerMap’=>array(‘YiiFeedWidget’ => ‘ext.yii-feed-widget.YiiFeedWidgetController’),[/color]