Subversion Repositories eFlore/Applications.cel

Rev

Rev 3122 | Rev 3164 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3122 Rev 3125
Line 101... Line 101...
101
		$param = implode($params, '&');
101
		$param = implode($params, '&');
102
		$url = $this->cel_url_tpl;
102
		$url = $this->cel_url_tpl;
103
		if ($param != "") $url .= '?'.$param;
103
		if ($param != "") $url .= '?'.$param;
104
		$json = $this->getDao()->consulter($url);
104
		$json = $this->getDao()->consulter($url);
105
		$retour['donnees']['widget'] = (array) json_decode($json, true);
105
		$retour['donnees']['widget'] = (array) json_decode($json, true);
-
 
106
		$retour['donnees']['widgetUrlTpl'] = $this->config['manager']['widgetUrlTpl'];
106
		return $retour;
107
		return $retour;
107
	}
108
	}
Line 108... Line 109...
108
	
109
	
109
	private function executerCreation() {		
110
	private function executerCreation() {