View file PF.Base/module/invite/include/phpfox.class.php

File size: 328B
<?php
/**
 * [PHPFOX_HEADER]
 */

defined('PHPFOX') or exit('NO DICE!');

/**
 * 
 * 
 * @copyright		[PHPFOX_COPYRIGHT]
 * @author  		Raymond Benc
 * @package  		Module_Invite
 * @version 		$Id: phpfox.class.php 1161 2009-10-09 07:42:41Z Raymond_Benc $
 */
class Module_Invite
{
	public static $aTables = array(
		'invite'
	);
}