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

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

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

/**
 *
 *
 * @copyright		[PHPFOX_COPYRIGHT]
 * @author  		Miguel Espinoza
 * @package  		Module_Contact
 * @version 		$Id: phpfox.class.php 982 2009-09-16 08:11:36Z Raymond_Benc $
 */
class Module_Contact
{
	public static $aTables = array(
		'contact_category'
	);
}