Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 790 Rev 804
Line 248... Line 248...
248
			trigger_error($e, E_USER_WARNING);
248
			trigger_error($e, E_USER_WARNING);
249
		}
249
		}
250
	}
250
	}
Line 251... Line 251...
251
	
251
	
252
	protected function initialiserDao($url_services_distant) {
252
	protected function initialiserDao($url_services_distant) {
253
		if (is_null($this->dao)) {
253
		if (!isset($this->dao)) {
254
			$this->dao = new CelDao($url_services_distant);
254
			$this->dao = new CelDao($url_services_distant);
255
		} else {
255
		} else {
256
			$this->dao->url_jrest = $url_services_distant;
256
			$this->dao->url_jrest = $url_services_distant;
257
		}
257
		}