/[cvs]/nfo/php/libs/org.netfrag.glib/Application/AbstractBackend.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/Application/AbstractBackend.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by joko, Fri Apr 4 21:17:27 2003 UTC revision 1.9 by joko, Mon Jul 5 22:30:38 2004 UTC
# Line 18  Line 18 
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)
# Line 79  class Application_AbstractBackend { Line 82  class Application_AbstractBackend {
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;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed