model('refund'); $refunds = $refundMdl->db_dump($id,'params'); $params = json_decode($refunds['params'],true); echo '
'; print_r($params); } }