Subversion Repositories SmartDukaan

Rev

Rev 10582 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10582 Rev 12162
Line 80... Line 80...
80
 
80
 
81
			
81
			
82
		}
82
		}
83
		
83
		
84
		//add_call( KEY, METHOD, URL, array of PARAMS, array of CURL_OPTS )
84
		//add_call( KEY, METHOD, URL, array of PARAMS, array of CURL_OPTS )
85
		//$this->curlURL('products','get',$get);
-
 
86
		$responses = $this->mcurl->execute();
85
		$responses = $this->mcurl->execute();
87
		//print_r($responses);
-
 
88
		//die();
-
 
89
		if(isset($responses) and !empty($responses))
86
		if(isset($responses) and !empty($responses))
90
		$responses = $this->parser->parse_response($responses,$module);
87
		$responses = $this->parser->parse_response($responses,$module);	
91
	
-
 
92
		
-
 
93
		return $responses;
88
		return $responses;
94
	}
89
	}
95
function curlURL($configurl=null,$methodtype='get',$parameter=array(),$query=null)
90
function curlURL($configurl=null,$methodtype='get',$parameter=array(),$query=null)
96
{
91
{
97
		
92