forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 0
RSSParser
World Wide Web Server edited this page Jul 4, 2012
·
31 revisions
I have created this page to document the RSSParser library I have put together. I wanted to add RSS items and couldn't find anything to achieve this and so have put this together for anyone else that would like it.
The RSS parsing was adapted closely from this link
Because the class is loading an externally hosted file performance van very wildly so I have added some simple caching into the class
If anyone has any suggestions or comments I'd be happy to hear them
Cheers
/Matt
- Original author: Derek Jones
- How to extend helpers: See User Guide
- Modified by: Thomas Stapleton (id, classes, selected country option and all option)
- Modified by: Bradley De-Lar (construct, setLayout example)