View file PF.Base/module/feed/include/phpfox.class.php
<?php
/**
* [PHPFOX_HEADER]
*/
defined('PHPFOX') or exit('NO DICE!');
/**
*
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond Benc
* @package Module_Feed
* @version $Id: phpfox.class.php 6391 2013-07-31 10:08:17Z Miguel_Espinoza $
*/
class Module_Feed
{
public static $aTables = array(
'feed',
'feed_comment',
'feed_share',
'feed_sponsor'
);
}