/[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.7 by joko, Sat Mar 29 07:49:55 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.7  2003/03/29 07:49:55  joko
8    ##    show boxes in DEBUG-mode only!
9    ##
10    ##    Revision 1.6  2003/03/28 06:42:37  joko
11    ##    fix: propagating rpc-debugging-options to constants here
12    ##
13  ##    Revision 1.5  2003/03/27 01:24:29  jonen  ##    Revision 1.5  2003/03/27 01:24:29  jonen
14  ##    + enabled navigation ecom (only list yet)  ##    + enabled navigation ecom (only list yet)
15  ##  ##
# Line 82  class WebExplorer_AbstractExplorer { Line 88  class WebExplorer_AbstractExplorer {
88            
89      $this->set_e_state();      $this->set_e_state();
90      //print "State: " . Dumper($this->_state) ."<br>";      //print "State: " . Dumper($this->_state) ."<br>";
91      print "Explorer_State: " . Dumper($this->_e_state) ."<br>";      $div = html_div();
92        $div->add( html_b(get_class($this)), html_hr(), "Explorer_State: " . Dumper($this->_e_state));
93        $div->set_style('background: #adadad; border: 2px black groove; width:640px; padding:10px; margin:40px;');
94        if (constants::get('DEBUG')) {
95          print $div->render();
96        }
97      //$this->init_state();      //$this->init_state();
98    }    }
99    
# Line 98  class WebExplorer_AbstractExplorer { Line 109  class WebExplorer_AbstractExplorer {
109        $rpcinfo = $app->getConfig("rpcinfo");        $rpcinfo = $app->getConfig("rpcinfo");
110        define('RPC_HOSTNAME', $rpcinfo[Host]);        define('RPC_HOSTNAME', $rpcinfo[Host]);
111        define('RPC_PORT', $rpcinfo[Port]);        define('RPC_PORT', $rpcinfo[Port]);
112          define('RPC_DEBUG', $rpcinfo[DEBUG]);
113          define('RPC_TRACE', $rpcinfo[TRACE]);
114          define('RPC_DISCONNECT_ON_ERROR', $rpcinfo[DISCONNECT_ON_ERROR]);
115      } else {      } else {
116        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!");
117      }      }

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

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