Current File : /home/pacjaorg/public_html/kmm/administrator/components/com_djclassifieds/tables/shippings.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;

class DjclassifiedsTableShippings extends JTable
{
	public function __construct(&$db)
	{
		parent::__construct('#__djcf_shipping_methods', 'id', $db);
	}

	function bind($array, $ignore = '')
	{	
		if (isset($array['params']) && is_array($array['params'])) { 
			$registry = new JRegistry();
			$registry->loadArray($array['params']);
			$array['params'] = (string)$registry;
		}
		
		return parent::bind($array, $ignore);
	}
}
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!