/[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.3 by jonen, Thu Mar 20 07:54:52 2003 UTC
# Line 4  Line 4 
4  ##    $Id$  ##    $Id$
5  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
6  ##    $Log$  ##    $Log$
7    ##    Revision 1.3  2003/03/20 07:54:52  jonen
8    ##    + added docu
9    ##
10    ##    Revision 1.2  2003/03/20 07:44:31  jonen
11    ##    + removed dumper
12    ##
13  ##    Revision 1.1  2003/03/20 03:48:46  jonen  ##    Revision 1.1  2003/03/20 03:48:46  jonen
14  ##    + initial commit  ##    + initial commit
15  ##  ##
# Line 26  Line 32 
32  ##    -----------------------------------------------------------------------------  ##    -----------------------------------------------------------------------------
33  */  */
34    
35    /**
36     * WebExplorer::AbstractExplorer - this can be simple compared to a container,
37     *  which modular GUI classes can be register, manipulated and rendered...
38     *
39     * @author Sebastian Utz <seut@tunemedia.de>
40     * @package org.netfrag.app
41     * @name WebExplorer::AbstractExplorer
42     */
43    
44    
45  class WebExplorer_AbstractExplorer {  class WebExplorer_AbstractExplorer {
46    
# Line 64  class WebExplorer_AbstractExplorer { Line 79  class WebExplorer_AbstractExplorer {
79      $this->init_default_gui_modules();      $this->init_default_gui_modules();
80            
81      $this->set_e_state();      $this->set_e_state();
82      print "State: " . Dumper($this->_state) ."<br>";      //print "State: " . Dumper($this->_state) ."<br>";
83      print "E_State: " . Dumper($this->_e_state) ."<br>";      print "Explorer_State: " . Dumper($this->_e_state) ."<br>";
84      //$this->init_state();      //$this->init_state();
85    }    }
86    

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

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