| 3 |
## $Id$ |
## $Id$ |
| 4 |
## ------------------------------------------------------------------------------------- |
## ------------------------------------------------------------------------------------- |
| 5 |
## $Log$ |
## $Log$ |
| 6 |
|
## Revision 1.2 2002/12/05 21:44:09 joko |
| 7 |
|
## + debugging |
| 8 |
|
## |
| 9 |
## Revision 1.1 2002/12/01 17:23:58 joko |
## Revision 1.1 2002/12/01 17:23:58 joko |
| 10 |
## + initial check-in |
## + initial check-in |
| 11 |
## |
## |
| 189 |
logp(get_class($this) . "->_loadBackend()", LOG_DEBUG); |
logp(get_class($this) . "->_loadBackend()", LOG_DEBUG); |
| 190 |
// TODO: test backend for reachability first (eventually cache this information and "reset" it by another party) |
// TODO: test backend for reachability first (eventually cache this information and "reset" it by another party) |
| 191 |
if ($result = $this->backend->call('getObject', $this->objectId)) { |
if ($result = $this->backend->call('getObject', $this->objectId)) { |
| 192 |
//print dumpVar($result); |
//print "result: " . dumpVar($result) . "<br>"; |
| 193 |
if (count($result) == 0) { return; } |
if (count($result) == 0) { return; } |
| 194 |
$encoder = new TextEncode($result); |
$encoder = new TextEncode($result); |
| 195 |
$encoder->toISO(); |
$encoder->toISO(); |