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/eupdate.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 J2storeTableEupdate extends F0FTable {
	public function __construct($table, $key, &$db) {
		$table = "#__extensions";
		$key = "extension_id";
		parent::__construct ( $table, $key, $db );
	}
}