<?php
/**
* [PHPFOX_HEADER]
*/
defined('PHPFOX') or exit('NO DICE!');
/**
*
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond Benc
* @package Module_Feed
* @version $Id: phpfox.class.php 2508 2011-04-06 21:02:58Z Raymond_Benc $
*/
class Module_Feed
{
public static $aTables = array(
'feed',
'feed_comment',
'feed_share'
);
}
?>