| 18 |
// $Id$ |
// $Id$ |
| 19 |
// --------------------------------------------------------------------------- |
// --------------------------------------------------------------------------- |
| 20 |
// $Log$ |
// $Log$ |
| 21 |
|
// Revision 1.9 2004/07/05 22:30:38 joko |
| 22 |
|
// fix: disabled caching in session |
| 23 |
|
// |
| 24 |
// Revision 1.8 2003/04/04 21:17:27 joko |
// Revision 1.8 2003/04/04 21:17:27 joko |
| 25 |
// added comments |
// added comments |
| 26 |
// + dummy method 'function getTopics' (prepared) |
// + dummy method 'function getTopics' (prepared) |
| 82 |
// -------------------- clone this & modify ---------- |
// -------------------- clone this & modify ---------- |
| 83 |
$rpcinfo = $this->rpcinfo; |
$rpcinfo = $this->rpcinfo; |
| 84 |
//$rpcinfo[to_latin] = 1; // FIXME! implement this into Data::Driver::RPC::Remote! |
//$rpcinfo[to_latin] = 1; // FIXME! implement this into Data::Driver::RPC::Remote! |
| 85 |
$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 => 0 ) ) ); |
| 86 |
$result = $resultHandle->getResult(); |
$result = $resultHandle->getResult(); |
| 87 |
//print Dumper($result); exit; |
//print Dumper($result); exit; |
| 88 |
return $result; |
return $result; |