Current File : /home/pacjaorg/public_html/kmm/administrator/components/com_djclassifieds/tables/profiles.php |
<?php
/**
* @package DJ-Classifieds
* @copyright Copyright (C) DJ-Extensions.com, All rights reserved.
* @license http://www.gnu.org/licenses GNU/GPL
* @author url: http://dj-extensions.com
* @author email: contact@dj-extensions.com
*/
defined('_JEXEC') or die('Restricted access');
class DJClassifiedsTableProfiles extends JTable
{
public function __construct(&$db)
{
parent::__construct('#__djcf_profiles', 'user_id', $db);
$this->_autoincrement = false;
}
}