/[cvs]/nfo/php/libs/org.netfrag.flib/Tracker/User.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.flib/Tracker/User.php

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

revision 1.10 by joko, Thu Feb 13 21:58:39 2003 UTC revision 1.11 by joko, Fri Feb 14 14:22:06 2003 UTC
# Line 3  Line 3 
3  //    $Id$  //    $Id$
4  //    -----------------------------------------------------------------------------  //    -----------------------------------------------------------------------------
5  //    $Log$  //    $Log$
6    //    Revision 1.11  2003/02/14 14:22:06  joko
7    //    + always (re-)tries to connect
8    //
9  //    Revision 1.10  2003/02/13 21:58:39  joko  //    Revision 1.10  2003/02/13 21:58:39  joko
10  //    + caching mechanisms more configurable now  //    + caching mechanisms more configurable now
11  //  //
# Line 114  class User { Line 117  class User {
117      $this->meta[data_ready] = 1;      $this->meta[data_ready] = 1;
118      //$this->pObject = new ProxyObject($this->getUserGuid(), array( remote => 1, classname => "NetPerson", guid => 1) );      //$this->pObject = new ProxyObject($this->getUserGuid(), array( remote => 1, classname => "NetPerson", guid => 1) );
119      $rpcinfo = $this->site->configuration->get("rpcinfo");      $rpcinfo = $this->site->configuration->get("rpcinfo");
120      $this->pObject = mkObject('Data::Driver::Proxy', $this->getUserGuid(), array( remote => 1, classname => "NetPerson", guid => 1, rpcinfo => $rpcinfo, cache => array( db => 1, session => 1 ) ) );      $this->pObject = mkObject('Data::Driver::Proxy', $this->getUserGuid(), array( remote => 1, classname => "NetPerson", guid => 1, rpcinfo => $rpcinfo, cache => array( db => 1, session => 1 ), connect => 1 ) );
121      if ($this->getUserGuid()) {      if ($this->getUserGuid()) {
122        $this->data = $this->pObject->getAttributes();        $this->data = $this->pObject->getAttributes();
123      }      }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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