/[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.1 by jonen, Thu Mar 20 03:48:46 2003 UTC revision 1.2 by jonen, Thu Mar 20 07:44:31 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.2  2003/03/20 07:44:31  jonen
8    ##    + removed dumper
9    ##
10  ##    Revision 1.1  2003/03/20 03:48:46  jonen  ##    Revision 1.1  2003/03/20 03:48:46  jonen
11  ##    + initial commit  ##    + initial commit
12  ##  ##
# Line 64  class WebExplorer_AbstractExplorer { Line 67  class WebExplorer_AbstractExplorer {
67      $this->init_default_gui_modules();      $this->init_default_gui_modules();
68            
69      $this->set_e_state();      $this->set_e_state();
70      print "State: " . Dumper($this->_state) ."<br>";      //print "State: " . Dumper($this->_state) ."<br>";
71      print "E_State: " . Dumper($this->_e_state) ."<br>";      print "Explorer_State: " . Dumper($this->_e_state) ."<br>";
72      //$this->init_state();      //$this->init_state();
73    }    }
74    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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