/[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.5 by joko, Mon Mar 3 21:11:01 2003 UTC revision 1.6 by joko, Wed Mar 5 11:59:34 2003 UTC
# Line 3  Line 3 
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  //  //
# Line 46  class Application_AbstractBackend { Line 49  class Application_AbstractBackend {
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    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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