/[cvs]/nfo/php/libs/org.netfrag.glib/Data/Lift/hash/topic/ExplorerTree.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/Data/Lift/hash/topic/ExplorerTree.php

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

revision 1.2 by jonen, Sat Apr 19 16:34:37 2003 UTC revision 1.3 by joko, Tue May 13 15:28:47 2003 UTC
# Line 14  Line 14 
14   * $Id$   * $Id$
15   *   *
16   * $Log$   * $Log$
17     * Revision 1.3  2003/05/13 15:28:47  joko
18     * changed structure of linkmap
19     * generic option propagation again
20     *
21   * Revision 1.2  2003/04/19 16:34:37  jonen   * Revision 1.2  2003/04/19 16:34:37  jonen
22   * removed dumper   * removed dumper
23   *   *
# Line 139  class Data_Lift_hash_topic_ExplorerTree Line 143  class Data_Lift_hash_topic_ExplorerTree
143      $url = url::viewdatanode($name, $link_args);      $url = url::viewdatanode($name, $link_args);
144            
145      // vivify single node      // vivify single node
146      $node = array( name => $name, attributes => array( url => $url ) );      $node = array( name => $name, link => $url );
147    
148        if (is_array($payload)) {        if (is_array($payload)) {
149          // count the tree-level          // count the tree-level
# Line 179  class Data_Lift_hash_topic_ExplorerTree Line 183  class Data_Lift_hash_topic_ExplorerTree
183      return $result;      return $result;
184    }    }
185    
186    function perform(&$data, $link_args) {    function perform(&$data) {
187        
188        // new of 2003-05-13: link_args no propagated to this place from generic (already in-place) options-container
189        //print Dumper($this->_options);
190        $link_args = $this->_options[link_args];
191            
192      //print "Link Vars: " . Dumper($link_args);      //print "Link Vars: " . Dumper($link_args);
193      $this->_link_args = $link_args;      $this->_link_args = $link_args;
194        
195      //print Dumper($data);      //print Dumper($data);
196    
197      //array_multisort($data);      //array_multisort($data);

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

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