/[cvs]/nfo/php/libs/org.netfrag.app/WebExplorer/AbstractExplorer.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.app/WebExplorer/AbstractExplorer.php

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

revision 1.5 by jonen, Thu Mar 27 01:24:29 2003 UTC revision 1.6 by joko, Fri Mar 28 06:42:37 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.6  2003/03/28 06:42:37  joko
8    ##    fix: propagating rpc-debugging-options to constants here
9    ##
10  ##    Revision 1.5  2003/03/27 01:24:29  jonen  ##    Revision 1.5  2003/03/27 01:24:29  jonen
11  ##    + enabled navigation ecom (only list yet)  ##    + enabled navigation ecom (only list yet)
12  ##  ##
# Line 82  class WebExplorer_AbstractExplorer { Line 85  class WebExplorer_AbstractExplorer {
85            
86      $this->set_e_state();      $this->set_e_state();
87      //print "State: " . Dumper($this->_state) ."<br>";      //print "State: " . Dumper($this->_state) ."<br>";
88      print "Explorer_State: " . Dumper($this->_e_state) ."<br>";      $div = html_div();
89        $div->add( html_b(get_class($this)), html_hr(), "Explorer_State: " . Dumper($this->_e_state));
90        $div->set_style('background: #adadad; border: 2px black groove; width:640px; padding:10px; margin:40px;');
91        print $div->render();
92      //$this->init_state();      //$this->init_state();
93    }    }
94    
# Line 98  class WebExplorer_AbstractExplorer { Line 104  class WebExplorer_AbstractExplorer {
104        $rpcinfo = $app->getConfig("rpcinfo");        $rpcinfo = $app->getConfig("rpcinfo");
105        define('RPC_HOSTNAME', $rpcinfo[Host]);        define('RPC_HOSTNAME', $rpcinfo[Host]);
106        define('RPC_PORT', $rpcinfo[Port]);        define('RPC_PORT', $rpcinfo[Port]);
107          define('RPC_DEBUG', $rpcinfo[DEBUG]);
108          define('RPC_TRACE', $rpcinfo[TRACE]);
109          define('RPC_DISCONNECT_ON_ERROR', $rpcinfo[DISCONNECT_ON_ERROR]);
110      } else {      } else {
111        user_error("AbstractExplorer::set_data_locator - data_locator_key label $label not found!");        user_error("AbstractExplorer::set_data_locator - data_locator_key label $label not found!");
112      }      }

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