Your IP : 216.73.216.55


Current Path : /home/giteleslfp/www/administrator/components/com_templateck/tables/
Upload File :
Current File : /home/giteleslfp/www/administrator/components/com_templateck/tables/template.php

<?php

/**
 * @name		Template Creator CK
 * @copyright	Copyright (C) since 2011. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */
// No direct access
defined('TCK_LOADED') or die;

/**
 * template Table class
 */
class TemplateckTabletemplate extends JTable {

	/**
	 * Constructor
	 *
	 * @param JDatabase A database connector object
	 */
	public function __construct(&$db) {
		parent::__construct('#__templateck_templates', 'id', $db);
	}
}