| Current Path : /home/chauffn/vuzelia/2023/administrator/components/com_bagallery/tables/ |
| Current File : /home/chauffn/vuzelia/2023/administrator/components/com_bagallery/tables/items.php |
<?php
/**
* @package BaGallery
* @author Balbooa http://www.balbooa.com/
* @copyright Copyright @ Balbooa
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
defined('_JEXEC') or die;
class galleryTableItems extends JTable
{
function __construct(&$db)
{
parent::__construct('#__bagallery_items', 'id', $db);
}
}