<?php
/**
* [PHPFOX_HEADER]
*/
defined('PHPFOX') or exit('NO DICE!');
/**
*
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond Benc
* @package Phpfox_Module
* @version $Id: phpfox.class.php 64 2009-01-19 15:05:54Z Raymond_Benc $
*/
class Module_Rate
{
public static $aTables = array();
}
?>