Your IP : 216.73.216.240


Current Path : /home/juvelize/www/administrator/components/com_ffgate/tables/
Upload File :
Current File : /home/juvelize/www/administrator/components/com_ffgate/tables/sites.php

<?php
/**
 * FFGate
 *
 * @package  Joomla!
 * @Copyright (C) 2012 - Yves Hoppe - compojoom.com
 * @All      rights reserved
 * @Joomla   ! is Free Software
 * @Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
 * @version  $Revision: 1.0.0 $
 **/

defined('_JEXEC') or die('Restricted access');

/**
 * Class FFGateTableSites
 *
 * @since  1.0.0
 */
class FFGateTableSites extends JTable
{
	/**
	 * The Constructor
	 *
	 * @param   string  &$db  - The db obj
	 */
	public function __construct(&$db)
	{
		parent::__construct('#__ffgate_sites', 'id', $db);
	}
}