...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; ~~~
User Contributed Notes 1
sample code
an example of how the view should look like would help
Leave a comment
If you have any questions, please ask in the forum instead.
Join the conversation to share a note.