Subversion Repositories Applications.framework

Rev

Rev 311 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
311 jpm 1
<?php
2
class MaClasseMetierDao extends RestClient {
3
 
312 jpm 4
	public function getInfo() {
5
		$info = $this->consulter('http://localhost/framework-0.3/exemple/services/0.1/ServiceCacheSimple');
6
		return $info;
7
	}
311 jpm 8
}
9
?>