| 3 |
// $Id$ |
// $Id$ |
| 4 |
// --------------------------------------------------------------------------- |
// --------------------------------------------------------------------------- |
| 5 |
// $Log$ |
// $Log$ |
| 6 |
|
// Revision 1.6 2003/03/05 11:59:34 joko |
| 7 |
|
// renamed method |
| 8 |
|
// |
| 9 |
// Revision 1.5 2003/03/03 21:11:01 joko |
// Revision 1.5 2003/03/03 21:11:01 joko |
| 10 |
// mungled the namespaces |
// mungled the namespaces |
| 11 |
// |
// |
| 49 |
$rpcinfo = $this->rpcinfo; |
$rpcinfo = $this->rpcinfo; |
| 50 |
//$rpcinfo[to_latin] = 1; // FIXME! implement this into Data::Driver::RPC::Remote! |
//$rpcinfo[to_latin] = 1; // FIXME! implement this into Data::Driver::RPC::Remote! |
| 51 |
$resultHandle = mkObject('DesignPattern::RemoteProxy', $cache_key, array( key => 1, command => $command, query => $query, remote => 1, rpcinfo => $rpcinfo, cache => array( db => 0, session => 1 ) ) ); |
$resultHandle = mkObject('DesignPattern::RemoteProxy', $cache_key, array( key => 1, command => $command, query => $query, remote => 1, rpcinfo => $rpcinfo, cache => array( db => 0, session => 1 ) ) ); |
| 52 |
$result = $resultHandle->getAttributes(); |
$result = $resultHandle->getResult(); |
| 53 |
|
//print Dumper($result); exit; |
| 54 |
return $result; |
return $result; |
| 55 |
// -------------------- clone this & modify ---------- |
// -------------------- clone this & modify ---------- |
| 56 |
|
|