| Current Path : /var/www/administrator/components/com_breezingforms/libraries/crosstec/classes/ |
| Current File : /var/www/administrator/components/com_breezingforms/libraries/crosstec/classes/BFTableElements.php |
<?php
defined('_JEXEC') or die('Direct Access to this location is not allowed.');
/**
* BreezingForms - A Joomla Forms Application
* @version 1.9
* @package BreezingForms
* @copyright (C) 2008-2020 by Markus Bopp
* @license Released under the terms of the GNU General Public License
**/
class BFTableElements extends JTable {
function __construct($db)
{
parent::__construct('#__facileforms_elements', 'id', $db);
}
}