This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Parse Investor XML Feeds | |
* | |
* XML feeds pulled in from Reuters, parsed, | |
* cached and displayed on homepage. | |
* | |
* @param int $compid The account identifier for access to the XML API | |
* @param bool $debug Sets a debug mode for faster testing | |
*/ |