Your IP : 216.73.216.89


Current Path : /home/azimutno/www/demo/libraries/eshiol/j2xml/table/
Upload File :
Current File : /home/azimutno/www/demo/libraries/eshiol/j2xml/table/tag.php

<?php
/**
 * @version		15.9.266 libraries/eshiol/j2xml/table/tag.php
 * @package		J2XML
 * @subpackage	lib_j2xml
 * @since		14.8.240
 *
 * @author		Helios Ciancio <info@eshiol.it>
 * @link		http://www.eshiol.it
 * @copyright	Copyright (C) 2010-2015 Helios Ciancio. All Rights Reserved
 * @license		http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL v3
 * J2XML is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 */

// no direct access
defined('_JEXEC') or die('Restricted access');

/**
* Tag Table class
*/
class eshTableTag extends eshTable
{
	/**
	 * Constructor
	 *
	 * @param object Database connector object
	 */
	function __construct(& $db) {
		parent::__construct('#__tags', 'id', $db);
	}
}