...overview of the extension...
Requirements ¶
...requirements of using this extension (e.g. Yii 1.1 or above)...
Usage ¶
Config: ~~~
'simplepie' => array(
'class' => 'ext.simplepie-library.bootstrap'
),
Controller:
$feed = Yii::app -> simplepie->config(array(
'set_feed_url' => $rssFeed,
'enable_cache' => true,
'set_cache_location' => Yii::app()->runtimePath . DIRECTORY_SEPARATOR . 'cache'
))->parse();
$feeds = $feed->items; ~~~
sample code
an example of how the view should look like would help
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.