Your IP : 216.73.216.111


Current Path : /home/bateauecpx/www/administrator/components/com_j2store/tables/
Upload File :
Current File : /home/bateauecpx/www/administrator/components/com_j2store/tables/productpriceindex.php

<?php
/**
 * @package J2Store
 * @copyright Copyright (c)2014-17 Ramesh Elamathi / J2Store.org
 * @license GNU GPL v3 or later
 */
// No direct access to this file
defined('_JEXEC') or die;

class J2StoreTableProductPriceIndex extends F0FTable
{
	public function __construct($table, $key, &$db)
	{
		$table = "#__j2store_productprice_index";
		$key = "product_id";
		parent::__construct($table, $key, $db);
	}

}