/[cvs]/nfo/php/libs/org.netfrag.glib/DataSource/Generic.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/DataSource/Generic.php

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

revision 1.12 by joko, Sat Mar 29 08:00:48 2003 UTC revision 1.13 by jonen, Fri Apr 4 02:37:14 2003 UTC
# Line 15  Line 15 
15   * $Id$   * $Id$
16   *   *
17   * $Log$   * $Log$
18     * Revision 1.13  2003/04/04 02:37:14  jonen
19     * _query[action] == write
20     *
21   * Revision 1.12  2003/03/29 08:00:48  joko   * Revision 1.12  2003/03/29 08:00:48  joko
22   * modified ErrorBoxing   * modified ErrorBoxing
23   *   *
# Line 681  class DataSource_Generic extends DesignP Line 684  class DataSource_Generic extends DesignP
684          switch ($this->_query[metatype]) {          switch ($this->_query[metatype]) {
685            case 'data':            case 'data':
686              $command = 'queryData';              $command = 'queryData';
687                
688              //$command = 'getObjects';   // FIXME!!!              //$command = 'getObjects';   // FIXME!!!
689              //$this->_locator->set_option('metadata.command', $command);              //$this->_locator->set_option('metadata.command', $command);
690  /*  /*
# Line 714  class DataSource_Generic extends DesignP Line 718  class DataSource_Generic extends DesignP
718                  $query_args[classname] = $this->_query[classname];                  $query_args[classname] = $this->_query[classname];
719                  break;                                break;              
720              }              }
721                if($this->_query[action] == 'write') {
722                 $query_args[action] = $this->_query[action];
723                 $query_args[data] = $this->_query[data];
724                }
725              $args = array(              $args = array(
726                            'data_type' => $this->_query[abstract_type],                            'data_type' => $this->_query[abstract_type],
727                            'query_args' => $query_args                            'query_args' => $query_args

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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