FrxFeedEngine.inc in Forena Reports 7
Same filename and directory in other branches
Implements a method for importing xml feeds available on the web @TODO: Implement the feed engine using curl
File
plugins/FrxFeedEngine.incView source
<?php
// $Id$
/**
* @file
* Implements a method for importing xml feeds available on the web
* @TODO: Implement the feed engine using curl
*/
class FrxFeedEngine extends FrxDataProvider {
}
Classes
Name | Description |
---|---|
FrxFeedEngine | @file Implements a method for importing xml feeds available on the web @TODO: Implement the feed engine using curl |