Your IP : 216.73.216.219


Current Path : /home/chauffn/vuzelia/2023/administrator/components/com_bagallery/tables/
Upload File :
Current File : /home/chauffn/vuzelia/2023/administrator/components/com_bagallery/tables/category.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 galleryTableCategory extends JTable
{
    function __construct(&$db) 
    {
        parent::__construct('#__bagallery_category', 'id', $db);
    }
}