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

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

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

revision 1.5 by root, Sat Mar 8 20:04:59 2003 UTC revision 1.6 by joko, Sun Mar 9 15:49:20 2003 UTC
# Line 12  Line 12 
12  //    $Id$  //    $Id$
13  //    -------------------------------------------------------------------------  //    -------------------------------------------------------------------------
14  //    $Log$  //    $Log$
15    //    Revision 1.6  2003/03/09 15:49:20  joko
16    //    fix towards optimizing autodocumentation:
17    //    enriched with metadata to tell autodia how to build object-relationships by discarding the fancy namespacing stuff there
18    //
19  //    Revision 1.5  2003/03/08 20:04:59  root  //    Revision 1.5  2003/03/08 20:04:59  root
20  //    + optimized comments for Autodia  //    + optimized comments for Autodia
21  //  //
# Line 62  Line 66 
66   * @link http://www.gnu.org/licenses/lgpl.txt   * @link http://www.gnu.org/licenses/lgpl.txt
67   *   *
68   * @package org.netfrag.glib   * @package org.netfrag.glib
69   * @subpackage Data::Lift   * @subpackage DataLift
70   * @name Data::Lift   * @name Data::Lift
71   *   *
72   * @link http://cvs.netfrag.org/php/libs/org.netfrag.glib   * @link http://cvs.netfrag.org/php/libs/org.netfrag.glib
# Line 179  class Data_Lift { Line 183  class Data_Lift {
183      //include($actor_file);      //include($actor_file);
184    
185      /**      /**
186         * <!-- Autodia -->
187       * can do: (this is metadata supplied for Autodia, don't delete!)       * can do: (this is metadata supplied for Autodia, don't delete!)
      *  $this->_actor_instance = new Data_Lift_object_tree_common_PEAR_HTML_TreeMenu()  
188       *  $this->_actor_instance = new Data_Lift_hash_job_html()       *  $this->_actor_instance = new Data_Lift_hash_job_html()
189         *  $this->_actor_instance = new Data_Lift_hash_tree_PEAR_Tree()
190         *  $this->_actor_instance = new Data_Lift_object_tree_common_PEAR_HTML_TreeMenu()
191         *  $this->_actor_instance = new Data_Lift_object_tree_common_PEAR_HTML_TreeMenu_DHTML()
192         *  $this->_actor_instance = new Data_Lift_object_tree_common_PEAR_HTML_TreeMenu_Listbox()
193         *
194       */       */
195    
196      $actor_name = 'Data/Lift/' . join('/', $this->actor);      $actor_name = 'Data/Lift/' . join('/', $this->actor);

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