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

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

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

/**
 * 
 * 
 * @copyright		[PHPFOX_COPYRIGHT]
 * @author  		Raymond Benc
 * @package  		Module_Attachment
 * @version 		$Id: phpfox.class.php 979 2009-09-14 14:05:38Z Raymond_Benc $
 */
class Module_Attachment 
{	
	public static $aTables = array(
		'attachment',
		'attachment_type'
	);
	
	public static $aInstallWritable = array(
		'file/attachment/'
	);	
}