Introduction
Providing some functions for analyzing RSS document
How to use
You can load RSS
class through Application::getClass
method.
Controller
$rss = $this->getClass('Tool/RSS', 'https://example.com/feed');
$posts = $rss->fetchAll(10);
Methods
- RSS::__construct
- Start loading RSS feed
- RSS::fetch
- Fetch one record of RSS Feed
- RSS::fetchAll
- Fetch all records or specified number records of RSS Feed