Subversion Repositories eFlore/Applications.del

Rev

Rev 1788 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1788 Rev 1876
Line 104... Line 104...
104
		$json = $this->getDao()->consulter($url);
104
		$json = $this->getDao()->consulter($url);
Line 105... Line 105...
105
 
105
 
106
		return (array) json_decode($json);
106
		return (array) json_decode($json);
107
	}
107
	}
108
}
-
 
109
?>
108
}